Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
Line 2: Line 2:
 
{
 
{
 
background: #f5f5f5;
 
background: #f5f5f5;
 +
}
 +
table.commontable th
 +
{
 +
background: #f0f0f0;
 
}
 
}
 
table.commontable th, table.commontable td
 
table.commontable th, table.commontable td

Revision as of 16:36, 13 April 2020

table.commontable tr:nth-of-type(2n)
{
	background: #f5f5f5;
}
table.commontable th
{
	background: #f0f0f0;
}
table.commontable th, table.commontable td
{
	border: 1px solid #333;
	padding : 3px;
}
table.commontable
{
	border: 1px solid #333;
	border-collapse: collapse;
}