|
|
Line 1: |
Line 1: |
− | /* Das folgende CSS wird in der Druckausgabe geladen. */
| + | @media print { |
| + | a[href]:after { content: none !important; } |
| + | img[src]:after { content: none !important; } |
| | | |
− | /* Navigationsleisten nicht mit ausdrucken */
| |
− | div.NavFrame,
| |
− | div.BoxenVerschmelzen {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | /*
| |
− | * Möglichkeit zum Überschreiben der Regel aus mediawiki.legacy/commonPrint.css:
| |
− | * [[Wikipedia:Verbesserungsvorschläge/Feature-Requests/Archiv/2007#a:after in der commonPrint.css (erledigt)]]
| |
− | * In [[en:MediaWiki:Print.css]] ist eine ähnliche Klasse mit dem Namen
| |
− | * „nourlexpansion“ definiert
| |
− | */
| |
− | .mw-body-content .plainlinks-print a.external.text:after,
| |
− | .mw-body-content .plainlinks-print a.external.autonumber:after {
| |
− | content: none;
| |
− | }
| |
− |
| |
− | /* Diverse Elemente beim Druck ausblenden, die im Druck keinen Sinn machen */
| |
− | #footer-info-copyright-stats, /* Abrufstatistik */
| |
− | #footer-info-copyright-separator /* Trenner nach Abrufstatistik */ {
| |
− | display:none;
| |
| } | | } |
Revision as of 16:34, 26 June 2017
@media print {
a[href]:after { content: none !important; }
img[src]:after { content: none !important; }
}