Benutzer:AndreasP/skin.css: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „→save ink and paper with very small fonts: @media print { #footer, #content, body { font-size: 4pt !important; } h1 { font-size: 9pt } h2 { font-size: 7pt } h3 { font-size: 6pt } h4 { font-size: 5pt } h5 { font-size: 4pt } h6 { font-size: 4pt; font-weight: normal; } } →Remove non-essential elements: @media print { .firstHeading { margin-top: 0; padding-top: 0; } #siteSub { display: n…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
#content, | #content, | ||
body { font-size: 4pt !important; } | body { font-size: 4pt !important; } | ||
h1 { font-size: | h1 { font-size: 64pt } | ||
h2 { font-size: 7pt } | h2 { font-size: 7pt } | ||
h3 { font-size: 6pt } | h3 { font-size: 6pt } | ||
Version vom 1. August 2023, 18:50 Uhr
/* save ink and paper with very small fonts */
@media print {
#footer,
#content,
body { font-size: 4pt !important; }
h1 { font-size: 64pt }
h2 { font-size: 7pt }
h3 { font-size: 6pt }
h4 { font-size: 5pt }
h5 { font-size: 4pt }
h6 {
font-size: 4pt;
font-weight: normal;
}
}
/* Remove non-essential elements */
@media print {
.firstHeading { margin-top: 0; padding-top: 0; }
#siteSub { display: none; }
.printfooter { display: none; }
#catlinks, .catlinks { display: none; }
#footer { display: none; }
}