diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-11-19 22:56:08 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:37 +0100 |
commit | 1bc80c430198d095315cd0c7643d18d12538c62b (patch) | |
tree | 6523b86a38999f3281f21b57b12c70bf4f3519e3 /play.html | |
parent | 3a83d94096a32e838f3331932644f4495593e6e8 (diff) | |
download | nevsky-1bc80c430198d095315cd0c7643d18d12538c62b.tar.gz |
Initial capability draw. Click on lord shields.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -232,6 +232,21 @@ body.shift .capabilities { margin-top: -38px; } +.mat .shield { position: absolute; } +.mat.teutonic .shield { + top: 13px; left: 11px; width: 65px; height: 75px; + border-radius: 4px 4px 50% 50%; +} +.mat.russian .shield, +.mat.yaroslav .shield { + top: 10px; left: 11px; width: 55px; height: 100px; + border-radius: 26px 26px 50% 50%; +} + +.mat .shield.action { + box-shadow: 0 0 6px white, inset 0 0 6px white; +} + .mat .forces { top: 96px; left: 66px; width: 240px; height: 96px; } .mat .routed { top: 200px; left: 18px; width: 236px; height: 48px; } .mat .assets { top: 255px; left: 24px; width: 230px; height: 96px; } |