diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-27 01:41:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-27 23:35:09 +0100 |
commit | 06d86b6262f087a6be7edc0903bf000f29ad9828 (patch) | |
tree | 768c27029c3b420c710fac85aa97baac237000a1 /play.css | |
parent | ceb851b8481459729754d5a52cb5bd3319cf6231 (diff) | |
download | maria-06d86b6262f087a6be7edc0903bf000f29ad9828.tar.gz |
add paper texture to political display panel.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -219,7 +219,7 @@ dialog button { #hand_austria_panel { background-color: var(--color-medium-austria) } #political_header { background-color: var(--color-light-political) } -#political_panel { background-color: var(--color-medium-political) } +#political_panel { background-color: #f3e9b8; } #discard_pile_header { background-color: var(--color-light-discard); } #discard_pile_panel { background-color: var(--color-medium-discard); } @@ -263,6 +263,11 @@ button:not(.hide):has(img) { /* POLITICAL DISPLAY */ #political_panel { + background-image: url(images/paper.jpg); + background-position: top right; +} + +#political_panel { width: min-content; } @@ -277,6 +282,11 @@ button:not(.hide):has(img) { border: 1px solid #0008; } +#political_display, #pd_deals table { + box-shadow: 1px 1px 4px #0003; + margin: 4px; +} + #placed_prussia { left: 42px; } #placed_france { left: 246px; } #placed_pragmatic { left: 449px; } @@ -323,7 +333,7 @@ button:not(.hide):has(img) { /* POLITICAL DEAL LIST */ #pd_deals table { - width: 100%; + width: 879px; background-color: var(--color-light-political); border: 1px solid #0008; } |