MediaWiki:Common.css: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 1195: Рядок 1195:
.mcc-final-table td:first-child { width: 40px !important; text-align: center !important; }
.mcc-final-table td:first-child { width: 40px !important; text-align: center !important; }
.mcc-final-table td:nth-child(2) { text-align: left !important; padding-left: 14px !important; }
.mcc-final-table td:nth-child(2) { text-align: left !important; padding-left: 14px !important; }
/* ══════════════════════════════════════════════
  FULL-WIDTH TABLES — force 100% stretch
  ══════════════════════════════════════════════ */
.page-Ігри .mcc-scroll-outer,
.page-Статистика .mcc-scroll-outer,
.page-Перша_статистика .mcc-scroll-outer,
.page-Фіналіст .mcc-scroll-outer,
.page-Сезони .mcc-scroll-outer,
.page-Гравці .mcc-scroll-outer,
.page-Фундація .mcc-scroll-outer,
.page-Призовий_фонд .mcc-scroll-outer,
.page-Призові .mcc-scroll-outer,
.page-Титули .mcc-scroll-outer,
.page-Період .mcc-scroll-outer {
    width: 100% !important;
    max-width: 100% !important;
}
.page-Ігри .mcc-scroll-inner,
.page-Статистика .mcc-scroll-inner,
.page-Перша_статистика .mcc-scroll-inner,
.page-Фіналіст .mcc-scroll-inner,
.page-Сезони .mcc-scroll-inner,
.page-Гравці .mcc-scroll-inner,
.page-Фундація .mcc-scroll-inner,
.page-Призовий_фонд .mcc-scroll-inner,
.page-Призові .mcc-scroll-inner,
.page-Титули .mcc-scroll-inner,
.page-Період .mcc-scroll-inner {
    width: 100% !important;
    min-width: 0 !important;
}
/* The actual wikitable inside scroll wrapper */
.page-Ігри .mcc-scroll-inner .wikitable,
.page-Статистика .mcc-scroll-inner .wikitable,
.page-Перша_статистика .mcc-scroll-inner .wikitable,
.page-Фіналіст .mcc-scroll-inner .wikitable,
.page-Сезони .mcc-scroll-inner .wikitable,
.page-Гравці .mcc-scroll-inner .wikitable,
.page-Фундація .mcc-scroll-inner .wikitable,
.page-Призовий_фонд .mcc-scroll-inner .wikitable,
.page-Призові .mcc-scroll-inner .wikitable,
.page-Титули .mcc-scroll-inner .wikitable,
.page-Період .mcc-scroll-inner .wikitable {
    min-width: 100% !important;
    width: 100% !important;
    table-layout: auto !important;
}
/* Also without wrapper */
.page-Ігри .mw-parser-output .wikitable,
.page-Статистика .mw-parser-output .wikitable,
.page-Перша_статистика .mw-parser-output .wikitable,
.page-Фіналіст .mw-parser-output .wikitable,
.page-Сезони .mw-parser-output .wikitable,
.page-Гравці .mw-parser-output .wikitable,
.page-Фундація .mw-parser-output .wikitable,
.page-Призовий_фонд .mw-parser-output .wikitable,
.page-Призові .mw-parser-output .wikitable,
.page-Титули .mw-parser-output .wikitable,
.page-Період .mw-parser-output .wikitable {
    width: 100% !important;
    table-layout: auto !important;
    display: table !important;
}