MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
32 Bytes hinzugefügt ,  23:23, 30. Jun. 2018
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
Zeile 167: Zeile 167:
/** Wrappers and boxes */
/** Wrappers and boxes */


.wrapper, .box, .window, .drawer, .border {
.wrapper, .hgbox, .hgwindow, .hgdrawer, .hgborder {
     margin-top: 0.5em;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
Zeile 177: Zeile 177:


}
}
.box {
.hgbox {
     background: #E9E9E9;
     background: #E9E9E9;
}
}
.window {
.hgwindow {
     background: #E9E9E9;
     background: #E9E9E9;
     border-top: 17px solid rgba(0,0,0,.25);
     border-top: 17px solid rgba(0,0,0,.25);
}
}
.drawer {
.hgdrawer {
     border-left: 9px solid rgba(0,0,0,.25);
     border-left: 9px solid rgba(0,0,0,.25);
}
}
.border {
.hgborder {
     border: 2px solid #212529;
     border: 2px solid #212529;
     background: rgba(0,0,0,0);
     background: rgba(0,0,0,0);
}
}


.border > :first-child,
.hgborder > :first-child,
.wrapper > :first-child,
.wrapper > :first-child,
.box > :first-child,
.hgbox > :first-child,
.window > :first-child,
.hgwindow > :first-child,
.drawer > :first-child {
.hgdrawer > :first-child {
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
}
}


.border > :last-child,
.hgborder > :last-child,
.wrapper > :last-child,
.wrapper > :last-child,
.box > :last-child,
.hgbox > :last-child,
.window > :last-child,
.hgwindow > :last-child,
.drawer > :last-child {
.hgdrawer > :last-child {
     margin-bottom: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-bottom: 0;
8.581

Bearbeitungen

Navigationsmenü