summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-19 22:56:08 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:37 +0100
commit1bc80c430198d095315cd0c7643d18d12538c62b (patch)
tree6523b86a38999f3281f21b57b12c70bf4f3519e3 /play.html
parent3a83d94096a32e838f3331932644f4495593e6e8 (diff)
downloadnevsky-1bc80c430198d095315cd0c7643d18d12538c62b.tar.gz
Initial capability draw. Click on lord shields.
Diffstat (limited to 'play.html')
-rw-r--r--play.html15
1 files changed, 15 insertions, 0 deletions
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; }