Vorlage:Taxobox/styles.css: Unterschied zwischen den Versionen

Aus OroWiki
Die Seite wurde neu angelegt: „Personennamen in Kapitälchen für Autorenangabe: .Person { font-variant: small-caps; } table.taxobox { background: white; border: 1px solid #72777d; border-collapse: collapse; Redundant zur Klasse „float-right“ in common.css: clear: right; float: right; margin: 1em 0 1em 1em; } table.taxobox > * > * > th { background: #9bcd9b; border: 1px solid #72777d; text-align: center; } table.taxobox.palaeobox > * > * > th { background: #e7…“
 
Admin änderte das Inhaltsmodell der Seite Vorlage:Taxobox/styles.css von „Wikitext“ nach „Bereinigtes CSS“
 
(kein Unterschied)

Aktuelle Version vom 17. Oktober 2025, 18:29 Uhr

/* Personennamen in Kapitälchen für Autorenangabe */
.Person {
	font-variant: small-caps;
}
table.taxobox {
	background: white;
	border: 1px solid #72777d;
	border-collapse: collapse;
	/* Redundant zur Klasse „float-right“ in common.css */
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
table.taxobox > * > * > th {
	background: #9bcd9b;
	border: 1px solid #72777d;
	text-align: center;
}
table.taxobox.palaeobox > * > * > th {
	background: #e7dcc3;
}
table.taxobox.parabox > * > * > th {
	background: #b9b9b9;
}

table.taxobox > * > * > td.Person,
table.taxobox > * > * > td.taxo-name,
table.taxobox > * > * > td.taxo-bild,
table.taxobox > * > * > td.taxo-zeit {
	text-align: center;
}