User:Failsayfe/common.css: Difference between revisions
imported>Failsayfe No edit summary |
imported>Failsayfe No edit summary |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 16:44, 20 September 2025
/* Узкая таблица для Stats: 20% / 20% / 60% */
.stats-table--compact .wikitable {
table-layout: fixed;
width: 100%;
}
.stats-table--compact .wikitable th:nth-child(1),
.stats-table--compact .wikitable td:nth-child(1) { width: 20%; white-space: nowrap; }
.stats-table--compact .wikitable th:nth-child(2),
.stats-table--compact .wikitable td:nth-child(2) { width: 20%; }
.stats-table--compact .wikitable th:nth-child(3),
.stats-table--compact .wikitable td:nth-child(3) { width: 60%; }
.stats-table--compact .mw-collapsible { margin-top: .25em; }
/* Конец узкой таблицы*/