MediaWiki:Print.css
From Max-EuP 2012
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Das folgende CSS wird in der Druckausgabe geladen. .printfooter { display: none; } */ /* Farbhervorhebung für Links in der Druckversion */ a:link, a:visited { color: #006c66 !important; /* Dunkelgrün für Links */ text-decoration: underline !important; text-decoration-style: dotted !important; text-decoration-thickness: 1px !important; text-underline-offset: -0.1em !important;/* Sicherstellen, dass sie unterstrichen sind */ }