MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Castle Falkenstein - Chronicles
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */ | /* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */ | ||
body { | body { | ||
font-size: | font-size:14px; | ||
font-family: Papyrus; | font-family: Papyrus; | ||
font-weight: bold; | font-weight: bold; | ||
| Zeile 8: | Zeile 8: | ||
@media screen { | @media screen { | ||
body { | body { | ||
font-size: | font-size:14px; | ||
font-family: Papyrus; | font-family: Papyrus; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
} | } | ||
Aktuelle Version vom 7. Februar 2026, 20:00 Uhr
/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */
body {
font-size:14px;
font-family: Papyrus;
font-weight: bold;
}
@media screen {
body {
font-size:14px;
font-family: Papyrus;
font-weight: bold;
}
}