MediaWiki:Print.css
From Max-EuP 2012
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: Press Ctrl-F5.
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } a { text-decoration: none; color: #006c66 !important; text-decoration-thickness: 1px; text-decoration-style: dotted; text-decoration-line: underline; text-underline-position: under; text-underline-offset: -0.1em; } .printfooter { font-size: 0.8em; } .plainlinks { position: absolute; left: 0; padding: 8px; } .plainrechts { position: absolute; right: 0; padding: 8px; }