Benutzer:AndreasP/skin.css: Unterschied zwischen den Versionen

Aus Mitmachen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/* save ink and paper with very small fonts */
/* Remove non-essential elements */
@media print {
@media print {
     #footer,
     #catlinks, .catlinks { display: block; }
    #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;
    }
}
}

Aktuelle Version vom 1. August 2023, 19:02 Uhr

/* Remove non-essential elements */
@media print {
    #catlinks, .catlinks { display: block; }
}