Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
Line 6: Line 6:
 
{
 
{
 
border-bottom: 3px solid #BBB;
 
border-bottom: 3px solid #BBB;
border-top: 3px solid #BBB;
 
 
}
 
}
 
table.commontable th, table.commontable td
 
table.commontable th, table.commontable td

Revision as of 16:48, 13 April 2020

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