From 107df9df212cc7d67791618e1b8c34ebbf97aeaa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 14 Jul 2022 20:29:37 +0200 Subject: pursuit fire --- play.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 73 insertions(+), 23 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index dedbca5..63b1fe6 100644 --- a/play.html +++ b/play.html @@ -105,6 +105,48 @@ header.your_turn { background-color: orange; } border-top: 1px solid black; } +/* PURSUIT FIRE DIALOG */ + +#pursuit { background-color: #d6c4a9; background: url(texture_mountain.png); } +#pursuit_header { background-color: brown; color: gold } +#pursuit_hits { background-color: #c4ab8b; } +#pursuit_message { background-color: #d6c4a9; } + +#pursuit { + position: fixed; + min-width: 524px; /* 6 blocks wide */ + left: 12px; + top: 56px; + z-index: 100; + box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); + border: 1px solid black; + user-select: none; +} + +#pursuit_header { + cursor: move; + padding: 2px 8px; + line-height: 24px; + min-height: 24px; + text-align: center; + font-weight: bold; + border-bottom: 1px solid black; +} + +#pursuit_hits { + padding: 4px; + text-align: center; + border-bottom: 1px solid black; +} + +#pursuit_message { + padding: 2px 8px; + line-height: 24px; + min-height: 24px; + text-align: center; + border-top: 1px solid black; +} + /* TABLES */ table { border-collapse: collapse; font-size: 12px; } @@ -435,30 +477,38 @@ svg .hex.allied_control { -
-
-
- -
0
- -
0
- -
0
- -
0
-
-
-
-
-
-
- - - - -
-
+
+
+
+ +
0
+ +
0
+ +
0
+ +
0
+
+
+
+
+
+ + + + +
+
+
+ +
+
Pursuit Fire: $NAME
+
0 hits
+
+
+
+
-- cgit v1.2.3