MediaWiki:Common.css: Unterschied zwischen den Versionen
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
− | + | .firstHeading { | |
+ | font-family: arsMagicaTopic !important; | ||
+ | color: #8c3615; | ||
+ | } | ||
+ | |||
+ | .mw-headline { | ||
+ | font-family: arsMagicaTopic; | ||
+ | color: #8c3615; | ||
+ | } | ||
+ | |||
+ | .headerSort { | ||
+ | font-family: arsMagicaTopic; | ||
+ | color: #8c3615; | ||
+ | } | ||
+ | |||
+ | p > b { | ||
+ | color: #8c3615; | ||
} | } |
Aktuelle Version vom 28. Juli 2017, 23:31 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ @font-face { font-family: arsMagicaTopic; src: url(https://bsrp.tkunkel.de/Lombardi.ttf); } .firstHeading { font-family: arsMagicaTopic !important; color: #8c3615; } .mw-headline { font-family: arsMagicaTopic; color: #8c3615; } .headerSort { font-family: arsMagicaTopic; color: #8c3615; } p > b { color: #8c3615; }