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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 1085: Рядок 1085:
/* ==================================================== */
/* ==================================================== */


/* Сторінка Ігри - без margin-left */
/* Сторінка Ігри - перезаписуємо Minerva стилі */
@media screen and (min-width: 1000px) {
@media screen and (min-width: 1000px) {
     .page-Ігри .banner-container,
     .page-Ігри .banner-container,
Рядок 1099: Рядок 1099:
         margin-left: 16px !important;
         margin-left: 16px !important;
         margin-right: 16px !important;
         margin-right: 16px !important;
         max-width: calc(100% - 32px) !important;
         width: calc(100% - 32px) !important;
        max-width: none !important;
     }
     }
}
}
Рядок 1120: Рядок 1121:
}
}


/* Колонка з посиланням - можна обрізати */
.wide-table td:last-child,
.wide-table td:last-child,
.page-Ігри .wikitable td:last-child {
.page-Ігри .wikitable td:last-child {
Рядок 1129: Рядок 1129:
}
}


/* Заголовки компактніші */
.wide-table th,
.wide-table th,
.page-Ігри .wikitable th {
.page-Ігри .wikitable th {
Рядок 1138: Рядок 1137:
}
}


/* Горизонтальний скрол якщо не влазить */
.page-Ігри .mw-parser-output {
.page-Ігри .mw-parser-output {
     overflow-x: auto !important;
     overflow-x: auto !important;
}
/* Повна ширина для таблиць з класом full-width */
.full-width {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
}
}