MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gothic Almanach
Zeile 5: | Zeile 5: | ||
.dialog td { vertical-align:top; } | .dialog td { vertical-align:top; } | ||
− | .dialog th[content=" "] { background:red; } | + | .dialog th[content="Held:"] { background:red; } |
// .dialog th:after { content:":"; padding:0px; margin:0px; } //zu großer Abstand zu Wort | // .dialog th:after { content:":"; padding:0px; margin:0px; } //zu großer Abstand zu Wort |
Version vom 3. November 2006, 15:17 Uhr
.dialog { border:none; } .dialog th { vertical-align:top; text-align:right; white-space:nowrap; } .dialog td { vertical-align:top; } .dialog th[content="Held:"] { background:red; } // .dialog th:after { content:":"; padding:0px; margin:0px; } //zu großer Abstand zu Wort /*.dialog td i:before { content:"("; } //funzt nichtmal bei FireFox .dialog td i:after { content:")"; }*/