Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
table.commontable th | table.commontable th | ||
{ | { | ||
− | border-bottom: | + | border-bottom: 2px solid #AAA; |
− | border-top: | + | border-top: 2px solid #AAA; |
} | } | ||
table.commontable td | table.commontable td |
Latest revision as of 16:50, 13 April 2020
table.commontable tr:nth-of-type(2n), table.commontable th { background: #f5f5f5; } table.commontable th { border-bottom: 2px solid #AAA; border-top: 2px solid #AAA; } table.commontable td { border-bottom: 1px solid #BBB; } table.commontable th, table.commontable td { padding: 3px 100px 3px 14px ; } table.commontable { border: 1px solid #BBB; border-collapse: collapse; }