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

нема опису редагування
Немає опису редагування
Немає опису редагування
Мітка: Ручний відкіт
 
(Не показані 24 проміжні версії цього користувача)
Рядок 464: Рядок 464:
.home__blocks {
.home__blocks {
     gap: 20px;
     gap: 20px;
     align-items: stretch
     align-items: stretch;
    margin-bottom: 20px;
}
}


Рядок 484: Рядок 485:
     flex-direction: column;
     flex-direction: column;
     border-radius: 0px;
     border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     background-image: url(https://mafiacc.site/images/d/df/Bg_03.png);
     background-image: url(https://mafiacc.site/images/d/df/Bg_03.png);
     background-size: cover;
     background-size: cover;
Рядок 941: Рядок 941:
     .post-content,
     .post-content,
     #mw-content-text > form {
     #mw-content-text > form {
         margin-left: 300px !important;
         margin-left: 280px !important;
     }
     }
      
      
Рядок 966: Рядок 966:
/* ==================================================== */
/* ==================================================== */


/* ==================================================== */
/* МОБІЛЬНА ВЕРСІЯ - АВАТАРКА ГРАВЦЯ */
/* ==================================================== */
@media (max-width: 768px) {
    /* Контейнер аватарки */
    .r-box figure {
        margin: 0 !important;
        width: 100% !important;
        overflow: hidden;
    }
   
    /* Обгортка посилання */
    .r-box figure a.mw-file-description {
        display: block;
        width: 100%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
    }
   
    /* Саме зображення */
    .r-box figure .mw-file-element,
    .r-box figure img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
    }
}


/* ==================================================== */
/* ==================================================== */
/* ФІКС ПОШУКУ - БЛОКУВАННЯ OVERLAY ТА СТРИБАННЯ */
/* ФІКС ПОШУКУ - БЛОКУВАННЯ ТІЛЬКИ SEARCH OVERLAY */
/* ==================================================== */
/* ==================================================== */


Рядок 975: Рядок 1004:
     overflow-y: scroll !important;
     overflow-y: scroll !important;
     scrollbar-gutter: stable !important;
     scrollbar-gutter: stable !important;
}
/* Блокуємо зміни body при overlay */
body,
body.overlay-enabled,
body.search-enabled,
body[class*="overlay"],
body[class*="search"] {
    overflow: auto !important;
    position: static !important;
    height: auto !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
}
/* Фіксуємо viewport */
#mw-mf-viewport,
#mw-mf-page-center {
    transform: none !important;
    transition: none !important;
    position: static !important;
    overflow: visible !important;
}
/* Блокуємо зміни при overlay */
.overlay-enabled #mw-mf-viewport,
.overlay-enabled #mw-mf-page-center,
.overlay-enabled .mw-body,
.overlay-enabled #content {
    transform: none !important;
    margin: 0 !important;
    position: static !important;
}
}


Рядок 1021: Рядок 1017:
}
}


/* Ховаємо всі overlay елементи */
/* Ховаємо ТІЛЬКИ search overlay */
.overlay,
.overlay.search-overlay {
.search-overlay,
.overlay.search-overlay,
.overlay-header,
.overlay-content,
.mw-mf-page-center__mask {
     display: none !important;
     display: none !important;
    position: absolute !important;
    left: -9999px !important;
     visibility: hidden !important;
     visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
}
}


Рядок 1042: Рядок 1027:
     pointer-events: auto !important;
     pointer-events: auto !important;
     cursor: text !important;
     cursor: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}
}


/* Вимикаємо тригер overlay */
/* Дозволяємо media overlay (галерея зображень) працювати */
.skin-minerva-search-trigger {
.mw-mmv-overlay,
     pointer-events: none !important;
.mw-mmv-image-wrapper,
}
.mw-mmv-main,
 
.overlay.media-overlay {
/* Але input активний */
     display: block !important;
.minerva-header .search-box input.search {
    visibility: visible !important;
    opacity: 1 !important;
     pointer-events: auto !important;
     pointer-events: auto !important;
     cursor: text !important;
     position: fixed !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
}
}


Рядок 1400: Рядок 1387:
}
}


@media (max-width: 400px) {
@media (max-width: 720px) {
     .minerva-header .branding-box a span {
     .minerva-header .branding-box a span {
         display: none !important;
         display: none !important;
     }
     }
.content hr {
    background-color: #d8b283!important;
    height: 1px!important;
    border: 0!important;
    display: none!important;
}




}
.content hr {
    background-color: #3a3a4a!important;
    height: 2px!important;
    border: 0!important;
}
.home__block-tournament-winner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    background: rgba(24, 21, 30, 0.3);
    background: rgba(0,0,0,0.5);
}
.home__block-tournament-winner span:first-child {
    font-weight: 500;
    color: #fff;
}
/* ==================================================== */
/* БЛОКУВАННЯ SEARCH OVERLAY */
/* ==================================================== */
/* Фіксуємо scroll */
html {
    overflow-y: scroll !important;
    scrollbar-gutter: stable !important;
}
/* Блокуємо зміни body при search overlay */
body.overlay-enabled,
body.search-enabled {
    overflow: auto !important;
    position: static !important;
    background-color: #15151f !important;
}
/* Ховаємо search overlay */
.overlay.search-overlay,
.search-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/* Поле пошуку - завжди активне */
#searchInput {
    pointer-events: auto !important;
    cursor: text !important;
}
/* Контент - правильний padding-top */
.mw-body {
    padding-top: 70px !important;
}
@media (max-width: 767px) {
    .mw-body {
        padding-top: 60px !important;
    }
}
/* ==================================================== */
/* HEADER BANNER - LIQUIPEDIA STYLE */
/* ==================================================== */
.header-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 20px;
    background-image: url('/images/4/44/Searchbackground.png');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    min-height: 80px;
}
/* Затемнення для кращої читабельності */
.header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.5) 100%);
    border-radius: 8px;
    pointer-events: none;
}
/* Логотип зліва */
.header-banner__logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-banner__logo span[typeof="mw:File"],
.header-banner__logo > span:first-child {
    display: flex;
    align-items: center;
}
.header-banner__logo > span:last-child {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    white-space: nowrap;
}
.header-banner__logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}
.header-banner__logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.header-banner__logo span {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/* Пошук справа */
.header-banner__search {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0;
}
.header-banner__search input {
    width: 360px;
    margin-right: 16px;
    padding: 12px 16px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #333;
    outline: none;
}
.header-banner__search input::placeholder {
    color: #888;
}
.header-banner__search input:focus {
    box-shadow: 0 0 0 2px rgba(161, 156, 224, 0.5);
}
.header-banner__search button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    background: #3b82f6;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.header-banner__search button:hover {
    background: #2563eb;
}
/* Мобільна версія */
@media (max-width: 768px) {
    .header-banner {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
        text-align: center;
    }
   
    .header-banner__logo span {
        font-size: 18px;
    }
   
    .header-banner__search {
        width: 100%;
    }
   
    .header-banner__search input {
        flex: 1;
        width: auto;
    }
}
@media (max-width: 768px) {
    .header-banner__logo > span:last-child {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}
@media (max-width: 480px) {
    .header-banner__logo > span:last-child {
        display: none;
    }
}
}