MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: #b2292e; | color: #b2292e; | ||
font-family: "Minion Pro",minion-pro,serif; | |||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
.vector-body { | .vector-body { | ||
Version vom 14. August 2025, 16:41 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;
color: #b2292e;
font-family: "Minion Pro",minion-pro,serif;
font-weight: 700;
}
.vector-body {
font-family: "Minion Pro",minion-pro,serif;
font-size: 1.0rem;
}
}
h1, h2, h3, h4, h5 {
color: #b2292e
}