diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 09:43:15 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 09:43:15 -0500 |
commit | 45914fcdaab3eb8f47713cf52f24ca5c87545328 (patch) | |
tree | 4d4a97f81c22d03f94dbae054f779cb790e90de4 /play.css | |
parent | 18416aa5490342334c53ab806d06669f5d17a5de (diff) | |
download | vijayanagara-45914fcdaab3eb8f47713cf52f24ca5c87545328.tar.gz |
Basic events.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 } |