скрытие магазина

This commit is contained in:
2026-07-28 14:47:07 +04:00
parent 373649c3d2
commit 66251ede8e
15 changed files with 169 additions and 172 deletions
+1 -80
View File
@@ -1,6 +1,6 @@
/* =========================================================
MoonWell Night Elf themed landing
Two moods controllable via Tweaks: "forest" (cozy/warm) & "temple" (arcane/modern)
Night forest visual system shared by the landing and portal
========================================================= */
:root {
@@ -1619,85 +1619,6 @@ section {
.footer-brand { grid-column: span 2; }
}
/* ------------------------- tweaks panel ------------------------- */
.tweaks {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
background: rgba(7,10,24,0.95);
border: 1px solid var(--panel-border-strong);
border-radius: var(--radius-lg);
padding: 16px 18px;
min-width: 240px;
backdrop-filter: blur(16px);
box-shadow: 0 20px 60px rgba(0,0,0,0.6);
font-family: var(--f-sans);
display: none;
}
.tweaks.open { display: block; }
.tweaks-title {
font-family: var(--f-mono);
font-size: 10px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--moon);
margin-bottom: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
.tweaks-title button { color: var(--text-mute); font-size: 14px; }
.tweak-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
border-top: 1px solid var(--panel-border);
font-size: 13px;
color: var(--text-soft);
}
.tweak-row:first-of-type { border-top: 0; }
.tweak-row label { letter-spacing: 0.04em; }
.tweak-seg {
display: inline-flex;
border: 1px solid var(--panel-border-strong);
border-radius: 2px;
overflow: hidden;
}
.tweak-seg button {
padding: 5px 10px;
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-family: var(--f-mono);
color: var(--text-mute);
transition: all var(--t-fast);
}
.tweak-seg button.active {
background: var(--moon);
color: var(--bg-0);
}
.tweak-switch {
width: 34px; height: 18px;
border-radius: 999px;
background: var(--panel-border-strong);
position: relative;
cursor: pointer;
transition: background var(--t-fast);
}
.tweak-switch::after {
content: "";
position: absolute;
top: 2px; left: 2px;
width: 14px; height: 14px;
background: var(--text-soft);
border-radius: 50%;
transition: transform var(--t-fast);
}
.tweak-switch.on { background: var(--moon); }
.tweak-switch.on::after { transform: translateX(16px); background: var(--bg-0); }
/* ------------------------- particles canvas ------------------------- */
#particles {
position: fixed;