Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | table.commontable tr:nth-of-type(2n) | + | table.commontable tr:nth-of-type(2n), table.commontable th |
{ | { | ||
background: #f5f5f5; | background: #f5f5f5; |
Revision as of 16:46, 13 April 2020
table.commontable tr:nth-of-type(2n), table.commontable th { background: #f5f5f5; } 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; }