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