MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 935: | Line 935: | ||
background: #1f1e1e !important; | background: #1f1e1e !important; | ||
color: var(--wiz-heading, #e7e1d4) !important; | color: var(--wiz-heading, #e7e1d4) !important; | ||
text-align: center; | |||
} | |||
.wikitable.wizlords-example-table caption, | |||
.wizlords-example-table caption { | |||
color: var(--wiz-heading, #e7e1d4); | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.wikitable.wizlords-example-table th, | |||
.wikitable.wizlords-example-table td, | |||
.wizlords-example-table th, | |||
.wizlords-example-table td { | |||
text-align: center; | text-align: center; | ||
} | } | ||