MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
justify-content: center; | justify-content: center; | ||
height: 3em; | height: 3em; | ||
width: | width: 100%; | ||
} | } | ||
Aktuelle Version vom 15. April 2024, 16:04 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#footer-places {
display: flex;
align-items: center;
justify-content: center;
height: 3em;
width: 100%;
}
@media screen and (max-width:53em)
{
#garten-img {
width:5em;
height:5em;
}
}
</style>
#footer-info-lastmod {
font-size: 11px;
}
h1 {
font-size: 20px;
}
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }