From 655c796d3e4b7ce852c0ffb3b8ca02cf6be8577a Mon Sep 17 00:00:00 2001 From: cay Date: Sat, 11 Apr 2026 14:19:53 +0100 Subject: [PATCH] dtzkd --- public/css/events.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/public/css/events.css b/public/css/events.css index 8db0648..820c98f 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -31,7 +31,7 @@ justify-content: center; padding: 6px; box-sizing: border-box; - position: relative; /* ← fix: damit event-done-overlay korrekt positioniert wird */ + position: relative; /* ← fix: damit event-done-overlay korrekt positioniert wird */ } .event-card-img-wrap img { @@ -284,7 +284,7 @@ /* Angriff – rechts mittig */ .bs-stat-atk { position: absolute; - right: 6px; + right: 18px; top: 40%; transform: translateY(-50%); background: rgba(180, 40, 20, 0.88); @@ -292,7 +292,7 @@ border-radius: 45px; color: #fff; font-family: "Cinzel", serif; - font-size: 9px; + font-size: 12px; font-weight: bold; padding: 1px 4px; z-index: 5; @@ -310,7 +310,7 @@ border-radius: 45px; color: #fff; font-family: "Cinzel", serif; - font-size: 9px; + font-size: 12px; font-weight: bold; padding: 1px 4px; z-index: 5; @@ -322,8 +322,8 @@ position: absolute; bottom: 6px; right: 5px; - width: 18px; - height: 18px; + width: 25px; + height: 25px; border-radius: 50%; background: rgba(0, 0, 0, 0.75); border: 1px solid #f0d060; @@ -331,7 +331,7 @@ align-items: center; justify-content: center; font-family: "Cinzel", serif; - font-size: 8px; + font-size: 20px; font-weight: bold; color: #f0d9a6; z-index: 5; @@ -466,15 +466,17 @@ } .arena-mode-card-daily:hover { border-color: #f0d060; - box-shadow: 0 0 20px rgba(200,160,60,0.3); + box-shadow: 0 0 20px rgba(200, 160, 60, 0.3); transform: scale(1.04); } .arena-mode-card-daily.searching { opacity: 0.6; pointer-events: none; - border-color: rgba(255,215,80,0.5); + border-color: rgba(255, 215, 80, 0.5); +} +.arena-mode-icon { + font-size: 2rem; } -.arena-mode-icon { font-size: 2rem; } .arena-mode-label-daily { font-family: "Cinzel", serif; font-size: 18px; @@ -491,8 +493,8 @@ #arena-daily-status { padding: 10px 18px; border-radius: 8px; - background: rgba(255,215,80,0.08); - border: 1px solid rgba(255,215,80,0.3); + background: rgba(255, 215, 80, 0.08); + border: 1px solid rgba(255, 215, 80, 0.3); color: #dceb15; font-family: "Cinzel", serif; font-size: 12px; @@ -504,7 +506,7 @@ display: inline-block; margin-top: 6px; font-size: 10px; - color: rgba(255,100,100,0.8); + color: rgba(255, 100, 100, 0.8); cursor: pointer; text-decoration: underline; }