MediaWiki:Dark.css: відмінності між версіями
Перейти до навігації
Перейти до пошуку
Wiki (обговорення | внесок) Немає опису редагування |
Wiki (обговорення | внесок) Немає опису редагування |
||
| Рядок 14: | Рядок 14: | ||
#mw-head { | #mw-head { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: #e0e0e0; | color: #e0e0e0; | ||
} | } | ||
#mw-head h1, #mw-head h2 { | #mw-head h1, #mw-head h2 { | ||
color: #ffcc00; | color: #ffcc00; | ||
} | } | ||
| Рядок 43: | Рядок 43: | ||
========================= */ | ========================= */ | ||
#ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history { | #ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history { | ||
background-color: #1c1c1c; | background-color: #1c1c1c !important; | ||
border: 1px solid #333; | border: 1px solid #333; | ||
border-radius: 4px 4px 0 0; | border-radius: 4px 4px 0 0; | ||
| Рядок 53: | Рядок 53: | ||
padding: 4px 10px; | padding: 4px 10px; | ||
display: inline-block; | display: inline-block; | ||
background-color: #1c1c1c !important; | |||
box-shadow: none !important; | |||
outline: none !important; | |||
border-radius: 4px 4px 0 0; | |||
} | } | ||
| Рядок 76: | Рядок 80: | ||
background-color: #2a2a2a !important; | background-color: #2a2a2a !important; | ||
color: #ffcc00 !important; | color: #ffcc00 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
outline: none !important; | outline: none !important; | ||
| Рядок 88: | Рядок 91: | ||
#ca-viewsource.mw-selected a, | #ca-viewsource.mw-selected a, | ||
#ca-history.mw-selected a { | #ca-history.mw-selected a { | ||
background-color: #2a2a2a; | background-color: #2a2a2a !important; | ||
color: #ffcc00 !important; | color: #ffcc00 !important; | ||
font-weight: bold; | font-weight: bold; | ||
box-shadow: none !important; | |||
outline: none !important; | |||
} | |||
/* Vector специфіка */ | |||
.mw-vectorTabs a, | |||
.mw-vectorTabs a:focus, | |||
.mw-vectorTabs a:active { | |||
background-color: #1c1c1c !important; | |||
color: #e0e0e0 !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
outline: none !important; | outline: none !important; | ||
Версія за 14:52, 23 вересня 2025
/* =========================
Повна темна тема для MediaWiki 1.44 (Vector)
========================= */
/* =========================
Фон сторінки та шапка
========================= */
html, body, .mw-body {
background-color: #121212;
color: #e0e0e0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
min-height: 100%;
}
#mw-head {
background-color: #1a1a1a;
color: #e0e0e0;
}
#mw-head h1, #mw-head h2 {
color: #ffcc00;
}
/* =========================
Панелі навігації
========================= */
#p-personal, #p-navigation, #p-tb, #p-lang, #p-cactions {
background-color: #1a1a1a;
color: #e0e0e0;
}
#p-personal a, #p-navigation a, #p-tb a, #p-lang a, #p-cactions a {
color: #4fa3ff;
}
#p-personal a:hover, #p-navigation a:hover, #p-tb a:hover,
#p-lang a:hover, #p-cactions a:hover {
text-decoration: underline;
}
/* =========================
Вкладки сторінки
========================= */
#ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history {
background-color: #1c1c1c !important;
border: 1px solid #333;
border-radius: 4px 4px 0 0;
}
#ca-nstab-main a, #ca-nstab-talk a, #ca-view a, #ca-edit a, #ca-viewsource a, #ca-history a {
color: #e0e0e0 !important;
text-decoration: none;
padding: 4px 10px;
display: inline-block;
background-color: #1c1c1c !important;
box-shadow: none !important;
outline: none !important;
border-radius: 4px 4px 0 0;
}
/* Hover / Focus / Active для вкладок */
#ca-nstab-main a:hover,
#ca-nstab-talk a:hover,
#ca-view a:hover,
#ca-edit a:hover,
#ca-viewsource a:hover,
#ca-history a:hover,
#ca-nstab-main a:focus,
#ca-nstab-talk a:focus,
#ca-view a:focus,
#ca-edit a:focus,
#ca-viewsource a:focus,
#ca-history a:focus,
#ca-nstab-main a:active,
#ca-nstab-talk a:active,
#ca-view a:active,
#ca-edit a:active,
#ca-viewsource a:active,
#ca-history a:active {
background-color: #2a2a2a !important;
color: #ffcc00 !important;
box-shadow: none !important;
outline: none !important;
}
/* Активна вкладка */
#ca-nstab-main.mw-selected a,
#ca-nstab-talk.mw-selected a,
#ca-view.mw-selected a,
#ca-edit.mw-selected a,
#ca-viewsource.mw-selected a,
#ca-history.mw-selected a {
background-color: #2a2a2a !important;
color: #ffcc00 !important;
font-weight: bold;
box-shadow: none !important;
outline: none !important;
}
/* Vector специфіка */
.mw-vectorTabs a,
.mw-vectorTabs a:focus,
.mw-vectorTabs a:active {
background-color: #1c1c1c !important;
color: #e0e0e0 !important;
box-shadow: none !important;
outline: none !important;
}
/* =========================
Основний контент
========================= */
.mw-parser-output {
background-color: #1c1c1c;
padding: 20px;
border-radius: 6px;
}
p, li, span {
color: #e0e0e0;
}
/* Таблиці */
.mw-parser-output table {
border: 1px solid #555;
background-color: #1c1c1c;
color: #e0e0e0;
}
.mw-parser-output th {
background-color: #2a2a2a;
color: #ffcc00;
padding: 6px;
}
.mw-parser-output td {
background-color: #1c1c1c;
padding: 6px;
}
/* =========================
Кнопки та форми
========================= */
button, input[type="submit"], input[type="button"] {
background-color: #333 !important;
border: 1px solid #555 !important;
color: #e0e0e0 !important;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
box-shadow: none !important;
outline: none !important;
}
/* Hover / Focus / Active для кнопок */
button:hover, button:focus, button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active {
background-color: #444 !important;
color: #ffcc00 !important;
box-shadow: none !important;
outline: none !important;
}
/* =========================
Підвал сайту
========================= */
#footer {
background-color: #121212;
color: #888;
padding: 10px;
}