From 2093300a7a010e06d11a540a2f3617563bcc13e5 Mon Sep 17 00:00:00 2001 From: 1kuceraj Date: Tue, 24 Sep 2024 18:24:02 +0200 Subject: [PATCH] rest of menus --- css/map.css | 9 ++++++ templates/bestiary.html | 56 ++++++++++++++++++------------------- templates/chat.html | 56 ++++++++++++++++++------------------- templates/fight.html | 56 ++++++++++++++++++------------------- templates/map.html | 58 +++++++++++++++++++-------------------- templates/scoreboard.html | 50 ++++++++++++++++----------------- templates/user_panel.html | 14 +++++----- 7 files changed, 154 insertions(+), 145 deletions(-) diff --git a/css/map.css b/css/map.css index d1b3d21..8d7938a 100644 --- a/css/map.css +++ b/css/map.css @@ -231,6 +231,15 @@ body { text-align: center; line-height: 1.2; } + + .build-palisade { + color: #4CAF50; /* This is a green color, you can change it to any color you prefer */ + } + + .build-palisade:hover { + color: #45a049; /* This is a slightly darker green for the hover state */ + } + .exclamation-mark { position: absolute; top: -15px; diff --git a/templates/bestiary.html b/templates/bestiary.html index cbd89e5..caa2fe6 100644 --- a/templates/bestiary.html +++ b/templates/bestiary.html @@ -126,35 +126,35 @@ -

Epic Enclaves Bestiary

+ + +

Epic Enclaves Bestiary

{% set seen = set() %} {% for enemy in enemies %} diff --git a/templates/chat.html b/templates/chat.html index 898461a..402a675 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -12,35 +12,35 @@ -

Chat

diff --git a/templates/fight.html b/templates/fight.html index 137e338..058f10b 100644 --- a/templates/fight.html +++ b/templates/fight.html @@ -34,35 +34,35 @@ +
+
diff --git a/templates/map.html b/templates/map.html index 5a95cbf..69a7bad 100644 --- a/templates/map.html +++ b/templates/map.html @@ -15,37 +15,37 @@ +
+
diff --git a/templates/scoreboard.html b/templates/scoreboard.html index f80f5a2..fac87eb 100644 --- a/templates/scoreboard.html +++ b/templates/scoreboard.html @@ -11,32 +11,32 @@ +
+
diff --git a/templates/user_panel.html b/templates/user_panel.html index 78def6f..6296356 100644 --- a/templates/user_panel.html +++ b/templates/user_panel.html @@ -19,8 +19,8 @@ - +