MediaWiki:Print.css: Unterschied zwischen den Versionen
Mahi (Diskussion | Beiträge) |
|||
(5 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 25: | Zeile 25: | ||
} | } | ||
+ | /* @media screen { | ||
#firstHeading { | #firstHeading { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
text-align: right!important; | text-align: right!important; | ||
border-bottom: 3px dashed #00f!important; | border-bottom: 3px dashed #00f!important; | ||
Zeile 39: | Zeile 35: | ||
@media print { | @media print { | ||
− | + | #firstHeading { | |
color: #000!important; | color: #000!important; | ||
background-color: #fff!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; } }