From 680ce4f9a4de63b56d511d6304ce02165b37f817 Mon Sep 17 00:00:00 2001 From: Cay Date: Wed, 11 Mar 2026 17:51:55 +0000 Subject: [PATCH] =?UTF-8?q?=C3=A4nderung=20des=20bildes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/launcher.css | 15 ++++++--------- views/launcher.ejs | 2 -- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/public/css/launcher.css b/public/css/launcher.css index 42fce67..dec303e 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -1,19 +1,16 @@ -.map-container { +.worldmap { position: relative; width: 100%; - max-width: 1400px; - margin: auto; -} + height: 100vh; -.map { - width: 100%; - display: block; + background: url("/images/dok_bg.png") center / cover no-repeat; } .map-overlay { position: absolute; top: 0; left: 0; + width: 100%; height: 100%; } @@ -21,11 +18,11 @@ .area { fill: rgba(255, 255, 255, 0); cursor: pointer; - transition: all 0.3s; + transition: all 0.25s; } .area:hover { - fill: rgba(255, 255, 255, 0.15); + fill: rgba(255, 255, 255, 0.2); stroke: #6ec6ff; stroke-width: 3; filter: drop-shadow(0 0 10px #6ec6ff); diff --git a/views/launcher.ejs b/views/launcher.ejs index 0a768df..6a1ff4f 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -32,8 +32,6 @@
- -