MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus RaumZeitLabor Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎CSS an dieser Stelle wirkt sich auf alle Skins aus: →‎Wikitable (Prettytable) class for skinning tables: table.wikitable th, table.wikitable td { paddin…“)
(kein Unterschied)

Version vom 27. September 2010, 20:38 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Wikitable (Prettytable) class for skinning tables */
table.wikitable th, table.wikitable td {
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
	background: #8da7d6;
}
table.wikitable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}