MediaWiki:Tables.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) No edit summary |
ReisuDesign (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
th { | th { | ||
background-color: var(-- | background-color: var(--background-color-4) !important; | ||
padding: 8px 15px; | padding: 8px 15px; | ||
text-align: left; | |||
} | } | ||
td { | td { | ||
padding: 3px 15px; | padding: 3px 15px; | ||
background-color: var(-- | background-color: var(--background-color-1); | ||
} | } | ||
tr:nth-child(odd) td { | tr:nth-child(odd) td { | ||
background-color: var(-- | background-color: var(--background-color-2); | ||
} | } | ||
} | } | ||
.wikitable td, .wikitable th { | .wikitable td, .wikitable th { | ||
border-color: transparent !important; | |||
} | } | ||