MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 14: | Zeile 14: | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: #b2292e; | color: #b2292e; | ||
} | } | ||
.mw-page-title-main { | .mw-page-title-main { | ||
| Zeile 22: | Zeile 21: | ||
} | } | ||
.mw-heading2 { | .mw-body, | ||
.mw-body-content, | |||
.mw-heading, | |||
.mw-body h1, | |||
.mw-body .mw-heading1, | |||
.mw-body-content h1, | |||
.mw-body-content .mw-heading1, | |||
.mw-body-content h2, | |||
.mw-body-content .mw-heading2 { | |||
font-family: "Minion Pro", minion-pro, serif !important; | |||
} | |||
.vector-body { | .vector-body { | ||
font-family: "Minion Pro",minion-pro,serif; | font-family: "Minion Pro",minion-pro,serif; | ||
Version vom 14. August 2025, 17: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;
}
.vector-page-titlebar::after {
display: none;
}
.mw-heading {
border-bottom: none !important;
color: #b2292e;
}
.mw-page-title-main {
font-family: "Minion Pro",minion-pro,serif;
font-weight: 700;
color: #b2292e;
}
.mw-body,
.mw-body-content,
.mw-heading,
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2 {
font-family: "Minion Pro", minion-pro, serif !important;
}
.vector-body {
font-family: "Minion Pro",minion-pro,serif;
font-size: 1.2rem;
}
}