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-06-22 17:41:50 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-22 17:41:50 -0700 |
commit | b66eac7b8ecddef4e5346d45fc486901205287e8 (patch) | |
tree | 3c7cf4c33e80ac26ededa330564bb869a13d4d22 /public | |
parent | 2f84141d14c29a1453f114f0f7dce6f0ffffcfc1 (diff) |
Add mapsheet4
Diffstat (limited to 'public')
-rw-r--r-- | public/radial.html | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/public/radial.html b/public/radial.html index eb67c94..2be7903 100644 --- a/public/radial.html +++ b/public/radial.html @@ -225,11 +225,40 @@ border-radius: 3px; background-color: #cdd9e9; } + + [class^="part"] use { + fill-opacity: 0.75; + } + + .part-1 use { + fill: lightseagreen; + } + + .part-2 use { + fill: lightyellow; + } + + .part-3 use { + fill: lightblue; + } + + .part-4 use { + fill: lightsteelblue; + } + + .part-5 use { + fill: lightsalmon; + } + + .part-6 use { + fill: lightgreen; + } </style> </head> <body> - <!-- <svg viewBox="-300 -400 600 800" xmlns="http://www.w3.org/2000/svg"> --> + <!-- <svg viewBox="-150 -130 300 260" xmlns="http://www.w3.org/2000/svg"> --> + <!-- <svg viewBox="-300 -250 600 500" xmlns="http://www.w3.org/2000/svg"> --> <svg viewBox="-900 -600 1800 1200" xmlns="http://www.w3.org/2000/svg"> <defs> <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" /> |