From f0ad2d92162d5faab8a5537a50f778febc442e9c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Jun 2023 15:49:27 +0200 Subject: Mobs (place and display). --- play.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 42f36d0..c7e8ae3 100644 --- a/play.css +++ b/play.css @@ -70,15 +70,19 @@ svg .region.action, svg .sea.action { fill-opacity: 0.3; } -body.sel_general svg .region.action { +body.military svg .region.action { fill: hsl(358, 78%, 51%); } -body.sel_governor svg .region.action { +body.senate svg .region.action { fill: hsl(206, 100%, 35%); } -body.sel_governor svg .region.selected { +body.populace svg .region.action { + fill: hsl(44, 80%, 52%); +} + +body.senate svg .region.selected { fill: hsl(206, 100%, 35%); fill-opacity: 0.3; stroke: hsl(206, 100%, 35%); @@ -86,7 +90,7 @@ body.sel_governor svg .region.selected { stroke-dasharray: 8 4; } -body.sel_general svg .sea.action { +body.military svg .sea.action { fill: hsl(206, 100%, 35%); fill-opacity: 0.25; } @@ -174,12 +178,12 @@ body.sel_general svg .sea.action { z-index: 2; } -body.sel_general .capital.action { +body.military .capital.action { border-color: hsl(358, 78%, 51%); background-color: hsla(358, 75%, 51%, 0.2); } -body.sel_governor .capital.action { +body.populace .capital.action { border-color: hsl(44, 80%, 52%); background-color: hsla(44, 80%, 52%, 0.2); } -- cgit v1.2.3