MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:
justify-content: center;
justify-content: center;
} */
} */
h1 { font-size: 210%; }
h2 { font-size: 180%; }
h3 { font-size: 145%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }

Version vom 24. Februar 2024, 21:31 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*#mw-wrapper {
    background: hsla(221, 55%, 61%, 0.2);
}*/
#footer-places {

    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-info-lastmod {
     font-size: 11px;
}
/* #footer-icons {
display: flex;
justify-content: center;
} */

h1 { font-size: 210%; }
h2 { font-size: 180%; }
h3 { font-size: 145%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }