Немає опису редагування
мНемає опису редагування
 
(Не показані 2 проміжні версії цього користувача)
Рядок 196: Рядок 196:
a:visited {
a:visited {
     color: #ffffff !important;
     color: #ffffff !important;
}
/* =========================
  ЗМІСТ (TOC) - ТЕМНА ТЕМА
  ========================= */
#toc {
    background-color: #1c1c1c !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
    padding: 10px !important;
    border-radius: 6px !important;
}
#toc a {
    color: #ffffff !important;
    text-decoration: none !important;
}
#toc a:hover {
    color: #ffcc00 !important;
    text-decoration: underline !important;
}
/* =========================
  ЗАГОЛОВКИ - ТЕМНА ТЕМА
  ========================= */
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
    color: #ffffff !important;
    border-color: #444 !important;
}
}


Рядок 751: Рядок 785:
.hlist .toggle-list-item:nth-child(1) { /* Політика (якщо потрібно) */
.hlist .toggle-list-item:nth-child(1) { /* Політика (якщо потрібно) */
     display: none !important;
     display: none !important;
}
/* =========================
  ДОДАВАННЯ ЕЛЕМЕНТІВ У БІЧНЕ МЕНЮ
  ========================= */
/* Стилі для нових елементів меню */
.menu__item--mainpage,
.menu__item--randompage {
    display: flex !important;
    align-items: center !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: 1px solid #333 !important;
}
.menu__item--mainpage:hover,
.menu__item--randompage:hover {
    background-color: #2a2a2a !important;
    color: #ffcc00 !important;
}
.menu__item--mainpage .minerva-icon,
.menu__item--randompage .minerva-icon {
    filter: brightness(0) invert(1) !important;
    margin-right: 12px !important;
    width: 20px !important;
    height: 20px !important;
}
}