Dantes (обсуждение | вклад) Нет описания правки |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
:root { | :root { | ||
--color-primary__l: 40%; | --color-primary__l: 40%; | ||
--primary-bg-color: #1c1c1c; | --primary-bg-color: #1c1c1c; | ||
--secondary-bg-color: #2c2c2c; | --secondary-bg-color: #2c2c2c; | ||
--item-bg-color: #2e2e2e; | --item-bg-color: #2e2e2e; | ||
--item-hover-bg-color: # | --item-hover-bg-color: #3a1f0b; | ||
--border-color: # | --border-color: #8b4513; | ||
--text-color: # | --text-color: #f5deb3; | ||
--hover-text-color: # | --hover-text-color: #fff8dc; | ||
--cf-bg-card: # | --cf-bg-card: #2a1a0f; | ||
--cf-text-light: # | --cf-text-light: #ffe4b5; | ||
--cf-text-muted: # | --cf-text-muted: #c68642; | ||
--color-surface-0: hsl(var(--color-primary__h),20%,10%); | --color-surface-0: hsl(var(--color-primary__h),20%,10%); | ||
--color-surface-1: hsl(var(--color-primary__h),25%,12%); | --color-surface-1: hsl(var(--color-primary__h),25%,12%); | ||
| Строка 17: | Строка 16: | ||
--color-surface-3: hsl(var(--color-primary__h),15%,20%); | --color-surface-3: hsl(var(--color-primary__h),15%,20%); | ||
--color-surface-4: hsl(var(--color-primary__h),15%,25%); | --color-surface-4: hsl(var(--color-primary__h),15%,25%); | ||
--background-color-primary--hover: | --background-color-primary--hover: #ff7518; | ||
--background-color-primary--active: | --background-color-primary--active: #cc5500; | ||
--background-color-overlay: hsla(var(--color-primary__h),20%,10%,0.95); | --background-color-overlay: hsla(var(--color-primary__h),20%,10%,0.95); | ||
--background-color-overlay--lighter: hsla(var(--color-primary__h),20%,10%,0.6); | --background-color-overlay--lighter: hsla(var(--color-primary__h),20%,10%,0.6); | ||
--color-base: | --color-base: #ffb84d; | ||
--color-base--subtle: | --color-base--subtle: #d98c3f; | ||
--border-color-base: rgba(255, | --border-color-base: rgba(255,165,0,0.05); | ||
--border-color-base--lighter: rgba(255, | --border-color-base--lighter: rgba(255,165,0,0.02); | ||
--border-color-base--darker: rgba(255, | --border-color-base--darker: rgba(255,140,0,0.08); | ||
} | } | ||
/* Основной фон и текст */ | |||
body, .mw-body { | body, .mw-body { | ||
background-color: var(--primary-bg-color) !important; | background-color: var(--primary-bg-color) !important; | ||
| Строка 34: | Строка 34: | ||
} | } | ||
/* Заголовки с хэллоуинским свечением */ | |||
.mw-first-heading, .mw-headline { | .mw-first-heading, .mw-headline { | ||
color: # | color: #ff7518 !important; | ||
text-shadow: 2px 2px 6px #000; | text-shadow: 2px 2px 6px #000; | ||
animation: glow 3s ease-in-out infinite; | animation: glow 3s ease-in-out infinite; | ||
} | } | ||
/* Ссылки с хэллоуинской подсветкой */ | |||
a { | a { | ||
color: # | color: #ffa500 !important; | ||
text-decoration: none; | text-decoration: none; | ||
transition: color 0.3s ease, text-shadow 0.3s ease; | transition: color 0.3s ease, text-shadow 0.3s ease; | ||
} | } | ||
a:hover { | a:hover { | ||
color: # | color: #ffb84d !important; | ||
text-shadow: 0 0 8px # | text-shadow: 0 0 8px #ff7518; | ||
} | } | ||
/* Меню и панели */ | |||
.skin-vector #p-personal li a, | .skin-vector #p-personal li a, | ||
.skin-vector #p-views li a, | .skin-vector #p-views li a, | ||
| Строка 59: | Строка 62: | ||
transition: background 0.3s ease, color 0.3s ease; | transition: background 0.3s ease, color 0.3s ease; | ||
} | } | ||
.vector-menu-tabs li.selected a { background-color: # | .vector-menu-tabs li.selected a { | ||
background-color: #ff7518 !important; | |||
color: var(--primary-bg-color) !important; | |||
} | |||
/* Таблицы, блоки, инфобоксы */ | |||
table, th, td, | table, th, td, | ||
blockquote, .infobox, .navbox, | blockquote, .infobox, .navbox, | ||
| Строка 70: | Строка 77: | ||
} | } | ||
/* Кнопки */ | |||
button, .oo-ui-buttonElement-button { | button, .oo-ui-buttonElement-button { | ||
background-color: # | background-color: #331a00 !important; | ||
color: var(--text-color) !important; | color: var(--text-color) !important; | ||
border: 1px solid # | border: 1px solid #8b4513 !important; | ||
transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; | transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; | ||
} | } | ||
button:hover, .oo-ui-buttonElement-button:hover { | button:hover, .oo-ui-buttonElement-button:hover { | ||
background-color: # | background-color: #8b4513 !important; | ||
color: # | color: #ffb84d !important; | ||
box-shadow: 0 0 10px # | box-shadow: 0 0 10px #ff7518; | ||
} | } | ||
/* Футер */ | |||
.mw-footer { | .mw-footer { | ||
background-color: var(--secondary-bg-color) !important; | background-color: var(--secondary-bg-color) !important; | ||
color: var(--text-color) !important; | color: var(--text-color) !important; | ||
border-top: 2px solid # | border-top: 2px solid #ff7518 !important; | ||
} | } | ||
/* | /* Анимация хэллоуинских листьев */ | ||
.halloween-leaves { | .halloween-leaves { | ||
position: fixed; | position: fixed; | ||
| Строка 99: | Строка 108: | ||
z-index: 9999; | z-index: 9999; | ||
} | } | ||
.halloween-leaf { | .halloween-leaf { | ||
position: absolute; | position: absolute; | ||
top: -2em; | top: -2em; | ||
animation: fall 7s linear infinite; | animation: fall 7s linear infinite; | ||
color: #ff7518; | |||
} | } | ||
.halloween-pumpkin { | .halloween-pumpkin { | ||
display: inline-block; | display: inline-block; | ||
| Строка 111: | Строка 119: | ||
} | } | ||
/* Ключевые кадры */ | |||
@keyframes fall { | @keyframes fall { | ||
0% { transform: translateY(-20px) rotate(0deg); opacity: 0; } | 0% { transform: translateY(-20px) rotate(0deg); opacity: 0; } | ||
| Строка 116: | Строка 125: | ||
100% { transform: translateY(100vh) rotate(360deg); opacity: 0; } | 100% { transform: translateY(100vh) rotate(360deg); opacity: 0; } | ||
} | } | ||
@keyframes float { | @keyframes float { | ||
0%, 100% { transform: translateY(0); } | 0%, 100% { transform: translateY(0); } | ||
50% { transform: translateY(-5px); } | 50% { transform: translateY(-5px); } | ||
} | } | ||
@keyframes glow { | @keyframes glow { | ||
0%,100% { text-shadow: 0 0 2px # | 0%,100% { text-shadow: 0 0 2px #ff7518; } | ||
50% { text-shadow: 0 0 | 50% { text-shadow: 0 0 12px #ffa500; } | ||
} | } | ||
Версия от 17:05, 23 октября 2025
:root {
--color-primary__l: 40%;
--primary-bg-color: #1c1c1c;
--secondary-bg-color: #2c2c2c;
--item-bg-color: #2e2e2e;
--item-hover-bg-color: #3a1f0b;
--border-color: #8b4513;
--text-color: #f5deb3;
--hover-text-color: #fff8dc;
--cf-bg-card: #2a1a0f;
--cf-text-light: #ffe4b5;
--cf-text-muted: #c68642;
--color-surface-0: hsl(var(--color-primary__h),20%,10%);
--color-surface-1: hsl(var(--color-primary__h),25%,12%);
--color-surface-2: hsl(var(--color-primary__h),25%,15%);
--color-surface-3: hsl(var(--color-primary__h),15%,20%);
--color-surface-4: hsl(var(--color-primary__h),15%,25%);
--background-color-primary--hover: #ff7518;
--background-color-primary--active: #cc5500;
--background-color-overlay: hsla(var(--color-primary__h),20%,10%,0.95);
--background-color-overlay--lighter: hsla(var(--color-primary__h),20%,10%,0.6);
--color-base: #ffb84d;
--color-base--subtle: #d98c3f;
--border-color-base: rgba(255,165,0,0.05);
--border-color-base--lighter: rgba(255,165,0,0.02);
--border-color-base--darker: rgba(255,140,0,0.08);
}
/* Основной фон и текст */
body, .mw-body {
background-color: var(--primary-bg-color) !important;
color: var(--text-color) !important;
transition: background 0.5s ease, color 0.5s ease;
}
/* Заголовки с хэллоуинским свечением */
.mw-first-heading, .mw-headline {
color: #ff7518 !important;
text-shadow: 2px 2px 6px #000;
animation: glow 3s ease-in-out infinite;
}
/* Ссылки с хэллоуинской подсветкой */
a {
color: #ffa500 !important;
text-decoration: none;
transition: color 0.3s ease, text-shadow 0.3s ease;
}
a:hover {
color: #ffb84d !important;
text-shadow: 0 0 8px #ff7518;
}
/* Меню и панели */
.skin-vector #p-personal li a,
.skin-vector #p-views li a,
.vector-menu-tabs li a,
.vector-menu-dropdown h3 span,
.vector-menu-tabs li.selected a {
background-color: var(--item-bg-color) !important;
color: var(--text-color) !important;
transition: background 0.3s ease, color 0.3s ease;
}
.vector-menu-tabs li.selected a {
background-color: #ff7518 !important;
color: var(--primary-bg-color) !important;
}
/* Таблицы, блоки, инфобоксы */
table, th, td,
blockquote, .infobox, .navbox,
div.thumb, .mw-parser-output > div {
background-color: var(--item-bg-color) !important;
color: var(--text-color) !important;
border: 1px solid var(--border-color-base) !important;
transition: background 0.3s ease, color 0.3s ease;
}
/* Кнопки */
button, .oo-ui-buttonElement-button {
background-color: #331a00 !important;
color: var(--text-color) !important;
border: 1px solid #8b4513 !important;
transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
button:hover, .oo-ui-buttonElement-button:hover {
background-color: #8b4513 !important;
color: #ffb84d !important;
box-shadow: 0 0 10px #ff7518;
}
/* Футер */
.mw-footer {
background-color: var(--secondary-bg-color) !important;
color: var(--text-color) !important;
border-top: 2px solid #ff7518 !important;
}
/* Анимация хэллоуинских листьев */
.halloween-leaves {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 9999;
}
.halloween-leaf {
position: absolute;
top: -2em;
animation: fall 7s linear infinite;
color: #ff7518;
}
.halloween-pumpkin {
display: inline-block;
animation: float 2s ease-in-out infinite, glow 3s ease-in-out infinite;
}
/* Ключевые кадры */
@keyframes fall {
0% { transform: translateY(-20px) rotate(0deg); opacity: 0; }
50% { opacity: 1; }
100% { transform: translateY(100vh) rotate(360deg); opacity: 0; }
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
@keyframes glow {
0%,100% { text-shadow: 0 0 2px #ff7518; }
50% { text-shadow: 0 0 12px #ffa500; }
}