Benutzer:Kathe/monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Kathe (Diskussion | Beiträge) (Die Seite wurde neu angelegt: @variables { boxWidth : 25%; infoColor : #c2c2d8; } .infobox { background-color: var(infoColor); width : var(boxWidth); float : right; ...) |
Kathe (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
.infobox { | .infobox { | ||
background-color: | background-color: #c2c2d8; | ||
width : | width : 25%; | ||
float : right; | float : right; | ||
border : 1px solid gray; | border : 1px solid gray; |
Version vom 3. August 2008, 08:10 Uhr
.infobox { background-color: #c2c2d8; width : 25%; float : right; border : 1px solid gray; border-collapse : collapse; margin : 10px; font-size : 90%; } .infobox_title { background-color: #d6d6ec; width : 100%; text-align : center; border : 1px solid gray; } .hinweisbox { background-color: #e2e2e8; } .warnbox { background-color: #ff9999; } .navbox { background-color: white; } .navbox_title { background-color: #f5f5ff; } .shadowtalkbox { background-color: #ddddee; }