Vorlog:Taxobox/style.css

Aus Wikipedia
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] und [[Wikipedia:Paläoboxen|Paläoboxen]] */
table.taxobox {
	background: white;
	border: 1px solid gray;
	border-collapse: collapse;
	/* redundant zu class="float-right" */
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
table.taxobox > * > * > th {
	background: #9bcd9b;
	border: 1px solid gray;
	text-align: center;
}
table.taxobox.palaeobox > * > * > th {
	background: #e7dcc3;
}
table.taxobox > * > * > td.Person,
table.taxobox > * > * > .taxo-name,
table.taxobox > * > * > .taxo-bild,
table.taxobox.palaeobox > * > * > .taxo-zeit {
	text-align: center;
}
table.taxobox.palaeobox > * > * > .taxo-ort {
	text-align: left;
}

/* VERALTET: Verunstaltung von Thumbnails in Taxoboxen */
table.taxobox div.thumb,
table.taxobox div.thumb * {
	background: #f9f9f9;
	border: none;
	float: none;
	margin: 0 auto;
	padding: 0;
}
table.taxobox .magnify {
	display: none;
}
table.taxobox .thumbcaption {
	text-align: center;
}