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.

50 lines
2.1 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. *{margin:0;padding:0}
  6. option{padding-left:.4em}
  7. select{padding:1px}
  8. * html body *{overflow:visible}
  9. * html iframe,* html frame{overflow:auto}
  10. * html frameset{overflow:hidden}
  11. html{height:100%;margin-bottom:1px}
  12. body{font-size:100.01%;color:#000;background:#fff;text-align:left}
  13. fieldset,img{border:0 solid}
  14. ul,ol,dl{margin:0 0 1em 1em}
  15. li{margin-left:.8em;line-height:1.5em}
  16. dt{font-weight:700}
  17. dd{margin:0 0 1em .8em}
  18. blockquote{margin:0 0 1em .8em}
  19. blockquote:before,blockquote:after,q:before,q:after{content:""}
  20. #header{position:relative}
  21. #topnav{text-align:right}
  22. #header #topnav{position:absolute;top:10px;right:10px}
  23. #header,#nav,#main,#footer{clear:both}
  24. #col1{float:left;width:200px}
  25. #col2{float:right;width:200px}
  26. #col3{width:auto;margin:0 200px}
  27. #col1_content,#col2_content,#col3_content{position:relative}
  28. .clearfix:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
  29. .clearfix{display:block}
  30. .floatbox{overflow:hidden}
  31. #ie_clearing{display:none}
  32. .subcolumns{width:100%;overflow:hidden}
  33. .subcolumns_oldgecko{width:100%;float:left}
  34. .c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
  35. .c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
  36. .c25l,.c25r{width:25%}
  37. .c33l,.c33r{width:33.333%}
  38. .c50l,.c50r{width:50%}
  39. .c66l,.c66r{width:66.666%}
  40. .c75l,.c75r{width:75%}
  41. .c38l,.c38r{width:38.2%}
  42. .c62l,.c62r{width:61.8%}
  43. .subc{padding:0 .5em}
  44. .subcl{padding:0 1em 0 0}
  45. .subcr{padding:0 0 0 1em}
  46. .equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}
  47. .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,.equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,.equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r{display:table-cell;vertical-align:top;float:none;margin:0;overflow:hidden}
  48. .skip,.hideme,.print,dfn{position:absolute;left:-1000em;top:-1000em}
  49. .skip:focus,.skip:active{position:static;left:0;top:0}
  50. }