add win/draw menu , and add english

This commit is contained in:
2026-04-14 12:36:52 +02:00
parent a85b37fe80
commit 06b7770ba7
11 changed files with 478 additions and 32 deletions

View File

@@ -42,6 +42,34 @@
inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.menu-language-bar {
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
.menu-language-label {
font-family: "Cinzel", serif;
font-size: 0.88rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(245, 217, 178, 0.8);
}
.menu-language-select {
appearance: none;
border: 1px solid rgba(244, 220, 186, 0.22);
border-radius: 999px;
padding: 0.55em 1em;
background: rgba(255, 255, 255, 0.08);
color: #f7ead7;
font-family: "Cormorant Garamond", serif;
font-size: 1.1rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.menu-kicker {
margin: 0 0 8px;
font-family: "Cinzel", serif;
@@ -54,8 +82,8 @@
.menu-title {
margin: 0;
font-family: "Cinzel", serif;
font-size: clamp(2rem, 3vw, 3.8rem);
line-height: 0.98;
font-size: clamp(1.7rem, 2.45vw, 3.05rem);
line-height: 1.04;
letter-spacing: 0.03em;
}
@@ -221,4 +249,13 @@
.menu-link-button {
width: 100%;
}
.menu-language-bar {
justify-content: flex-start;
}
.menu-language-select {
width: 100%;
max-width: 180px;
}
}