MediaWiki:Print.css
From DFM Wiki
Revision as of 09:37, 5 March 2021 by EricThrift (talk | contribs) (Remove formatting customizations (e.g., logo at top) since browser support is poor. We will generate print reports using a separate utility, using a minimalist stylesheet for single-page printing.)
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-corner { content: counter(page); } } #siteSub {display:None} h1, h2, h3, h4, h5, h6 {color:#4680c6;} h1#firstHeading { border-bottom: solid; margin-top: 2em; }