MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 153: Zeile 153:
/** Wrappers and boxes */
/** Wrappers and boxes */


.wrapper, .box, .window, .quotebox {
.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);
}
}
.quotebox {
.drawer {
     border-left: 9px solid rgba(0,0,0,.25);
     border-left: 9px solid rgba(0,0,0,.25);
}
}


.quotebox :first-child,
.wrapper > :first-child,
.wrapper > p:first-of-type,
.box > :first-child,
.box > p:first-of-type,
.window > :first-child,
.window > p:first-of-type,
.drawer > :first-child {
.quotebox > p:first-of-type {
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
}
}


.quotebox > :last-child,
.wrapper > :last-child,
.wrapper > p:last-of-type,
.box > :last-child,
.box > p:last-of-type,
.window > :last-child,
.window > p:last-of-type,
.drawer > :last-child {
.quotebox > p:last-of-type {
     margin-bottom: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-bottom: 0;

Navigationsmenü