Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-22 21:52:02 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-22 21:52:02 -0700
commit17e6864d69d62e6a5bd2c9a6408b3af77543dad7 (patch)
tree6d610439eace3e7112d84de07fb358c518306bcf /style.css
parent9f8c563c9844c3f6cc1a14614b1debdad6ec2051 (diff)
Fix corner finding algo for firing arc cone coverage
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 3 insertions, 26 deletions
diff --git a/style.css b/style.css
index 549bd61..14e831b 100644
--- a/style.css
+++ b/style.css
@@ -7,8 +7,7 @@ body {
}
circle#point {
- fill: black;
- opacity: 0.1;
+ fill: transparent;
}
circle.counter[data-troop-allegiance="liao"] {
@@ -33,8 +32,8 @@ rect#map {
opacity: 0;
}
-polygon {
- opacity: 0.33;
+polygon.firing-arc {
+ opacity: 0.1;
}
button.set-firing-arc img {
@@ -47,24 +46,6 @@ line.firing-arc {
opacity: 0.1;
}
-polyline.firing-arc {
- stroke: black;
- stroke-width: 5px;
- fill: none;
-}
-
-polygon#sml-arc {
- fill: red;
-}
-
-polygon#med-arc {
- fill: blue;
-}
-
-polygon#lrg-arc {
- fill: green;
-}
-
image#img1 {
transform: scale(3.41) rotate(-0.15deg);
/* opacity: 0.33; */
@@ -89,10 +70,6 @@ image#img2 {
transform: scale(0.26) translate(-2in, -2in);
}
-/* use[href="#point"] {
- pointer-events: none;
-} */
-
#asterisk {
font-size: 30;
}