User:Melroch/monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
m (Now...)
m (What the...)
Line 9: Line 9:


a:link, a:visited, a:active, a:hover {
a:link, a:visited, a:active, a:hover {
   text-decoration: underline;
   text-decoration: underline ! important;
}
}


Line 51: Line 51:
     }
     }
   .toc {display: none}
   .toc {display: none}
  a:link, a:visited, a:active, a:hover {
        text-decoration: underline ! important;
    }
}
}

Revision as of 06:47, 29 May 2006

body {
    font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000;
  font-size: 8pt ! important;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif
}

a:link, a:visited, a:active, a:hover {
  text-decoration: underline ! important;
}


.IPA {
  font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000;
}

.sans {
  font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif
}

.red {color: #c00;}

/* save ink and paper with very small fonts */
@media print {
    #footer,
    #content,
    body { font-size: 8pt !important;
        margin 1in;
    }
    h1 { font-size: 16pt;
        page-break-after: avoid;
    }
    h2 { font-size: 14pt;
        page-break-after: avoid;
    }
    h3 { font-size: 12pt;
        page-break-after: avoid;
    }
    h4 { font-size: 10pt;
        page-break-after: avoid;
    }
    h5 { font-size: 8pt;
        page-break-after: avoid;
    }
    h6 { 
        font-size: 8pt;
        font-weight: normal;
        page-break-after: avoid;
    }
   .toc {display: none}
   a:link, a:visited, a:active, a:hover {
        text-decoration: underline ! important;
    }

}