diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -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 } |