summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-01 20:22:06 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commit2c56e6ef5edb0a1aa0876537c8d4b84b4a2b976a (patch)
treef7ba2f1ec3fb9c02065a75ce832a2c6f120cf83b /play.html
parent4abe5236db7fd5730851f3e20b314646fc355ee6 (diff)
downloadnevsky-2c56e6ef5edb0a1aa0876537c8d4b84b4a2b976a.tar.gz
Zap distinction between battle_lord and lord actions.
Diffstat (limited to 'play.html')
-rw-r--r--play.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/play.html b/play.html
index 17ea9a7..cf58a88 100644
--- a/play.html
+++ b/play.html
@@ -314,6 +314,10 @@ body.Teutons #plan_actions .russian { display: none }
box-shadow: 0 0 0 1px #584800, 0 0 0 3px yellow;
}
+.mat.command .background {
+ box-shadow: 0 0 0 1px #584800, 0 0 0 3px gold;
+}
+
.mat .capabilities {
position: absolute;
width: 372px;
@@ -907,6 +911,14 @@ body.shift .mustered_vassals {
drop-shadow(-2px 0px 0px yellow);
}
+.cylinder.command {
+ filter:
+ drop-shadow(2px 0px 0px gold)
+ drop-shadow(0px 2px 0px gold)
+ drop-shadow(0px -2px 0px gold)
+ drop-shadow(-2px 0px 0px gold);
+}
+
.cylinder.andreas { background-image: url(images/lord_teutonic_1.svg) }
.cylinder.hermann.marshal { background-image: url(images/lord_teutonic_2.svg) }
.cylinder.hermann { background-image: url(images/lord_teutonic_3.svg) }