Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.6 KiB

  1. @charset "UTF-8";
  2. /* "Yet Another Multicolumn Layout" v3.1 (c) by Dirk Jesse (http://www.yaml.de)
  3. * $Revision: 343 $ $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */
  4. @media all {
  5. html{height:auto;margin-bottom:0;margin-right:1px}
  6. * html textarea{overflow:scroll;overflow-x:hidden}
  7. * html input{overflow:hidden}
  8. body{position:relative;height:1%}
  9. * html body{position:static}
  10. #main{position:relative}
  11. .clearfix{display:block}
  12. * html .clearfix{height:1%}
  13. .floatbox{width:100%}
  14. .slidebox{position:relative;margin-right:-1000px;height:1%}
  15. * html #col1,* html #col2,* html #col3{position:relative}
  16. #page_margins,#page,.page_margins,.page,#header,#nav,#main,#footer{zoom:1}
  17. #page_margins,#page,.page_margins,.page{height:1%}
  18. * html #header,* html #nav,* html #main,* html #footer{width:100%;wid\th:auto}
  19. * html ul,* html ol,* html dl{position:relative}
  20. body ol li{display:list-item}
  21. fieldset,legend{position:relative}
  22. form.yform,form.yform div,form.yform div *{zoom:1}
  23. html #ie_clearing{position:static;display:block;\clear:both;width:100%;font-size:0;margin:-2px 0 -1em 1px}
  24. * html #ie_clearing{margin:-2px 0 -1em}
  25. #col3_content{margin-bottom:-2px}
  26. * html{margin-right:0}
  27. #col3{position:relative}
  28. *+html #col3 {z-index:-1}
  29. * html #col1,* html #col2 {z-index:1}
  30. * html #col3 {z-index:auto}
  31. * html body a,* html body a:hover{background-color:transparent}
  32. }
  33. @media screen,projection {
  34. #col1,#col2{display:inline}
  35. .c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l,.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{display:inline}
  36. * html .equalize,* html .equalize .subcolumns{overflow:visible;display:block}
  37. .equalize,.equalize .subcolumns{overflow:hidden;display:block}
  38. .equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c50l,.equalize .c66l,.equalize .c75l,.equalize .c62l{float:left;display:inline;padding-bottom:32767px;margin-bottom:-32767px}
  39. .equalize .c25r,.equalize .c33r,.equalize .c38r,.equalize .c50r,.equalize .c66r,.equalize .c75r,.equalize .c62r{float:right;margin-left:-5px;display:inline;padding-bottom:32767px;margin-bottom:-32767px}
  40. .no-ie-padding .c25l,.no-ie-padding .c33l,.no-ie-padding .c38l,.no-ie-padding .c50l,.no-ie-padding .c66l,.no-ie-padding .c75l,.no-ie-padding .c62l,.no-ie-padding .c25r,.no-ie-padding .c33r,.no-ie-padding .c38r,.no-ie-padding .c50r,.no-ie-padding .c66r,.no-ie-padding .c75r,.no-ie-padding .c62r{padding-bottom:0;margin-bottom:0}
  41. * html #col1_content,* html #col2_content,* html #col3_content{word-wrap:break-word}
  42. .subc,.subcl,.subcr{height:1%}
  43. * html .subc,* html .subcl,* html .subcr{word-wrap:break-word;overflow:hidden}
  44. }
  45. @media print {
  46. #col3{height:1%}
  47. }