ajout pose et logos

This commit is contained in:
2026-04-02 13:36:14 +02:00
parent ee3aef1576
commit a0d88fa32a
7 changed files with 53 additions and 1 deletions

View File

@@ -265,3 +265,24 @@
}
}
}
// ============================================================
// PAUSE OVERLAY — replace default Foundry spinner with system logo
// ============================================================
#pause {
img {
animation: none;
width: 260px;
height: auto;
filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.8));
}
figcaption {
font-family: @font-primary;
font-size: 2rem;
font-weight: bold;
color: @color-gold;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 1px 1px 2px #000;
letter-spacing: 2px;
}
}