From befe8613f1385cfd0fefa5b88f16ce6ac054b422 Mon Sep 17 00:00:00 2001 From: Cay Date: Wed, 11 Mar 2026 17:49:10 +0000 Subject: [PATCH] =?UTF-8?q?geb=C3=A4ude=20markieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/launcher.css | 32 +++++++++++++++++++++++++++++++ views/launcher.ejs | 42 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 public/css/launcher.css diff --git a/public/css/launcher.css b/public/css/launcher.css new file mode 100644 index 0000000..42fce67 --- /dev/null +++ b/public/css/launcher.css @@ -0,0 +1,32 @@ +.map-container { + position: relative; + width: 100%; + max-width: 1400px; + margin: auto; +} + +.map { + width: 100%; + display: block; +} + +.map-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.area { + fill: rgba(255, 255, 255, 0); + cursor: pointer; + transition: all 0.3s; +} + +.area:hover { + fill: rgba(255, 255, 255, 0.15); + stroke: #6ec6ff; + stroke-width: 3; + filter: drop-shadow(0 0 10px #6ec6ff); +} diff --git a/views/launcher.ejs b/views/launcher.ejs index 313aca3..0a768df 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -3,6 +3,7 @@ Dynasty of Knights +