From 1bc80c430198d095315cd0c7643d18d12538c62b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Nov 2022 22:56:08 +0100 Subject: Initial capability draw. Click on lord shields. --- play.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 2ab1736..7285fba 100644 --- a/play.html +++ b/play.html @@ -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; } -- cgit v1.2.3