8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
||
| Zeile 169: | Zeile 169: | ||
/** Wrappers and boxes */ | /** Wrappers and boxes */ | ||
.wrapper, . | .wrapper, .hgbox, .hgwindow, .hgdrawer, .hgborder { | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
| Zeile 180: | Zeile 180: | ||
} | } | ||
. | .hgbox { | ||
background: #E9E9E9; | background: #E9E9E9; | ||
} | } | ||
. | .hgwindow { | ||
background: #E9E9E9; | background: #E9E9E9; | ||
border-top: 17px solid rgba(0,0,0,.25); | border-top: 17px solid rgba(0,0,0,.25); | ||
| Zeile 191: | Zeile 191: | ||
padding-left: 9px; | padding-left: 9px; | ||
} | } | ||
. | .hgborder { | ||
border: 2px solid #212529; | border: 2px solid #212529; | ||
background: rgba(0,0,0,0); | background: rgba(0,0,0,0); | ||
| Zeile 198: | Zeile 198: | ||
} | } | ||
. | .hgborder > :first-child, | ||
.wrapper > :first-child, | .wrapper > :first-child, | ||
. | .hgbox > :first-child, | ||
. | .hgwindow > :first-child, | ||
.hgdrawer > :first-child { | .hgdrawer > :first-child { | ||
margin-top: 0; | margin-top: 0; | ||
| Zeile 207: | Zeile 207: | ||
} | } | ||
. | .hgborder > :last-child, | ||
.wrapper > :last-child, | .wrapper > :last-child, | ||
. | .hgbox > :last-child, | ||
. | .hgwindow > :last-child, | ||
.hgdrawer > :last-child { | .hgdrawer > :last-child { | ||
margin-bottom: 0; | margin-bottom: 0; | ||