diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-03 15:00:03 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-03 15:00:03 +0200 |
commit | d02de4239139dd226105cb79bfd00345093a9193 (patch) | |
tree | 92bc5e680ee0dcd8dbd560bba1ba386cf00d15c9 /play.html | |
parent | 1080e2bbc3bcc968d63b5e526534e00301a200b3 (diff) | |
download | algeria-d02de4239139dd226105cb79bfd00345093a9193.tar.gz |
area markers
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -66,6 +66,14 @@ main { background-color: dimgray } grid-template-columns: repeat(8, 36px); } +.stack.m:hover { + grid-template-columns: repeat(8, 34px); +} + +.stack.s:hover { + grid-template-columns: repeat(8, 24px); +} + .stack:hover div { z-index: 100; } @@ -101,6 +109,12 @@ main { background-color: dimgray } border-width: 4px; } +.counter.s { + width: 26px; + height: 26px; + border-width: 1px; +} + /* #mapwrap.fit .counter { background-image: url(counters-simple.svg); } */ @@ -244,6 +258,7 @@ main { background-color: dimgray } <div id="drm"></div> <div id="areas"></div> +<div id="area_markers"></div> <div id="boxes"></div> <div id="markers"> |