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 | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -37,6 +37,11 @@ polygon { opacity: 0.33; } +button.set-firing-arc img { + vertical-align: middle; + pointer-events: none; +} + line.firing-arc { stroke: none; /* transform: scale(2); */ @@ -48,6 +53,18 @@ polyline.firing-arc { 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; */ |