This commit is contained in:
cay 2026-04-07 09:07:07 +01:00
parent ea7f01278e
commit 783c4f73f2

View File

@ -412,23 +412,30 @@
width: 100%; 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 { .wood-stamp {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%) rotate(-20deg); transform: translate(-50%, -50%) rotate(-20deg);
padding: 5px 10px; padding: 3px 6px;
border: 3px solid #c8400a; border: 2px solid #c8400a;
border-radius: 5px; border-radius: 4px;
color: #e85010; color: #e85010;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
font-family: "Cinzel", serif; font-family: "Cinzel", serif;
font-size: 13px; font-size: 8px;
font-weight: bold; font-weight: bold;
letter-spacing: 1px; letter-spacing: 1px;
white-space: nowrap; white-space: nowrap;
pointer-events: none; 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); text-shadow: 0 0 6px rgba(200, 64, 10, 0.6);
} }