From 06d86b6262f087a6be7edc0903bf000f29ad9828 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Nov 2024 01:41:18 +0100 Subject: add paper texture to political display panel. --- play.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 4dc64a2..5efd202 100644 --- a/play.css +++ b/play.css @@ -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); } @@ -262,6 +262,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; } -- cgit v1.2.3