Web Dev Solutions

Catalin Mititiuc

From 8ebaacfbf6fcf9f4e21dcfb8a516d94ff3410405 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 20 Mar 2024 09:33:58 -0700 Subject: WIP: firing arcs --- style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 84993c0..c2d0db8 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ body { circle#point { fill: black; - opacity: 0; + opacity: 0.1; } circle.counter[data-troop-allegiance="liao"] { @@ -29,10 +29,18 @@ text.counter { } rect#map { - fill: none; + fill: black; + opacity: 0; +} + +polygon { opacity: 0.33; } +line.firing-arc { + stroke: black; +} + image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ @@ -57,6 +65,10 @@ image#img2 { transform: scale(0.26) translate(-2in, -2in); } +/* use[href="#point"] { + pointer-events: none; +} */ + #asterisk { font-size: 30; } -- cgit v1.2.3