(Die Seite wurde neu angelegt: „ →Desktop: @media screen and (min-width: 1550px) { .blockquote::first-letter { font-weight: bold; font-size: 2rem; color: red; } }“) |
K |
||
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | /* Allgemein */ | ||
+ | .blockquote-begin { | ||
+ | font-size: 1rem; | ||
+ | color: #b51f1f; | ||
+ | margin-right: 0.5rem; | ||
+ | } | ||
− | + | .inline-quote { | |
− | + | font-style: italic; | |
− | . | ||
− | font- | ||
− | |||
− | |||
− | |||
} | } |
Aktuelle Version vom 8. Februar 2021, 09:51 Uhr
/* Allgemein */ .blockquote-begin { font-size: 1rem; color: #b51f1f; margin-right: 0.5rem; } .inline-quote { font-style: italic; }