User:Melroch/monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
No edit summary
m (Experimenting...)
Line 5: Line 5:
.IPA {
.IPA {
   font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000;
   font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000;
}
/* save ink and paper with very small fonts */
@media print {
    #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 {
        font-size: 7pt;
        font-weight: normal;
    }
}
}

Revision as of 00:50, 29 May 2006

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

/* save ink and paper with very small fonts */
@media print {
    #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 { 
        font-size: 7pt;
        font-weight: normal;
    }
}