index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-25 13:26:03 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-25 14:00:15 -0700 |
commit | 8bdc2696093db826158076b194284d64c6aa4fc5 (patch) | |
tree | 1dfa02ace4e1b88c8afef5ceed6665f501bf348b /style.css | |
parent | de5f3c266677590d63fda98f25085b4327710def (diff) |
Add line of sight
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; } |