MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 357: | Line 357: | ||
.wizlords-race-table li::marker { | .wizlords-race-table li::marker { | ||
color: var(--wiz-text, #d2d2d2); | color: var(--wiz-text, #d2d2d2); | ||
} | |||
.wikitable.wizlords-simple-table, | |||
.wizlords-simple-table { | |||
width: auto; | |||
min-width: 360px; | |||
margin: 16px 0 22px; | |||
border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important; | |||
background: #1f1e1e; | |||
color: var(--wiz-text, #d2d2d2); | |||
border-collapse: collapse; | |||
} | |||
.wikitable.wizlords-simple-table th, | |||
.wikitable.wizlords-simple-table td, | |||
.wizlords-simple-table th, | |||
.wizlords-simple-table td { | |||
padding: 8px 14px; | |||
border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important; | |||
} | |||
.wikitable.wizlords-simple-table th, | |||
.wizlords-simple-table th { | |||
background: #171717 !important; | |||
color: var(--wiz-heading, #e7e1d4) !important; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||