Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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;
}
}