MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
72 Bytes hinzugefügt ,  10:08, 30. Jun. 2018
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 149: Zeile 149:
/** Wrappers and boxes */
/** Wrappers and boxes */


.wrapper, .box, .window {
.wrapper, .box, .window, .quotebox {
     margin-top: 0.5em;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
Zeile 165: Zeile 165:
     background: #E9E9E9;
     background: #E9E9E9;
     border-top: 17px solid rgba(0,0,0,.25);
     border-top: 17px solid rgba(0,0,0,.25);
}
.quotebox {
    border-left: 9px solid rgba(0,0,0,.25);
}
}


.wrapper > p:first-of-type,
.wrapper > p:first-of-type,
.box > p:first-of-type,
.box > p:first-of-type,
.window > p:first-of-type {
.window > p:first-of-type,
.quotebox > p:first-of-type {
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
Zeile 176: Zeile 180:
.wrapper > p:last-of-type,
.wrapper > p:last-of-type,
.box > p:last-of-type,
.box > p:last-of-type,
.window > p:last-of-type {
.window > p:last-of-type,
.quotebox > p:last-of-type {
     margin-bottom: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-bottom: 0;
Zeile 197: Zeile 202:
}
}


.quotebox {
.quote {
    border: none;
    border-left: 8px solid #DDD;
     font-style: italic;
     font-style: italic;
     font-size: 0.85rem;
     font-size: 0.85rem;

Navigationsmenü