MediaWiki:Common.css: Unterschied zwischen den Versionen
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
.firstHeading { | .firstHeading { | ||
− | font-family: arsMagicaTopic; | + | font-family: arsMagicaTopic !important; |
color: #8c3615; | color: #8c3615; | ||
} | } | ||
Zeile 17: | Zeile 17: | ||
} | } | ||
− | . | + | .headerSort { |
font-family: arsMagicaTopic; | font-family: arsMagicaTopic; | ||
color: #8c3615; | 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; }