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-26 15:50:45 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-26 16:02:57 -0700 |
commit | 77bbf5b8262afe8466ef7047d5c7312eb016e7ce (patch) | |
tree | a15be63db3ecadbf2894bf8b79f103bdaf4d8119 /style.css | |
parent | 42428e3643e0a2ebbff766b8c823ef423d5386ee (diff) |
WIP: think I got zoom working?
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -53,6 +53,9 @@ text.counter { rect#map { fill: black; opacity: 0; + /* fill-opacity: 0; + stroke: red; + stroke-width: 4px; */ } polygon.firing-arc { @@ -116,8 +119,8 @@ image#img2 { } #record-sheet { - /* display: flex; */ - display: none; + display: flex; + /* display: none; */ } #record-sheet > div { @@ -140,9 +143,9 @@ div.soldier-record.selected { background-color: lightgray; } -rect#view-box { - stroke: red; - stroke-width: 20px; +rect#debug-view-box { + /* stroke: red; + stroke-width: 20px; */ fill: blue; fill-opacity: 0.2; }
\ No newline at end of file |