ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.

Template:Infobox Animal/sandbox/styles.css

From Eco - English Wiki
table.animal-infobox tr:nth-child(even) {
	/* Mixed in 10% Green Blue Crayola from the palette with the table background color. */
	background-color: #c3e2ec;
}

table.animal-infobox tr.animal-name {
	color: #ffffff;
	font-size: larger;
	font-weight: bolder;
	text-align: center;
	background-color: #1165af;
}

table.animal-infobox tr.animal-type {
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
}

table.animal-infobox tr.animal-type.land {
	background-color: #11af53;
}

table.animal-infobox tr.animal-type.swimming {
	background-color: #65a9e6;
}

table.animal-infobox tr.animal-type.flying {
	background-color: #e3bd27;
}

table.animal-infobox tr.subheader {
	background-color: #4688c0;
	text-align: center;
}

table.animal-infobox tr.value-column {
	text-align: right;
	padding: 0.2em;
}

table.animal-infobox tr.wide-column {
	max-width: 12em;
}