Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
Line 1: Line 1:
table.wikitable tr:nth-of-type(2n)
+
table.commontable tr:nth-of-type(2n)
 
{
 
{
 
background: #f5f5f5;
 
background: #f5f5f5;
 
}
 
}
table.wikitable tr:nth-of-type(2n+1)
+
table.commontable tr:nth-of-type(2n+1)
 
{
 
{
 
background: #fff;
 
background: #fff;
 
}
 
}
table.wikitable tr
+
table.commontable tr
 
{
 
{
 
border: 1px solid #333;
 
border: 1px solid #333;
 
}
 
}
  
table.wikitable td
+
table.commontable  td
 
{
 
{
 
border: 1px solid #333;
 
border: 1px solid #333;
 
}
 
}
table.wikitable
+
table.commontable
 
{
 
{
 
border: 1px solid #333;
 
border: 1px solid #333;
 
}
 
}

Revision as of 16:23, 13 April 2020

table.commontable tr:nth-of-type(2n)
{
	background: #f5f5f5;
}
table.commontable tr:nth-of-type(2n+1)
{
	background: #fff;
}
table.commontable tr
{
	border: 1px solid #333;
}

table.commontable  td
{
	border: 1px solid #333;
}
table.commontable
{
	border: 1px solid #333;
}