v3 — ballons volants d'ambiance + bouton 🎈 HUD (lance le jeu des ballons), superset v2.1

This commit is contained in:
Poulpe
2026-06-18 05:30:56 +00:00
parent 29deac7a95
commit f99eef4fcc
4 changed files with 46 additions and 28 deletions

View File

@@ -164,7 +164,7 @@ html, body {
transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.chip.found { background: var(--green); color: #fff; opacity: .6; text-decoration: line-through; }
.chip.hint { animation: chipHint .6s ease infinite; background: var(--yellow); }
.chip.hint { background: var(--yellow); box-shadow: 0 0 0 3px rgba(255,210,63,.55); }
/* ---------- Clavier tactile ---------- */
.keyboard {
@@ -362,13 +362,12 @@ html, body {
animation: bounceIn .4s ease;
}
/* ---------- Lettre guidée ---------- */
/* ---------- Lettre guidée (surbrillance fixe, sans clignotement) ---------- */
.key.guide {
outline: 4px solid #fff;
outline-offset: -2px;
transform: scale(1.08);
filter: brightness(1.25);
box-shadow: 0 0 0 4px rgba(106,92,255,.45), 0 8px 18px rgba(0,0,0,.25);
filter: brightness(1.18);
box-shadow: 0 0 0 6px rgba(255,255,255,0.35), 0 5px 0 rgba(0,0,0,0.22);
z-index: 1;
}