diff options
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; |