User:Melroch/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
m (Even more experimenting... (requires reloading)) |
m (Even more experimenting... (requires reloading)) |
||
| Line 12: | Line 12: | ||
#content, | #content, | ||
body { font-size: 7pt !important; } | body { font-size: 7pt !important; } | ||
h1 { font-size: 14pt } | h1 { font-size: 14pt; | ||
h2 { font-size: 12pt } | page-break-after: avoid; | ||
h3 { font-size: 11pt } | } | ||
h4 { font-size: 8pt } | h2 { font-size: 12pt; | ||
h5 { font-size: 7pt } | page-break-after: avoid; | ||
} | |||
h3 { font-size: 11pt; | |||
page-break-after: avoid; | |||
} | |||
h4 { font-size: 8pt; | |||
page-break-after: avoid; | |||
} | |||
h5 { font-size: 7pt; | |||
page-break-after: avoid; | |||
} | |||
h6 { | h6 { | ||
font-size: 7pt; | font-size: 7pt; | ||
font-weight: normal; | font-weight: normal; | ||
page-break-after: avoid; | |||
} | } | ||
.toc {display: none} | .toc {display: none} | ||
} | } | ||
Revision as of 01:18, 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: 7pt !important; }
h1 { font-size: 14pt;
page-break-after: avoid;
}
h2 { font-size: 12pt;
page-break-after: avoid;
}
h3 { font-size: 11pt;
page-break-after: avoid;
}
h4 { font-size: 8pt;
page-break-after: avoid;
}
h5 { font-size: 7pt;
page-break-after: avoid;
}
h6 {
font-size: 7pt;
font-weight: normal;
page-break-after: avoid;
}
.toc {display: none}
}