diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-22 14:41:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-22 14:41:58 +0200 |
commit | 5ab7ccf00da33d2fcc02d582b8528596d92f22ed (patch) | |
tree | 37aceb4fd42faca38562d3fe1441d51e78dcd50f /play.css | |
parent | 9161d8dab4ac318caf41f1f63879d59348d91554 (diff) | |
download | maria-5ab7ccf00da33d2fcc02d582b8528596d92f22ed.tar.gz |
political phase (play cards, no effect)
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -51,6 +51,16 @@ body { border: 1px solid #0008; } +.pc_pile { + position: absolute; + top: 325px; +} + +#display_prussia { left: 42px; } +#display_france { left: 246px; } +#display_pragmatic { left: 449px; } +#display_austria { left: 653px; } + header { background-color: hsl(44, 35%, 80%); color: #000c; } header.your_turn { color: black; } header.your_turn.france { background-color: var(--color-light-france); } |