MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 14: | Zeile 14: | ||
} | } | ||
#footer-icons { | #footer-icons { | ||
display: | display: flex; | ||
justify-content: center; | |||
} | } |
Version vom 24. Februar 2024, 09:35 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;
}