MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
background-position: left center !important; | background-position: left center !important; | ||
background-size: 140px auto !important; | background-size: 140px auto !important; | ||
} | |||
body { | |||
font-family: Arial, sans-serif; | |||
} | |||
.firstHeading, | |||
.mw-page-title-main, | |||
h1, h2, h3, h4, h5, h6 { | |||
font-family: Arial, sans-serif !important; | |||
} | } | ||
Aktuelle Version vom 2. April 2026, 12:34 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo a,
.mw-wiki-logo,
.mw-logo-icon {
background-image: url("https://wiki.ibhsoftec.com/de/images/8/8f/IBH-WIKI.png") !important;
background-repeat: no-repeat !important;
background-position: left center !important;
background-size: 140px auto !important;
}
body {
font-family: Arial, sans-serif;
}
.firstHeading,
.mw-page-title-main,
h1, h2, h3, h4, h5, h6 {
font-family: Arial, sans-serif !important;
}