Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | table. | + | table.commontable tr:nth-of-type(2n) |
{ | { | ||
background: #f5f5f5; | background: #f5f5f5; | ||
} | } | ||
− | table. | + | table.commontable tr:nth-of-type(2n+1) |
{ | { | ||
background: #fff; | background: #fff; | ||
} | } | ||
− | table. | + | table.commontable tr |
{ | { | ||
border: 1px solid #333; | border: 1px solid #333; | ||
} | } | ||
− | table. | + | table.commontable td |
{ | { | ||
border: 1px solid #333; | border: 1px solid #333; | ||
} | } | ||
− | table. | + | 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; }