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 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -15,8 +15,8 @@ svg { svg text { user-select: none; font-size: 4px; - fill: white; - stroke: black; + fill: black; + /* stroke: black; */ stroke-width: 0.2px; font-weight: bold; transform: translateY(6px); @@ -99,13 +99,13 @@ div#content { svg > defs > #point { fill: teal; - fill-opacity: 0.5; + fill-opacity: 0.2; stroke: black; stroke-width: 0.5px; } use[href="#point"] { - opacity: 0.2; + opacity: 0; } use[href="#point"].active { @@ -133,7 +133,7 @@ image.map-scans { /* opacity: 0.33; */ } -#panel { +#debug { display: none; position: absolute; right: 0; @@ -142,7 +142,7 @@ image.map-scans { padding: 2px; } -#panel fieldset label { +#debug fieldset label { display: block; text-align: right; } @@ -198,7 +198,7 @@ line.firing-arc { } .sight-line { - stroke: black; + stroke: orangered; stroke-width: 3px; } |