summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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; }