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 11:45:37 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-26 11:45:37 -0700 |
commit | 42428e3643e0a2ebbff766b8c823ef423d5386ee (patch) | |
tree | 73985b323f443b616952e90f36a242e717cca59b /style.css | |
parent | 664e228e81331abbce32924a7046b9ae1497ec7a (diff) |
WIP: zoom
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,9 +1,15 @@ svg { background-color: darkgray; + flex-basis: 100%; +} + +div#content { + flex-basis: 0; } body { margin: 0; + display: flex; } circle#point { @@ -78,6 +84,7 @@ line.ruler { .soldier-record { display: inline-block; + white-space: nowrap; } image#img1 { @@ -109,7 +116,8 @@ image#img2 { } #record-sheet { - display: flex; + /* display: flex; */ + display: none; } #record-sheet > div { @@ -129,5 +137,12 @@ img.logo { } div.soldier-record.selected { - background-color: goldenrod; + background-color: lightgray; +} + +rect#view-box { + stroke: red; + stroke-width: 20px; + fill: blue; + fill-opacity: 0.2; }
\ No newline at end of file |