index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-19 11:52:30 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-19 11:52:30 -0700 |
commit | 56cb96c0f8142fd6216e6f39d692c19c182125a1 (patch) | |
tree | a2d69c70615a089ab4fd1578697e90b88a8a2068 /public/assets/css | |
parent | cdf1557c9417252788122b8c7cd46c87f9a0aa79 (diff) |
Add elevation label to buildings on mapsheets
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 01f4c4d..3ff213e 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -433,3 +433,12 @@ g[data-y="76"] { --i: 76; } fill: black; fill-opacity: 0.2; } + +.elevation { + font-family: sans-serif; + font-weight: bold; + font-size: 6pt; + text-anchor: middle; + user-select: none; + pointer-events: none; +} |