MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "table.tabscrcmd { border:2px solid #C6C6C6; background-color:#FFFFFF; box-shadow:0.3em 0.3em 0.5em #ACACAD; }") |
No edit summary |
||
Line 1: | Line 1: | ||
table.tabscrcmd { | table.tabscrcmd { | ||
border:2px solid #C6C6C6; | border:2px solid #C6C6C6; | ||
border-collapse: collapse; | |||
} | } | ||
table.tabscrcmd tr:nth-child(even) td:nth-child(1) { background-color:#f2f2f2; } | |||
table.tabscrcmd tr:nth-child(odd) td:nth-child(1) { background-color:#e5e5e5; } | |||
table.tabscrcmd tr:nth-child(even) td:nth-child(2) { background-color:#fff2cc; } | |||
table.tabscrcmd tr:nth-child(odd) td:nth-child(2) { background-color:#f2e6c2; } |
Revision as of 15:47, 11 August 2022
table.tabscrcmd { border:2px solid #C6C6C6; border-collapse: collapse; } table.tabscrcmd tr:nth-child(even) td:nth-child(1) { background-color:#f2f2f2; } table.tabscrcmd tr:nth-child(odd) td:nth-child(1) { background-color:#e5e5e5; } table.tabscrcmd tr:nth-child(even) td:nth-child(2) { background-color:#fff2cc; } table.tabscrcmd tr:nth-child(odd) td:nth-child(2) { background-color:#f2e6c2; }