MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,178: | Line 1,178: | ||
.wizlords-example-table td { | .wizlords-example-table td { | ||
text-align: center; | text-align: center; | ||
} | |||
.wikitable.wizlords-reputation-table, | |||
.wizlords-reputation-table { | |||
width: 100%; | |||
max-width: none; | |||
} | |||
.wikitable.wizlords-reputation-table.mw-collapsed, | |||
.wizlords-reputation-table.mw-collapsed { | |||
width: auto; | |||
min-width: 0; | |||
} | |||
.wikitable.wizlords-reputation-table th:nth-child(1), | |||
.wikitable.wizlords-reputation-table td:nth-child(1), | |||
.wikitable.wizlords-reputation-table th:nth-child(2), | |||
.wikitable.wizlords-reputation-table td:nth-child(2), | |||
.wizlords-reputation-table th:nth-child(1), | |||
.wizlords-reputation-table td:nth-child(1), | |||
.wizlords-reputation-table th:nth-child(2), | |||
.wizlords-reputation-table td:nth-child(2) { | |||
width: 120px; | |||
white-space: nowrap; | |||
} | |||
.wikitable.wizlords-reputation-table th:nth-child(3), | |||
.wikitable.wizlords-reputation-table td:nth-child(3), | |||
.wizlords-reputation-table th:nth-child(3), | |||
.wizlords-reputation-table td:nth-child(3) { | |||
text-align: left; | |||
} | |||
.wizlords-indented-note { | |||
margin: 8px 0 14px 28px; | |||
color: var(--wiz-text, #d2d2d2); | |||
} | } | ||