MediaWiki:Print.css: Unterschied zwischen den Versionen
Mahi (Diskussion | Beiträge) |
|||
(12 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 10: | Zeile 10: | ||
} | } | ||
@media print { | @media print { | ||
− | + | .kopfzeile, | |
.printfooter, | .printfooter, | ||
.f-list{ | .f-list{ | ||
Zeile 21: | Zeile 21: | ||
display: none!important; | display: none!important; | ||
} | } | ||
+ | } | ||
+ | @page { size: landscape!important; | ||
+ | } | ||
+ | |||
+ | /* @media screen { | ||
+ | #firstHeading { | ||
+ | text-align: right!important; | ||
+ | border-bottom: 3px dashed #00f!important; | ||
+ | color: #008!important; | ||
+ | background-color: inherit!important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media print { | ||
+ | #firstHeading { | ||
+ | color: #000!important; | ||
+ | background-color: #fff!important; | ||
+ | } | ||
+ | }*/ | ||
+ | @media screen { | ||
+ | * { | ||
+ | font-family: verdana,arial,sans-serif!important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @ media print{ | ||
+ | * { | ||
+ | font-family: "times new roman",times,serif!important; | ||
+ | text-align: justify!important; | ||
+ | } | ||
} | } |
Aktuelle Version vom 19. August 2019, 16:17 Uhr
/* Das folgende CSS wird in der Druckausgabe geladen. */ #page-header, #userbar, #p-logo, .subpages, #toctitle, #toc { display: none !important; } @media print { .kopfzeile, .printfooter, .f-list{ display: none!important; } #siteSub, #contentSub, #footer { display: none!important; } } @page { size: landscape!important; } /* @media screen { #firstHeading { text-align: right!important; border-bottom: 3px dashed #00f!important; color: #008!important; background-color: inherit!important; } } @media print { #firstHeading { color: #000!important; background-color: #fff!important; } }*/ @media screen { * { font-family: verdana,arial,sans-serif!important; } } @ media print{ * { font-family: "times new roman",times,serif!important; text-align: justify!important; } }