MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 8: | Zeile 8: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
.mw-heading | .mw-heading { | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: #b2292e; | color: #b2292e; | ||
| Zeile 21: | Zeile 21: | ||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
color: #b2292e | color: #b2292e; | ||
font-family: "Minion Pro",minion-pro,serif; | |||
} | } | ||
Version vom 14. August 2025, 16:43 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;
font-family: "Minion Pro",minion-pro,serif;
}