summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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;
}