MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 10: | Zeile 10: | ||
/*********** Tabellen ***************/ | /*********** Tabellen ***************/ | ||
− | .prettytable { | + | .prettytable, |
+ | .wikitable { | ||
margin: 1em auto 1em; | margin: 1em auto 1em; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
Zeile 17: | Zeile 18: | ||
} | } | ||
.prettytable th, | .prettytable th, | ||
− | .prettytable td { | + | .prettytable td, |
+ | .wikitable th, | ||
+ | .wikitable td { | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
padding: .2em .5em; | padding: .2em .5em; | ||
} | } | ||
− | .prettytable th { | + | .prettytable th, |
+ | .wikitable th { | ||
text-align: center; | text-align: center; | ||
background: #eee; | background: #eee; | ||
} | } | ||
− | .prettytable caption { | + | .prettytable caption, |
+ | .wikitable caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Version vom 4. Oktober 2010, 23:39 Uhr
body { font-family: Arial, Helvetica, sans-serif;}
h2 {font-size:1.7em; }
h3 {border-bottom: 1px dotted #aaa; font-size:1.4em; font-weight:normal}
pre {font-size: 1.2em;}
.titel {font-size: 1.7em; line-height: 1.5em; }
.quellen {color:#555; font-size:.9em; text-align: right; margin:.5em 1.5em 1.5em;}
.zitat {padding: 0 2em 0 4em; text-indent:-4em }
.zitat:before{content:"„ ";color:#e5e5e5; width: 2em; font-size: 6em; font-family: Georgia;}
#toc {float:right; max-width: 30%; margin-left: 2em; }
/*********** Tabellen ***************/
.prettytable,
.wikitable {
margin: 1em auto 1em;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.prettytable th,
.prettytable td,
.wikitable th,
.wikitable td {
border: 1px #aaa solid;
padding: .2em .5em;
}
.prettytable th,
.wikitable th {
text-align: center;
background: #eee;
}
.prettytable caption,
.wikitable caption {
font-weight: bold;
}
/********** Anmerkungen*************/
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }