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

imported>Cactus26
Person hier ergänzt
 
Tabellenbreite auf 100% gesetzt
 
Zeile 3: Zeile 3:
font-variant: small-caps;
font-variant: small-caps;
}
}
/* width 100%, da das Ding in eine div eingebettet wird */
table.taxobox {
table.taxobox {
background: white;
background: white;
Zeile 11: Zeile 12:
float: right;
float: right;
margin: 1em 0 1em 1em;
margin: 1em 0 1em 1em;
        width:100%;
}
}
table.taxobox > * > * > th {
table.taxobox > * > * > th {
background: #9bcd9b;
background: #b9cfb6;
border: 1px solid #72777d;
border: 1px solid #72777d;
text-align: center;
text-align: center;

Aktuelle Version vom 18. November 2022, 17:31 Uhr

/* Personennamen in Kapitälchen für Autorenangabe */
.Person {
	font-variant: small-caps;
}
/* width 100%, da das Ding in eine div eingebettet wird */
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;
        width:100%;
}
table.taxobox > * > * > th {
	background: #b9cfb6;
	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;
}