Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 14 insertions, 2 deletions
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;
}