Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;
}