From 45914fcdaab3eb8f47713cf52f24ca5c87545328 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 16 Jan 2025 09:43:15 -0500 Subject: Basic events. --- play.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 3dd09a0..5d7a90a 100644 --- a/play.css +++ b/play.css @@ -353,8 +353,8 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; } } #unshaded_event { - left: 3px; - right: 3px; + left: 10px; + right: 10px; top: 200px; height: 70px; border-radius: 12px; @@ -363,11 +363,15 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; } #shaded_event { left: 3px; right: 3px; - bottom: 4px; + bottom: 3px; height: 80px; border-radius: 12px; } +#this_card.card_10 #unshaded_event { height: 80px; } +#this_card.card_10 #shaded_event { height: 69px; } + + /* TOKEN IMAGES */ .token.tributary { background-color: #2a2c26 } -- cgit v1.2.3