MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gothic Almanach
Zeile 1: | Zeile 1: | ||
+ | <nowiki> | ||
.dialog { border:none; } | .dialog { border:none; } | ||
Zeile 18: | Zeile 19: | ||
#content { border:5px red; } | #content { border:5px red; } | ||
+ | </nowiki> |
Version vom 4. November 2006, 20:15 Uhr
<nowiki> .dialog { border:none; } .dialog th { vertical-align:top; text-align:right; white-space:nowrap; } .dialog td { vertical-align:top; } /* .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:")"; }*/ table.Aufzaehlung td { vertical-align:top; padding-right:6ex; } table.Aufzaehlung th { vertical-align:top; text-align:left; padding-right:6ex; } //body table td { padding:0%; margin:0px; } funzt nicht #content { border:5px red; } </nowiki>