From 34867a9cf91469f92b57ec9ac8c1383215d93ea2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 1 Jan 2023 21:19:32 +0100 Subject: Tweak immediate events. Calendar action boxes. --- play.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index cf58a88..72b876e 100644 --- a/play.html +++ b/play.html @@ -704,6 +704,11 @@ body.shift .mustered_vassals { border-radius: 50%; } +.box.calendar.action { + border-color: white; + background-color: #fff6; +} + .box.way.action { border-color: dodgerblue; } @@ -963,6 +968,22 @@ body.shift .mustered_vassals { position: absolute; } +.service_marker.teutonic.lord.selected { + box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow; +} + +.service_marker.russian.lord.selected { + box-shadow: 0 0 0 1px #555, 0 0 0 3px yellow; +} + +.service_marker.teutonic.vassal.selected { + box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 3px yellow; +} + +.service_marker.russian.vassal.selected { + box-shadow: 0 0 0 1px #736e5e, 0 0 0 3px yellow; +} + .service_marker.teutonic.lord.action { box-shadow: 0 0 0 1px #111, 0 0 0 3px red; } -- cgit v1.2.3