summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 09:43:15 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 09:43:15 -0500
commit45914fcdaab3eb8f47713cf52f24ca5c87545328 (patch)
tree4d4a97f81c22d03f94dbae054f779cb790e90de4 /play.css
parent18416aa5490342334c53ab806d06669f5d17a5de (diff)
downloadvijayanagara-45914fcdaab3eb8f47713cf52f24ca5c87545328.tar.gz
Basic events.
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 7 insertions, 3 deletions
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 }