Benutzer:AndreasP/skin.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
} | } | ||
Version vom 1. August 2023, 18:52 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: 64pt }
h3 { font-size: 64pt }
h4 { font-size: 64pt }
h5 { font-size: 64pt }
h6 {
font-size: 64pt;
font-weight: normal;
}
}