K |
K |
||
Zeile 3: | Zeile 3: | ||
p.strong-p { | p.strong-p { | ||
background-color: #b51f1f; | background-color: #b51f1f; | ||
+ | color: white; | ||
} | } | ||
p.strong-p.biber { | p.strong-p.biber { | ||
background-color: #AD7E42; | background-color: #AD7E42; | ||
+ | color: white; | ||
} | } | ||
Zeile 14: | Zeile 16: | ||
p.strong-p.gusp { | p.strong-p.gusp { | ||
background-color: #009960; | background-color: #009960; | ||
+ | color: white; | ||
} | } | ||
Zeile 23: | Zeile 26: | ||
p.strong-p.raro { | p.strong-p.raro { | ||
background-color: #CE0026; | background-color: #CE0026; | ||
+ | color: white; | ||
} | } | ||
Version vom 20. November 2020, 09:27 Uhr
/* Screen */ @media screen { p.strong-p { background-color: #b51f1f; color: white; } p.strong-p.biber { background-color: #AD7E42; color: white; } p.strong-p.wiwo { background-color: #F7E400; } p.strong-p.gusp { background-color: #009960; color: white; } p.strong-p.caex { background-color: #353990; color: white; } p.strong-p.raro { background-color: #CE0026; color: white; } span.strong-c { color: #b51f1f; font-weight: bold; } } /* Print */ @media print { p.strong-p { border: 0.1rem solid #b51f1f; } p.strong-p.biber { border: 0.1rem solid #AD7E42; } p.strong-p.wiwo { border: 0.1rem solid #F7E400; } p.strong-p.gusp { border: 0.1rem solid #009960; } p.strong-p.caex { border: 0.1rem solid #353990; } p.strong-p.raro { border: 0.1rem solid #CE0026; } }