Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
Line 3: Line 3:
 
background: #f5f5f5;
 
background: #f5f5f5;
 
}
 
}
table.commontable tr, table.commontable th, table.commontable td
+
table.commontable th, table.commontable td
 
{
 
{
 
border: 1px solid #333;
 
border: 1px solid #333;
 +
padding : 3px;
 
}
 
}
 
table.commontable
 
table.commontable

Revision as of 16:35, 13 April 2020

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