MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
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, .drawer, .border {
.wrapper, .box, .window, .hgdrawer, .border {
     margin-top: 0.5em;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
Zeile 187: Zeile 187:
     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);
     padding-left: 9px;
     padding-left: 9px;
Zeile 202: Zeile 202:
.box > :first-child,
.box > :first-child,
.window > :first-child,
.window > :first-child,
.drawer > :first-child {
.hgdrawer > :first-child {
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
Zeile 211: Zeile 211:
.box > :last-child,
.box > :last-child,
.window > :last-child,
.window > :last-child,
.drawer > :last-child {
.hgdrawer > :last-child {
     margin-bottom: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-bottom: 0;

Navigationsmenü