MediaWiki:Vector.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus | /* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. */ | ||
/* | /* | ||
| Zeile 13: | Zeile 12: | ||
* „OpenStreetMap“ mit der SiteNotice. | * „OpenStreetMap“ mit der SiteNotice. | ||
*/ | */ | ||
#mw-content-text #coordinates, | #mw-content-text :is(#coordinates, #editcount, #shortcut), | ||
body.ns-special #mw-content-text .specialpage-helplink { | body.ns-special #mw-content-text .specialpage-helplink { | ||
display: block; | display: block; | ||
| Zeile 28: | Zeile 25: | ||
} | } | ||
/* Korrektur Schriftart der Überschriften */ | /* Korrektur Schriftart der Überschriften ([[Wikipedia:Umfragen/Darstellungsprobleme in Überschriften]]) */ | ||
.mw-body #firstHeading, | .mw-body #firstHeading, | ||
.mw-body h1, | .mw-body :is(h1, h2) { | ||
font-family: "Linux Libertine", "Palatino Linotype", "Georgia", "Times", serif; | font-family: "Linux Libertine", "Palatino Linotype", "Georgia", "Times", serif; | ||
} | } | ||