From 23bd83c80d3e0a2d7dd18f76ae4039effd7ce448 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 22 Oct 2024 22:19:15 +0200 Subject: political shifts and troops+tcs --- play.css | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 59ae809..e81316e 100644 --- a/play.css +++ b/play.css @@ -14,6 +14,15 @@ white-space: wrap; } +button span.suit { + font-family: "Suit Symbols", var(--font-widget); + line-height: 1; +} + +button { + min-width: 48px; +} + body { background-color: slategray; } @@ -56,10 +65,10 @@ body { top: 325px; } -#display_prussia { left: 42px; } -#display_france { left: 246px; } -#display_pragmatic { left: 449px; } -#display_austria { left: 653px; } +#placed_prussia { left: 42px; } +#placed_france { left: 246px; } +#placed_pragmatic { left: 449px; } +#placed_austria { left: 653px; } header { background-color: hsl(44, 35%, 80%); color: #000c; } header.your_turn { color: black; } @@ -460,6 +469,16 @@ body.shift span.value.deck_4 { background-color: #f002 } border-color: white; } +.card.polcard.action { + box-shadow: 0 0 0 3px white; + border-color: black; +} + +.card.selected { + box-shadow: 0 0 0 3px yellow; + border-color: black; +} + @media (hover: hover) { .card.tc.action:hover { margin-top: -10px; -- cgit v1.2.3