add win/draw menu , and add english
This commit is contained in:
@@ -229,6 +229,41 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.clock-result-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.clock-result-button {
|
||||
appearance: none;
|
||||
border: 1px solid rgba(104, 67, 35, 0.26);
|
||||
border-radius: 999px;
|
||||
padding: 0.65em 1.2em;
|
||||
background: linear-gradient(180deg, rgba(252, 243, 228, 0.98), rgba(230, 202, 164, 0.95));
|
||||
color: #342012;
|
||||
font-family: "Cinzel", serif;
|
||||
font-size: clamp(0.92rem, 1.1vw, 1.08rem);
|
||||
letter-spacing: 0.05em;
|
||||
cursor: pointer;
|
||||
box-shadow:
|
||||
0 8px 18px rgba(93, 57, 25, 0.12),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.84);
|
||||
transition: transform 0.16s ease, filter 0.16s ease;
|
||||
}
|
||||
|
||||
.clock-result-button-dark {
|
||||
background: linear-gradient(180deg, rgba(73, 48, 31, 0.98), rgba(42, 26, 17, 0.98));
|
||||
border-color: rgba(46, 28, 20, 0.82);
|
||||
color: #f5e8d7;
|
||||
}
|
||||
|
||||
.clock-result-button:active {
|
||||
transform: scale(0.98);
|
||||
filter: brightness(0.98);
|
||||
}
|
||||
|
||||
.clock-time {
|
||||
font-size: clamp(4.8rem, 9vw, 8.4rem);
|
||||
line-height: 0.95;
|
||||
@@ -324,6 +359,15 @@ body::before {
|
||||
font-size: clamp(0.95rem, 4vw, 1.1rem);
|
||||
}
|
||||
|
||||
.clock-result-actions {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.clock-result-button {
|
||||
width: min(72vw, 240px);
|
||||
font-size: clamp(0.88rem, 3.8vw, 1rem);
|
||||
}
|
||||
|
||||
.clock-board {
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user