From 783c4f73f23b1ea6b2d0916a5f9a3a66b56006b1 Mon Sep 17 00:00:00 2001 From: cay Date: Tue, 7 Apr 2026 09:07:07 +0100 Subject: [PATCH] xtzk --- public/css/events.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/public/css/events.css b/public/css/events.css index 0590952..76f577c 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -412,23 +412,30 @@ width: 100%; } +/* Wood-UI: Bild + Slot auf gleiche Größe wie Booster-Slots zwingen */ +#wood-ui .booster-left, +#wood-ui .booster-slot { + flex: 0 0 calc((100% - 50px) / 6); /* dieselbe Breite wie 1 von 6 Booster-Slots */ + max-width: calc((100% - 50px) / 6); +} + .wood-stamp { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-20deg); - padding: 5px 10px; - border: 3px solid #c8400a; - border-radius: 5px; + padding: 3px 6px; + border: 2px solid #c8400a; + border-radius: 4px; color: #e85010; background: rgba(0, 0, 0, 0.5); font-family: "Cinzel", serif; - font-size: 13px; + font-size: 8px; font-weight: bold; letter-spacing: 1px; white-space: nowrap; pointer-events: none; - box-shadow: 0 0 8px rgba(200, 64, 10, 0.5); + box-shadow: 0 0 6px rgba(200, 64, 10, 0.5); text-shadow: 0 0 6px rgba(200, 64, 10, 0.6); }