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.

16 lines
928 B

  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 print {
  5. body{font-size:10pt}
  6. html{height:auto;margin-bottom:0}
  7. #topnav,#nav,#search{display:none}
  8. body a[href^="http:"],body a[href^="https:"]{padding-left:0;background-image:none}
  9. .floatbox,.subcolumns,.subcolums_oldgecko{overflow:visible;display:table}
  10. .c25l,.c33l,.c38l,.c50l,.c62l,.c66l,.c75l,.c25r,.c33r,.c38r,.c50r,.c62r,.c66r,.c75r{width:100%;margin:0;padding:0;float:none!important;overflow:visible;display:table!important}
  11. .subc,.subcl,.subcr{margin:0;padding:0}
  12. .print{position:static;left:0}
  13. .noprint{display:none!important}
  14. h1,h2,h3,h4,h5,h6{page-break-after:avoid}
  15. #col1_content:before,#col2_content:before,#col3_content:before{content:"";color:#888;background:inherit;display:block;font-weight:700;font-size:1.5em}
  16. }