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
Tag: Manual revert
No edit summary
Line 1,064: Line 1,064:
background: #1f1e1e !important;
background: #1f1e1e !important;
color: var(--wiz-heading, #e7e1d4) !important;
color: var(--wiz-heading, #e7e1d4) !important;
text-align: center;
}
.wikitable.wizlords-reward-table,
.wizlords-reward-table {
min-width: 0;
max-width: none;
width: auto;
}
.wikitable.wizlords-reward-table th,
.wikitable.wizlords-reward-table td,
.wizlords-reward-table th,
.wizlords-reward-table td {
white-space: nowrap;
}
.wikitable.wizlords-reward-table th:nth-child(2),
.wikitable.wizlords-reward-table td:nth-child(2),
.wizlords-reward-table th:nth-child(2),
.wizlords-reward-table td:nth-child(2) {
text-align: center;
text-align: center;
}
}