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 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,11 @@ use[href="#point"].active { opacity: 1; } +circle.counter { + stroke: transparent; + stroke-width: 0.5in; +} + circle.counter[data-troop-allegiance="liao"] { fill: green; } @@ -66,6 +71,11 @@ line.ruler { stroke-width: 0.25in; } +.sight-line { + stroke: black; + stroke-width: 3px; +} + .soldier-record { display: inline-block; } |