diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-22 22:19:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-22 23:37:57 +0200 |
commit | 23bd83c80d3e0a2d7dd18f76ae4039effd7ce448 (patch) | |
tree | fa5e2beeacbf025c8250cfe77059c7add6048363 /play.css | |
parent | 78754928c9b1c55bdffe40ff33342c7329f3ce77 (diff) | |
download | maria-23bd83c80d3e0a2d7dd18f76ae4039effd7ce448.tar.gz |
political shifts and troops+tcs
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 27 |
1 files changed, 23 insertions, 4 deletions
@@ -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; |