8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 149: | Zeile 149: | ||
/** Wrappers and boxes */ | /** Wrappers and boxes */ | ||
.wrapper, .box, .window { | .wrapper, .box, .window, .quotebox { | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
| Zeile 165: | Zeile 165: | ||
background: #E9E9E9; | background: #E9E9E9; | ||
border-top: 17px solid rgba(0,0,0,.25); | border-top: 17px solid rgba(0,0,0,.25); | ||
} | |||
.quotebox { | |||
border-left: 9px solid rgba(0,0,0,.25); | |||
} | } | ||
.wrapper > p:first-of-type, | .wrapper > p:first-of-type, | ||
.box > p:first-of-type, | .box > p:first-of-type, | ||
.window > p:first-of-type { | .window > p:first-of-type, | ||
.quotebox > p:first-of-type { | |||
margin-top: 0; | margin-top: 0; | ||
padding-top: 0; | padding-top: 0; | ||
| Zeile 176: | Zeile 180: | ||
.wrapper > p:last-of-type, | .wrapper > p:last-of-type, | ||
.box > p:last-of-type, | .box > p:last-of-type, | ||
.window > p:last-of-type { | .window > p:last-of-type, | ||
.quotebox > p:last-of-type { | |||
margin-bottom: 0; | margin-bottom: 0; | ||
padding-bottom: 0; | padding-bottom: 0; | ||
| Zeile 197: | Zeile 202: | ||
} | } | ||
. | .quote { | ||
font-style: italic; | font-style: italic; | ||
font-size: 0.85rem; | font-size: 0.85rem; | ||