From e1f34cdf9ec669d8eab2b379a287867c6b6214f7 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:16:27 +0100 Subject: card planels and logging --- play.html | 52 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 17 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 8bce1a6..063d039 100644 --- a/play.html +++ b/play.html @@ -41,6 +41,11 @@ body.Opposition header.your_turn { background-color: hsl(16 85% 75%);; } #log .h1 { background-color: silver; } #log .h2 { background-color: gainsboro; } +#log .suf { background-color: hsl(273 39% 85%); } +#log .opp { background-color: hsl(16 85% 85%); } +#log .tip { cursor: pointer; } +#log .tip:hover { text-decoration: underline; } + #log > .p { padding-left: 20px; text-align: right; font-style: italic; opacity: 75%; } #log > .i { padding-left: 20px; } @@ -55,10 +60,10 @@ body.Opposition header.your_turn { background-color: hsl(16 85% 75%);; } gap: 20px; } -#hand, #discard, #states_draw, #strategy_draw, #set_aside { min-height: 350px; } -#hand_panel, #states_draw { min-width: 1100px; } -#strategy_draw, #set_aside_panel { min-width: 830px; } -#discard_panel { min-width: 290px; } +#hand, #discard, #support_claimed, #support_discard, #opposition_claimed, #opposition_discard, #states_draw, #strategy_draw, #out_of_play { min-height: 350px; } +#hand_panel, #states_draw, #support_discard_panel, #opposition_discard_panel, #out_of_play { min-width: 1100px; } +#strategy_draw { min-width: 790px; } +#support_claimed, #opposition_claimed { min-width: 290px; } .panel { background-color: #555; @@ -886,45 +891,58 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
-
Hand
+
-
-
Discard
-
+
+
+
Suffragist Claimed
+
+
+
Opposition Claimed
+
+
-
-
Strategy cards
+
Available Strategy cards
-
-
States cards
+
Available States cards
-
-
+
+
Suffragist Discard
+
+
+
-
-
Set-aside cards
-
+
+
+
Opposition Discard
+
+
+
+
+
Out of Play
+
+



-- cgit v1.2.3