8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 153: | Zeile 153: | ||
/** Wrappers and boxes */ | /** Wrappers and boxes */ | ||
.wrapper, .box, .window, . | .wrapper, .box, .window, .drawer { | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
| Zeile 170: | Zeile 170: | ||
border-top: 17px solid rgba(0,0,0,.25); | border-top: 17px solid rgba(0,0,0,.25); | ||
} | } | ||
. | .drawer { | ||
border-left: 9px solid rgba(0,0,0,.25); | border-left: 9px solid rgba(0,0,0,.25); | ||
} | } | ||
.wrapper > :first-child, | |||
.wrapper > | .box > :first-child, | ||
.box > | .window > :first-child, | ||
.window > | .drawer > :first-child { | ||
. | |||
margin-top: 0; | margin-top: 0; | ||
padding-top: 0; | padding-top: 0; | ||
} | } | ||
. | .wrapper > :last-child, | ||
.box > :last-child, | |||
.box > | .window > :last-child, | ||
.window > | .drawer > :last-child { | ||
. | |||
margin-bottom: 0; | margin-bottom: 0; | ||
padding-bottom: 0; | padding-bottom: 0; | ||