summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-01 21:19:32 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commit34867a9cf91469f92b57ec9ac8c1383215d93ea2 (patch)
treed4f0a6e4bfdb67c54cfe5872806474b6893610b5 /play.html
parentcb42a18f4b46395231748118a775c763df5a5fde (diff)
downloadnevsky-34867a9cf91469f92b57ec9ac8c1383215d93ea2.tar.gz
Tweak immediate events. Calendar action boxes.
Diffstat (limited to 'play.html')
-rw-r--r--play.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/play.html b/play.html
index cf58a88..72b876e 100644
--- a/play.html
+++ b/play.html
@@ -704,6 +704,11 @@ body.shift .mustered_vassals {
border-radius: 50%;
}
+.box.calendar.action {
+ border-color: white;
+ background-color: #fff6;
+}
+
.box.way.action {
border-color: dodgerblue;
}
@@ -963,6 +968,22 @@ body.shift .mustered_vassals {
position: absolute;
}
+.service_marker.teutonic.lord.selected {
+ box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow;
+}
+
+.service_marker.russian.lord.selected {
+ box-shadow: 0 0 0 1px #555, 0 0 0 3px yellow;
+}
+
+.service_marker.teutonic.vassal.selected {
+ box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 3px yellow;
+}
+
+.service_marker.russian.vassal.selected {
+ box-shadow: 0 0 0 1px #736e5e, 0 0 0 3px yellow;
+}
+
.service_marker.teutonic.lord.action {
box-shadow: 0 0 0 1px #111, 0 0 0 3px red;
}