diff options
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) } |