MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Service Champion-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: CSS placed here will be applied to all skins: index.php?title=MediaWiki:Common.css: .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9;...)
(kein Unterschied)

Version vom 2. Juni 2009, 18:33 Uhr

/* CSS placed here will be applied to all skins */

/* index.php?title=MediaWiki:Common.css */

.wikitable,
.prettytable {
 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #AAA solid;
 border-collapse: collapse;
 empty-cells:show;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
 border: 1px #AAA solid;
 padding: 0.3em;
}

.wikitable caption,
.prettytable caption {
 margin-left: inherit;
 margin-right: inherit;
 font-weight: bold;
}