MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 16: | Zeile 16: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
h1 { font-size: | h1 { font-size: 50%; } | ||
h2 { font-size: | h2 { font-size: 40%; } | ||
h3 { font-size: 145%; } | h3 { font-size: 145%; } | ||
h4 { font-size: 125%; } | h4 { font-size: 125%; } | ||
h5 { font-size: 100%; } | h5 { font-size: 100%; } | ||
h6 { font-size: 80%; } | h6 { font-size: 80%; } |
Version vom 24. Februar 2024, 22:13 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: 50%; }
h2 { font-size: 40%; }
h3 { font-size: 145%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }