From 62c88c0090471d1442002078c5d1a2372dddbc72 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Nov 2022 18:12:01 +0100 Subject: Markers on locales. --- play.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index b8bd053..121d5d6 100644 --- a/play.html +++ b/play.html @@ -248,18 +248,18 @@ body.shift .mat .card:hover { z-index: 2; } -#p1_global, #p2_global { +#p1_capabilities, #p2_capabilities { display: flex; flex-wrap: wrap; gap: 12px; } -#p1_global { +#p1_capabilities { margin-left: 24px; justify-content: start; } -#p2_global { +#p2_capabilities { margin-right: 24px; justify-content: end; } @@ -542,6 +542,16 @@ body.shift .mat .card:hover { box-shadow: 0 0 8px #ff06; } +.locale_markers { + position: absolute; + pointer-events: none; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + gap: 4px; +} + #veche { position: absolute; } .veche_label { @@ -625,8 +635,8 @@ body.shift .mat .card:hover { width: 32px; height: 64px; background-image: url(images/legate.svg); - top: 1585px; - left: 180px; + top: 1580px; + left: 170px; filter: drop-shadow(0px 2px 4px #0004); } @@ -1021,8 +1031,8 @@ body.shift .marker:hover { transform: scale(2); z-index: 200; }
-
-
+
+
-- cgit v1.2.3