index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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; } |