From 0f32b38289ce085aaa063bcea54fefbbcb4df07e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 20 Apr 2024 00:53:05 +0200 Subject: Add short Lord names. --- play.css | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index adf6720..d1f0df0 100644 --- a/play.css +++ b/play.css @@ -24,13 +24,9 @@ header.your_turn { background-color: orange; } #log .card_tip { font-style: italic; } #log .card_tip:hover { text-decoration: underline; } #log .lord_tip:hover { cursor: pointer; text-decoration: underline; } -#log .lord_vassal:hover { cursor: pointer; text-decoration: underline; } +#log .vassal_tip:hover { cursor: pointer; text-decoration: underline; } #log .locale_tip:hover { cursor: pointer; text-decoration: underline; } -.action { - cursor: pointer; -} - #log { font-variant-numeric: tabular-nums; } @@ -186,10 +182,6 @@ body.Lancaster #plan_actions .york { display: none } z-index: 4; } -#battle_grid .mat.ambushed .background { - filter: grayscale(50%) -} - .court_body .mat.hidden .background { filter: grayscale(100%) } @@ -359,6 +351,9 @@ body.shift .exhausted { .unit { background-size: contain; background-repeat: no-repeat; +} + +.unit.shape { width: 43px; height: 35px; filter: drop-shadow(0px 2px 2px #0004); @@ -380,7 +375,15 @@ body.shift .exhausted { margin: 0 2px; } -.unit.action { +.unit.retinue.action { + box-shadow: 0 0 0 2px white; +} + +.unit.vassal.action { + box-shadow: 0 0 0 2px white; +} + +.unit.shape.action { filter: drop-shadow(2px 0px 0px white) drop-shadow(0px 2px 0px white) -- cgit v1.2.3