Hybrid Animals Wiki
No edit summary
No edit summary
Line 16: Line 16:
 
.table th {
 
.table th {
 
background-color: #4372aa;
 
background-color: #4372aa;
}
 
.table tr:not(:first-child) th {
 
background-color: #000;
 
}
 
.table tr:first-child th {
 
background-color: #4372aa;
 
color: #333333;
 
 
}
 
}

Revision as of 04:01, 11 June 2021

/* CSS placed here will be applied to all skins */
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Common.css");
.table {
	width: 40%;
	margin: 0 auto;
	background: #d7dcfa;
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
}
.table td, .table tr {
	-moz-border-radius: 3.5px;
	-webkit-border-radius: 3.5px;
	border-radius: 3.5px;
}
.table th {
	background-color: #4372aa;
}