MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Google Font laden */ | |||
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap'); | |||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
| Zeile 11: | Zeile 14: | ||
} | } | ||
/* | /* Schriftart */ | ||
body, | |||
#mw-content-text, | |||
.mw-body-content { | |||
font-family: 'Merriweather', Georgia, serif !important; | |||
} | |||
a, | a, | ||
a:link { | a:link { | ||
color: #141414 !important; | color: #141414 !important; | ||
font-family: 'Merriweather', Georgia, serif !important; | |||
} | } | ||
Version vom 9. Juni 2026, 12:57 Uhr
/* Google Font laden */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Hellgrauer Hintergrund für alle Elemente */
body,
.mw-page-container,
.mw-page-container-inner,
.vector-column-start,
.vector-column-end,
#mw-content-text {
background-color: #e8e8e8 !important;
}
/* Schriftart */
body,
#mw-content-text,
.mw-body-content {
font-family: 'Merriweather', Georgia, serif !important;
}
a,
a:link {
color: #141414 !important;
font-family: 'Merriweather', Georgia, serif !important;
}
a:visited {
color: #360202 !important;
}