So sah der Internetauftritt der Jedi-Bibliothek im Oktober 2011 aus. Fühlt euch frei, darin zu stöbern! Unsere aktuelle Hauptseite findet ihr unter jedi-bibliothek.de!
MediaWiki:Common.css
(Unterschied zwischen Versionen)
| Zeile 5: | Zeile 5: | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| − | -moz-border-radius-bottomleft:15px; -moz-border-radius-bottomright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; | + | -moz-border-radius-bottomleft:15px; |
| + | -moz-border-radius-bottomright:15px; | ||
| + | -moz-border-radius-topleft:15px; | ||
| + | -moz-border-radius-topright:15px; | ||
} | } | ||
.wikitable th, .wikitable td, | .wikitable th, .wikitable td, | ||
Version vom 2. Mai 2011, 06:22 Uhr
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
border: 1px #aaa solid;
border-collapse: collapse;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th,
.prettytable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
}