MediaWiki:Print.css
From DFM Wiki
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect the print output */ body{ font-family: "Open Sans",arial; } .toc{border:none;} .toc li{list-style-type:none} @page { size: 8.5in 11in; margin: 1in; @bottom-right { content: counter(page); } } #siteSub {display:None} h1#firstHeading { border-bottom: solid; margin-top: 1em; } .printfooter{ font-size:x-small; margin-top:2em; } /* Show only when printing */ @media screen, projection, handheld { .printonly { display: initial !important; } }