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 | 28 |
1 files changed, 11 insertions, 17 deletions
@@ -24,6 +24,10 @@ svg image.map-scans { image-rendering: auto; } +svg text { + user-select: none; +} + div#status { position: absolute; bottom: 0; @@ -159,19 +163,17 @@ g#grid { } #map2 { - transform: rotate(0.1deg); + transform-origin: 0px 0px; + transform: translate(-0.9px, -2.4px) scale(0.999, 1.007); } #map3 { - transform: rotate(0.1deg); -} - -image.map-scans { - /* transform: scale(1.39, 1.407) rotate(0.07deg); */ - /* opacity: 0.33; */ + transform-origin: 0px 0px; + /* transform: translateY(1518px); */ + transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002); } -#debug { +#panel { display: none; position: absolute; right: 0; @@ -180,7 +182,7 @@ image.map-scans { padding: 2px; } -#debug fieldset label { +#panel fieldset label { display: block; text-align: right; } @@ -259,14 +261,6 @@ text.counter, #troop-counter text { user-select: none; } -rect#map { - fill: black; - opacity: 0; - /* fill-opacity: 0; - stroke: red; - stroke-width: 4px; */ -} - polygon.firing-arc[data-troop-allegiance="davion"] { fill: red; } |