diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 37 |
1 files changed, 21 insertions, 16 deletions
@@ -53,6 +53,8 @@ body.p3 #crisis_table { background-image: url(overlay_3p_75.jpg); } +body.Solo #.role { display: none } + svg { position: absolute; } @@ -65,17 +67,23 @@ svg .region, svg .sea { svg .region.action { fill: gold; - fill-opacity: 0.2; + fill-opacity: 0.1; stroke: yellow; + stroke-opacity: 0.5; + stroke-width: 3px; +} + +svg .region.selected { + stroke: gold; stroke-opacity: 0.8; stroke-width: 3px; } svg .sea.action { - fill: blue; - fill-opacity: 0.2; - stroke: blue; - stroke-opacity: 0.8; + fill: dodgerblue; + fill-opacity: 0.1; + stroke: dodgerblue; + stroke-opacity: 0.5; stroke-width: 3px; } @@ -149,17 +157,6 @@ body.p2 #Aegyptus_NPG { display: block } body.p2 #Syria_NPG { display: block } body.p2 #Galatia_NPG { display: block } -body.p3 #Hispania_Governor { display: none } -body.p3 #Africa_Governor { display: none } -body.p3 #Aegyptus_Governor { display: none } - -body.p2 #Britannia_Governor { display: none } -body.p2 #Hispania_Governor { display: none } -body.p2 #Africa_Governor { display: none } -body.p2 #Aegyptus_Governor { display: none } -body.p2 #Syria_Governor { display: none } -body.p2 #Galatia_Governor { display: none } - /* COUNTERS */ .amphitheater, .basilica, .limes { background-color: #efebea; } @@ -199,6 +196,14 @@ body.p2 #Galatia_Governor { display: none } .yellow.action { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px white; } .green.action { box-shadow: 0 0 0 1px #033600, 0 0 0 4px white; } +.selected { box-shadow: 0 0 0 3px black, 0 0 4px 6px white } +.selected { box-shadow: 0 0 0 4px black } + +.red.selected { box-shadow: 0 0 0 1px #680000, 0 0 0 4px yellow; } +.blue.selected { box-shadow: 0 0 0 1px #113854, 0 0 0 4px red; } +.yellow.selected { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px red; } +.green.selected { box-shadow: 0 0 0 1px #033600, 0 0 0 4px yellow; } + #legion_0 { background-position: 0px 0px } #legion_1 { background-position: -55px 0px } #legion_2 { background-position: -110px 0px } |