Vorlage:MIncludeCSSfileTestFileRoundedBox: Unterschied zwischen den Versionen

Aus chessmail Wiki @novasign.ch
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{{#CSS: .roundtable20 { width:100%; border:1px solid SlateGray; -moz-border-radius: 0.5em; -webkit-border-radius: 6px; border-radius:6px; background-color:…“)
 
K
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 11: Zeile 11:
 
padding-top: 15px;
 
padding-top: 15px;
 
border-spacing: 5px;
 
border-spacing: 5px;
 +
}
 +
.foo {
 +
border: 1px dotted Silver; background-color: SeaShell;
 
}
 
}
 
}}
 
}}

Aktuelle Version vom 18. Juni 2013, 20:04 Uhr

{{#CSS: .roundtable20 { width:100%; border:1px solid SlateGray; -moz-border-radius: 0.5em; -webkit-border-radius: 6px; border-radius:6px; background-color: snow; vertical-align:top; padding: 5px; padding-top: 15px; border-spacing: 5px; } .foo { border: 1px dotted Silver; background-color: SeaShell; } }}