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: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
m (Try out automatic alternate row coloring)
mNo edit summary
Line 1: Line 1:
table.animal-infobox tr:nth-child(even) {
table.animal-infobox .animal-name {
background-color: red;
}
 
table.animal-infobox tr.animal-name {
color: #ffffff;
color: #ffffff;
font-size: larger;
font-size: larger;
Line 29: Line 25:
}
}


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


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


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

Revision as of 18:57, 9 April 2022

table.animal-infobox .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 .subheader {
	background-color: #4688c0;
	text-align: center;
}

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

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