diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-01 20:22:06 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 2c56e6ef5edb0a1aa0876537c8d4b84b4a2b976a (patch) | |
tree | f7ba2f1ec3fb9c02065a75ce832a2c6f120cf83b /play.html | |
parent | 4abe5236db7fd5730851f3e20b314646fc355ee6 (diff) | |
download | nevsky-2c56e6ef5edb0a1aa0876537c8d4b84b4a2b976a.tar.gz |
Zap distinction between battle_lord and lord actions.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) } |