From fda8948d61cf9177d5a2df5fee2ffc44978e7e55 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:03:04 +0100 Subject: Use ID instead of class for map and mapwrap. --- play.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/play.html b/play.html index 160acce..10018ea 100644 --- a/play.html +++ b/play.html @@ -99,13 +99,13 @@ /* MAP WITH BLOCKS AND SPACES */ -.mapwrap { +#mapwrap { position: relative; width: 2475px; height: 1275px; } -.map { +#map { position: absolute; width: 2475px; height: 1275px; @@ -161,10 +161,10 @@ body.shift .block.known:hover { } .battle .block { position: relative; } -.map .block { position: absolute; z-index: 2; } -.map .block.highlight { z-index: 3; } -.map .block.selected { z-index: 4; } -.map .block.known:hover { z-index: 5; } +#map .block { position: absolute; z-index: 2; } +#map .block.highlight { z-index: 3; } +#map .block.selected { z-index: 4; } +#map .block.known:hover { z-index: 5; } .block.highlight { cursor: pointer; } @@ -329,9 +329,9 @@ body.Observer .columbia-labels .known.jupiter.Cleopatra { border: 3px solid #822
-
-
-
+
+
+
-- cgit v1.2.3