MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 139: | Line 139: | ||
color: #ffd37a; | color: #ffd37a; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* RACE TABLE */ | |||
/* ---------- */ | |||
.wizlords-race-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
border: 1px solid var(--wiz-content-border, #ff942d); | |||
background: var(--wiz-content-background, #222); | |||
color: var(--wiz-text, #d2d2d2); | |||
} | |||
.wizlords-race-table th, | |||
.wizlords-race-table td { | |||
padding: 5px 8px; | |||
border: 1px solid var(--wiz-content-border, #ff942d); | |||
vertical-align: middle; | |||
} | |||
.wizlords-race-table th { | |||
color: var(--wiz-heading, #e7e1d4); | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
.wizlords-race-table .race-name { | |||
text-align: center; | |||
font-weight: bold; | |||
white-space: nowrap; | |||
} | |||
.wizlords-race-table .subculture { | |||
font-weight: bold; | |||
} | |||
.wizlords-race-table .special-abilities { | |||
min-width: 280px; | |||
} | } | ||