MediaWiki:Common.css

Материал из AbduloverA.com

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input {
    border: solid 1px #c8ccd1;
    border-radius: 2px;
}


element.style {
    background: rgba(255, 128, 0, 0.5);
    border: solid 2px #000000;
}

form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) {
    margin: 0.5em 0;
    padding: 0.35em;
}


form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'] {
    border-radius: 2px;
    padding: 0.35em 1em;
    background-color: rgb(255, 128, 0);
    font-weight: bold;
    color: rgb(0, 0, 0);
    border: solid 3px rgb(0, 0, 0);
}


form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input {
    border: solid 2px #000000;
    border-radius: 2px;
    background: rgba(255, 128, 0, 0.5);
    font-family: Zekton;
}


form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active {
    background-color: rgb(224, 0, 0);
}



.mw-message-box-error {
    background-color: rgba(255, 0, 0, 1.0);
    border-color: rgb(255, 0, 0);
    /* border: solid 1px rgb(255, 0, 0); */
    box-shadow: 0px 0px 17px 7px rgb(255, 0, 0);
    font-size: 1.15em;
    text-align: center;
    font-family: 'ZektonBd';
    text-shadow: 0px 0px 5px rgb(255, 255, 0);
}


a:visited {
    /* color: #2a4b8d; */
    color: #000000;
    text-shadow: 0px 0px 4px rgb(255, 255, 0);
}


a:visited:hover {
    color: #000000;
    text-shadow: 0px 0px 4px rgb(255, 0, 0);
}

select {
    padding: 0.35em;
    box-sizing: border-box;
    height: unset;
    background: rgba(255, 128, 0, 0.5);
    border: solid 2px #000000;
    font-family: ZektonBg;
}

/* Контекст всплывающего окна */
.mw-echo-ui-notificationsListWidget a, #p-personal .mw-echo-ui-notificationsListWidget a.new {
    /* color: #54595d; */
    background: linear-gradient(0deg, #ff8000, #ffffff);
}


.oo-ui-popupWidget-head {
    background: linear-gradient(12deg, black, transparent);
    text-shadow: 0px 0px 2px rgba(255,255,0);
    color: #FFFFFF;
}



div.mw-warning-with-logexcerpt {
    padding: 3px;
    margin-bottom: 3px;
    color: white;
    border: 4px solid rgba(255, 255, 0, 0.75);
    background: rgba(64,64,64,0.9);
    clear: both;
}


div.embedvideo.ev_left {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5);
}


div.embedvideo.ev_right {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5);
}
/* === УНИВЕРСАЛЬНАЯ АБДУЛО-ГАЛЕРЕЯ (FINAL) === */

/* ОБЩИЙ КОНТЕЙНЕР */
.abdul-gallery-container {
    margin: 20px 0;
    width: 100%;
}

/* ЗАГОЛОВОК */
.abdul-gallery-title {
    font-family: 'Zekton', 'Impact', sans-serif;
    font-size: 1.5em;
    color: #b71c1c;
    text-transform: uppercase;
    border-bottom: 2px solid #b71c1c;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 15px;
}

/* --- ВАРИАНТ 1: СЕТКА --- */
.abdul-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.abdul-grid-item {
    width: 200px;
    height: 200px;
    border: 2px solid #b71c1c;
    border-radius: 8px;
    background: #000;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transition: 0.2s;
}

.abdul-grid-item:hover {
    transform: scale(1.05);
    border-color: #ffd700;
    z-index: 10;
}

.abdul-grid-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-width: 200px;
    min-height: 200px;
}

/* --- ВАРИАНТ 2: СЛАЙДЕР --- */
.abdul-slider-wrap {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background: #000;
    border: 2px solid #b71c1c;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
    overflow: hidden;
}

.abdul-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Скрываем скролл Firefox */
}
.abdul-slider-track::-webkit-scrollbar { 
    display: none; /* Скрываем скролл Chrome */
}

.abdul-slide {
    flex: 0 0 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* Принудительное вписывание картинки */
.abdul-slide img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; 
}

/* Кнопки навигации */
.abdul-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: 2px solid #b71c1c;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    user-select: none;
    transition: 0.2s;
}
.abdul-nav-btn:hover {
    background: #b71c1c;
    transform: translateY(-50%) scale(1.1);
}
.abdul-nav-btn.prev { left: 10px; }
.abdul-nav-btn.next { right: 10px; }

/* =====================================================
   ABDUL-WIKI HYBRID THEME (DARK UI / LIGHT CONTENT)
   ===================================================== */

/* --- 0. ПОДКЛЮЧЕНИЕ ШРИФТА ZEKTON (ПРЯМАЯ ССЫЛКА) --- */
@font-face {
    font-family: 'Zekton';
    /* Ссылка на raw-файл с GitHub */
    src: url('https://raw.githubusercontent.com/sofusrose/arch-rice/master/.local/share/fonts/Zekton%20Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --- 1. ГЛОБАЛЬНЫЙ ФОН --- */
body {
    /* Делаем фон прозрачным, чтобы видна была картинка скина Timeless */
    background-color: transparent !important;
    font-family: 'Zekton', 'Impact', sans-serif !important;
}

/* --- 2. ЦЕНТРАЛЬНЫЙ КОНТЕЙНЕР (СТАТЬЯ) --- */
/* Делаем его светло-серым (газетным), чтобы читался черный текст */
#mw-content-container {
    background: rgba(225, 225, 225, 0.95) !important; /* Приглушенный светлый */
    border: 2px solid #b71c1c !important; /* Красная рамка */
    box-shadow: 0 0 60px rgba(0,0,0,1) !important; /* Мощная тень */
    border-radius: 10px !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

/* Сам текст статьи */
#content, .mw-body {
    color: #111 !important; /* ЧЕРНЫЙ ТЕКСТ */
    background: transparent !important;
    padding: 25px !important;
}

/* --- 3. БОКОВЫЕ ПАНЕЛИ (МЕНЮ) - ВОЗВРАЩАЕМ ТЕМНЫЙ СТИЛЬ --- */
/* Сами блоки меню (Навигация, Инструменты) */
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk {
    background: rgba(10, 10, 10, 0.85) !important; /* Темный полупрозрачный */
    border: 1px solid #b71c1c !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.8) !important;
    padding: 10px !important;
}

/* Заголовки в боковом меню */
.sidebar-chunk h2 {
    color: #42a5f5 !important; /* Голубой неон */
    font-family: 'Zekton', sans-serif !important;
    border-bottom: 1px solid #42a5f5 !important;
    text-shadow: 0 0 10px rgba(66, 165, 245, 0.6) !important;
    margin-bottom: 10px !important;
}

/* Ссылки в боковом меню */
.sidebar-chunk ul li a {
    color: #ccc !important; /* Светлый текст ссылок на темном фоне */
    font-size: 0.95em !important;
}

.sidebar-chunk ul li a:hover {
    color: #ffd700 !important; /* Золото при наведении */
    padding-left: 5px !important;
    transition: 0.2s;
}

/* --- 4. ЗАГОЛОВКИ В СТАТЬЕ --- */
#firstHeading {
    font-size: 2.8em !important;
    text-transform: uppercase !important;
    color: #b71c1c !important; /* Темно-красный */
    text-shadow: 2px 2px 0 #000 !important; /* Тень для объема */
    border-bottom: 3px solid #b71c1c !important;
    padding-bottom: 10px !important;
}

h2 {
    background: linear-gradient(90deg, #222 0%, rgba(255,255,255,0) 100%) !important;
    border-left: 8px solid #ffd700 !important;
    color: #fff !important; /* Белый текст на темной полосе */
    padding: 8px 20px !important;
    text-transform: uppercase !important;
    border-radius: 0 10px 10px 0 !important;
    margin-top: 30px !important;
    text-shadow: 1px 1px 2px #000 !important;
}

h3 {
    color: #b71c1c !important;
    border-bottom: 1px dashed #999 !important;
    margin-top: 20px !important;
}

/* --- 5. ССЫЛКИ В ТЕКСТЕ --- */
#mw-content-text a {
    color: #8b0000 !important; /* Кроваво-красный */
    font-weight: bold !important;
    text-decoration: none !important;
}
#mw-content-text a:hover {
    color: #ff4500 !important; /* Оранжевый */
    text-decoration: underline !important;
}
#mw-content-text a.new { color: #ff0000 !important; }

/* --- 6. КАРТИНКИ (УБИРАЕМ ОСТРЫЕ УГЛЫ) --- */
div.thumbinner {
    background-color: #f5f5f5 !important;
    border: 1px solid #b71c1c !important;
    border-radius: 8px !important; /* Скругление рамки */
    padding: 6px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
}

div.thumbinner img {
    border-radius: 4px !important; /* Скругление самой картинки */
    border: 1px solid #ccc !important;
}

/* --- 7. КНОПКИ В ШАПКЕ (Заглавная, Обсуждение) --- */
/* Фон всей панели */
#p-namespaces, #p-views, #p-cactions {
    background: transparent !important;
}

/* Кнопки */
.mw-portlet-body ul li a {
    background: rgba(0,0,0,0.8) !important;
    color: #ddd !important;
    border: 1px solid #555 !important;
    border-bottom: none !important;
    margin-right: 3px !important;
    border-radius: 6px 6px 0 0 !important;
    font-family: 'Zekton', sans-serif !important;
    text-transform: uppercase !important;
}

/* Активная кнопка */
.mw-portlet-body ul li.selected a {
    background: #b71c1c !important;
    color: #fff !important;
    border: 1px solid #ff0000 !important;
    padding-bottom: 8px !important;
    font-weight: bold !important;
}

.mw-portlet-body ul li a:hover {
    background: #333 !important;
    color: #ffd700 !important;
}

/* --- 8. ЛОГОТИП --- */
/* Исправляем название, чтобы оно было золотым */
.mw-wiki-title {
    color: #ffd700 !important;
    text-shadow: 0 0 10px #b71c1c !important;
    font-family: 'Zekton', Impact, sans-serif !important;
}