MediaWiki:Mobile.css: Unterschied zwischen den Versionen

24 Bytes hinzugefügt ,  23:19, 30. Jun. 2018
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
Zeile 169: Zeile 169:
/** Wrappers and boxes */
/** Wrappers and boxes */


.wrapper, .box, .window, .hgdrawer, .border {
.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:


}
}
.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);
Zeile 191: Zeile 191:
     padding-left: 9px;
     padding-left: 9px;
}
}
.border {
.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:
}
}


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


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