MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: @media screen { →.vector-feature-zebra-design-disabled .vector-header-container { padding-right: 5em !important; }: .vector-page-titlebar { box-shadow: none !important; } h2 { border-bottom: none !important; } } h1, h2, h3, h4, h5 { color: #b2292e }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 8: | Zeile 8: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.mw-heading { | |||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
Version vom 14. August 2025, 16:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@media screen {
/*.vector-feature-zebra-design-disabled .vector-header-container {
padding-right: 5em !important;
}*/
.vector-page-titlebar {
box-shadow: none !important;
}
.mw-heading {
border-bottom: none !important;
}
}
h1, h2, h3, h4, h5 {
color: #b2292e
}