K |
K |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Allgemein */ | /* Allgemein */ | ||
− | span.strong-c { | + | p.strong-p, |
− | color: | + | p.strong-p.ppoe { |
+ | border: 0.1rem solid #b51f1f; | ||
+ | } | ||
+ | p.strong-p.biber { | ||
+ | border: 0.1rem solid #ad7e42; | ||
+ | } | ||
+ | |||
+ | p.strong-p.wiwoe { | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | p.strong-p.grau { | ||
+ | border: 0.1rem solid #9c98a1; | ||
+ | } | ||
+ | |||
+ | span.strong-c, | ||
+ | span.strong-c.ppoe { | ||
+ | color: #b51f1f; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
span.strong-c.biber { | span.strong-c.biber { | ||
− | color: | + | color: #ad7e42; |
} | } | ||
− | span.strong-c. | + | span.strong-c.wiwoe { |
− | color: | + | color: #f7e400; |
} | } | ||
span.strong-c.gusp { | span.strong-c.gusp { | ||
− | color: | + | color: #009960; |
} | } | ||
span.strong-c.caex { | span.strong-c.caex { | ||
− | color: | + | color: #353990; |
} | } | ||
span.strong-c.raro { | span.strong-c.raro { | ||
− | color: | + | color: #ce0026; |
+ | } | ||
+ | |||
+ | span.strong-c.grau { | ||
+ | color: #9c98a1; | ||
} | } | ||
/* Screen */ | /* Screen */ | ||
@media screen { | @media screen { | ||
− | p.strong-p { | + | p.strong-p, |
− | background-color: rgba(181, 31, 31, 0. | + | p.strong-p.ppoe { |
+ | background-color: rgba(181, 31, 31, 0.3); | ||
} | } | ||
p.strong-p.biber { | p.strong-p.biber { | ||
− | background-color: rgba(173, 126, 66, 0. | + | background-color: rgba(173, 126, 66, 0.3); |
} | } | ||
− | p.strong-p. | + | p.strong-p.wiwoe { |
− | background-color: rgba(247, 228, 0, 0. | + | background-color: rgba(247, 228, 0, 0.3); |
} | } | ||
p.strong-p.gusp { | p.strong-p.gusp { | ||
− | background-color: rgba(0, 153, 96, 0. | + | background-color: rgba(0, 153, 96, 0.3); |
} | } | ||
p.strong-p.caex { | p.strong-p.caex { | ||
− | background-color: rgba(53, 57, 144, 0. | + | background-color: rgba(53, 57, 144, 0.3); |
} | } | ||
p.strong-p.raro { | p.strong-p.raro { | ||
− | background-color: rgba(206, 0, 38, 0. | + | background-color: rgba(206, 0, 38, 0.3); |
+ | } | ||
+ | |||
+ | p.strong-p.grau { | ||
+ | background-color: rgba(156, 152, 161, 0.3); | ||
} | } | ||
} | } | ||
Zeile 56: | Zeile 94: | ||
@media print { | @media print { | ||
p.strong-p { | p.strong-p { | ||
− | + | background-color: #fff !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } |
Aktuelle Version vom 29. September 2021, 11:15 Uhr
/* Allgemein */ p.strong-p, p.strong-p.ppoe { border: 0.1rem solid #b51f1f; } p.strong-p.biber { border: 0.1rem solid #ad7e42; } p.strong-p.wiwoe { 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; } p.strong-p.grau { border: 0.1rem solid #9c98a1; } span.strong-c, span.strong-c.ppoe { color: #b51f1f; font-weight: bold; } span.strong-c.biber { color: #ad7e42; } span.strong-c.wiwoe { color: #f7e400; } span.strong-c.gusp { color: #009960; } span.strong-c.caex { color: #353990; } span.strong-c.raro { color: #ce0026; } span.strong-c.grau { color: #9c98a1; } /* Screen */ @media screen { p.strong-p, p.strong-p.ppoe { background-color: rgba(181, 31, 31, 0.3); } p.strong-p.biber { background-color: rgba(173, 126, 66, 0.3); } p.strong-p.wiwoe { background-color: rgba(247, 228, 0, 0.3); } p.strong-p.gusp { background-color: rgba(0, 153, 96, 0.3); } p.strong-p.caex { background-color: rgba(53, 57, 144, 0.3); } p.strong-p.raro { background-color: rgba(206, 0, 38, 0.3); } p.strong-p.grau { background-color: rgba(156, 152, 161, 0.3); } } /* Print */ @media print { p.strong-p { background-color: #fff !important; } }