MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 35: | Zeile 35: | ||
h5 { font-size: 100%; } | h5 { font-size: 100%; } | ||
h6 { font-size: 80%; } | h6 { font-size: 80%; } | ||
} | |||
/* | /* | ||
#mw-site-navigation { | #mw-site-navigation { | ||
background-color: | background-color:blue; | ||
} | } | ||
#mw-content-block { | #mw-content-block { | ||
background-color:black | background-color:black; | ||
#mw-wrapper { | |||
background-color:yellow; | |||
} | } | ||
*/ | */ |
Aktuelle Version vom 7. Dezember 2024, 18:28 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%; }
}
/*
#mw-site-navigation {
background-color:blue;
}
#mw-content-block {
background-color:black;
#mw-wrapper {
background-color:yellow;
}
*/