index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/style.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index e6fd9ec..c8c4e83 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -121,13 +121,10 @@ g.troop-counter [href="#counter-prone"] { text.counter, #troop-counter text { font-size: 12px; font-weight: bold; - /* stroke: black; */ fill: white; - /* stroke-width: 0.5px; */ font-family: sans-serif; cursor: default; text-anchor: middle; - /* transform: translateY(25%); */ transform: translateY(4px); pointer-events: none; user-select: none; @@ -223,17 +220,6 @@ polygon.firing-arc[data-allegiance="attacker"] { opacity: 0.5; } -.wall { - fill: none; - stroke: red; - stroke-width: 7px; - opacity: 0.7; -} - -#asterisk { - font-size: 30; -} - img.logo { width: 100px; margin: 0 auto; @@ -261,16 +247,12 @@ input[type="file"] { display: none; } - - div#content { display: flex; border-left: 1px solid gray; flex-basis: 0; - /* overflow: scroll; */ max-height: 100vh; flex-direction: column; - /* padding: 2px; */ position: relative; } @@ -296,7 +278,6 @@ div#content { flex-grow: 1; } - #record-sheet .records { overflow-y: auto; } @@ -333,8 +314,6 @@ div#content { margin-bottom: 0; } - - @media (width >= 1800px) { #record-sheet { flex-direction: row; |