From 2251bab21f032ef8b3f3a1c7d2d977b163da6161 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 18 Jan 2023 14:57:22 +0100 Subject: "Bad" and "Select" action colors for Calendar service markers. --- play.html | 49 +++++++++++-------------------------------------- 1 file changed, 11 insertions(+), 38 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 2498ae6..a11e38e 100644 --- a/play.html +++ b/play.html @@ -951,44 +951,17 @@ body.shift .mustered_vassals { pointer-events: none; } -.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; -} - -.service_marker.russian.lord.action { - box-shadow: 0 0 0 1px #555, 0 0 0 3px red; -} - -.service_marker.teutonic.vassal.action { - box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 3px white; -} - -.service_marker.russian.vassal.action { - box-shadow: 0 0 0 1px #736e5e, 0 0 0 3px white; -} - -.service_marker.teutonic.lord.selected, -.service_marker.teutonic.vassal.selected, -.service_marker.russian.lord.selected, -.service_marker.russian.vassal.selected { - box-shadow: 0 0 0 3px yellow; -} +.service_marker.teutonic.lord.selected { box-shadow: 0 0 0 1px #111, 0 0 0 4px yellow; } +.service_marker.russian.lord.selected { box-shadow: 0 0 0 1px #555, 0 0 0 4px yellow; } +.service_marker.teutonic.lord.action { box-shadow: 0 0 0 1px #111, 0 0 0 4px white; } +.service_marker.russian.lord.action { box-shadow: 0 0 0 1px #555, 0 0 0 4px white; } +.service_marker.teutonic.lord.action.bad { box-shadow: 0 0 0 1px #111, 0 0 0 4px tomato; } +.service_marker.russian.lord.action.bad { box-shadow: 0 0 0 1px #555, 0 0 0 4px tomato; } + +.service_marker.teutonic.vassal.selected { box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 4px yellow; } +.service_marker.russian.vassal.selected { box-shadow: 0 0 0 1px #736e5e, 0 0 0 4px yellow; } +.service_marker.teutonic.vassal.action { box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 4px white; } +.service_marker.russian.vassal.action { box-shadow: 0 0 0 1px #736e5e, 0 0 0 4px white; } .service_marker.lord { background-size: 90px 252px } .service_marker.vassal { background-size: 270px 210px } -- cgit v1.2.3