From 78eb830571c26ebbfbcb8bc0608b11db868aeb90 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Jun 2023 21:18:28 +0200 Subject: Praetorian Guard. --- play.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index b2ea395..f23699f 100644 --- a/play.css +++ b/play.css @@ -90,6 +90,14 @@ body.senate svg .region.selected { stroke-dasharray: 8 4; } +body.military svg .region.selected { + fill: hsl(358, 78%, 51%); + fill-opacity: 0.3; + stroke: hsl(358, 78%, 51%); + stroke-width: 4px; + stroke-dasharray: 8 4; +} + body.military svg .sea.action { fill: hsl(206, 100%, 35%); fill-opacity: 0.25; @@ -174,20 +182,11 @@ body.military svg .sea.action { .capital.action { display: block; border: 5px solid white; - //box-shadow: 0px 0px 8px white; + background-color: #fff8; + box-shadow: 0 0 6px white, inset 0 0 6px black; z-index: 2; } -body.military .capital.action { - border-color: hsl(358, 78%, 51%); - background-color: hsla(358, 75%, 51%, 0.2); -} - -body.populace .capital.action { - border-color: hsl(44, 80%, 52%); - background-color: hsla(44, 80%, 52%, 0.2); -} - body.p3 #Hispania_NPG { display: block } body.p3 #Africa_NPG { display: block } body.p3 #Aegyptus_NPG { display: block } -- cgit v1.2.3