User:Melroch/monobook.css
From FrathWiki
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
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: 10pt !important; margin 1in; } h1 { font-size: 18pt; page-break-after: avoid; } h2 { font-size: 16pt; page-break-after: avoid; } h3 { font-size: 14pt; page-break-after: avoid; } h4 { font-size: 12pt; page-break-after: avoid; } h5 { font-size: 10pt; page-break-after: avoid; } h6 { font-size: 10pt; font-weight: normal; page-break-after: avoid; } .toc {display: none} }