From 5718d3695e0783ce8695aeb51f3af797d6037e60 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 6 Jun 2021 22:11:00 +0200 Subject: tripoli: Naval bombardment and combat. --- play.html | 154 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 67 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 11b74e7..f25e54a 100644 --- a/play.html +++ b/play.html @@ -88,6 +88,12 @@ opacity: 1 } +#map .harbor.where, #map .patrol_zone.where { + opacity: 1; + stroke: yellow; + fill: yellow; +} + #map .patrol_zone { fill: white; fill-opacity: 0.3; @@ -100,6 +106,19 @@ opacity: 1 } +#map .us_frigate { fill: #0977bd; } +#map .us_gunboat { fill: #0977bd; } +#map .se_frigate { fill: #fdd527; } +#map .tr_frigate { fill: #de333e; } +#map .tr_corsair { fill: #de333e; } +#map .al_corsair { fill: #f39331; } +#map .us_marine { fill: #0977bd; } +#map .ar_infantry { fill: #e0e0e0; } +#map .tr_infantry { fill: #de333e; } + +#map .us_frigate.damaged { fill: #005577; } +#map .tr_frigate.damaged { fill: #881111; } + /* CARD ACTION POPUP MENU */ #popup { @@ -257,6 +276,7 @@ + @@ -281,73 +301,73 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3