adventskalender/2025/css/main.css aktualisiert

This commit is contained in:
2025-11-04 16:14:39 +00:00
parent fb6bc96792
commit 356e33d90f

View File

@@ -144,6 +144,21 @@
inset 0 0 10px rgba(255,255,255,0.25); inset 0 0 10px rgba(255,255,255,0.25);
} }
.door.double .door-number {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Bratonien2025", cursive;
font-size: 2.3vw;
color: var(--ci-gold);
pointer-events: none;
z-index: 2;
text-shadow:
0 0 3px rgba(0, 0, 0, 0.6),
0 0 8px rgba(0, 0, 0, 0.4);
}
/* === Offenes Türchen realistische Folie === */ /* === Offenes Türchen realistische Folie === */
.openfield { .openfield {
position: absolute; position: absolute;