MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 3: | Zeile 3: | ||
.titel {font-size: 1.5em; line-height: 1.5em; } | .titel {font-size: 1.5em; line-height: 1.5em; } | ||
.quellen {color:#555; font-size:.9em; text-align: right; margin:.5em 1.5em 1.5em;} | .quellen {color:#555; font-size:.9em; text-align: right; margin:.5em 1.5em 1.5em;} | ||
− | #toc {float:right; max-width: 30%} | + | #toc {float:right; max-width: 30%; margin-left: 2em; } |
/*********** Tabellen ***************/ | /*********** Tabellen ***************/ | ||
Version vom 2. Oktober 2010, 22:38 Uhr
body { font-family: Arial, Helvetica, sans-serif;}
h3 {border-bottom: 1px dotted #aaa}
.titel {font-size: 1.5em; line-height: 1.5em; }
.quellen {color:#555; font-size:.9em; text-align: right; margin:.5em 1.5em 1.5em;}
#toc {float:right; max-width: 30%; margin-left: 2em; }
/*********** Tabellen ***************/
.prettytable {
margin: 1em auto 1em;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.prettytable th,
.prettytable td {
border: 1px #aaa solid;
padding: .2em .5em;
}
.prettytable th {
text-align: center;
}
.prettytable caption {
font-weight: bold;
}
/********** Anmerkungen*************/
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }