diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-21 15:49:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | f0ad2d92162d5faab8a5537a50f778febc442e9c (patch) | |
tree | 74928175d4746a7d7da96718485fe9d7134cbee2 /play.css | |
parent | 8b075ffb322b7f885aebe67d4712ffd008cb4878 (diff) | |
download | time-of-crisis-f0ad2d92162d5faab8a5537a50f778febc442e9c.tar.gz |
Mobs (place and display).
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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); } |