K |
K |
||
Zeile 1: | Zeile 1: | ||
/* Allgemein */ | /* Allgemein */ | ||
p.strong-p { | p.strong-p { | ||
− | background-color: | + | background-color: #b51f1f; |
+ | } | ||
+ | p.strong-p.biber { | ||
+ | background-color: #AD7E42; | ||
+ | } | ||
+ | |||
+ | p.strong-p.wiwo { | ||
+ | background-color: #F7E400; | ||
+ | } | ||
+ | |||
+ | p.strong-p.gusp { | ||
+ | background-color: #009960; | ||
+ | } | ||
+ | |||
+ | p.strong-p.caex { | ||
+ | background-color: #353990; | ||
+ | } | ||
+ | |||
+ | p.strong-p.raro { | ||
+ | background-color: #CE0026; | ||
} | } | ||
span.strong-c { | span.strong-c { | ||
− | color: | + | color: #b51f1f; |
} | } |
Version vom 20. November 2020, 09:18 Uhr
/* Allgemein */ p.strong-p { background-color: #b51f1f; } p.strong-p.biber { background-color: #AD7E42; } p.strong-p.wiwo { background-color: #F7E400; } p.strong-p.gusp { background-color: #009960; } p.strong-p.caex { background-color: #353990; } p.strong-p.raro { background-color: #CE0026; } span.strong-c { color: #b51f1f; }