summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-28 00:29:23 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-28 23:33:22 +0100
commit902f03c38dac77a64e1259f04c4f04c2227c3b84 (patch)
tree23d988a47a2f0bd09d989df1cd9e235cd8d37dd9 /play.css
parent24a1e303b84fad2a4c60c037109943025912999e (diff)
downloadmaria-902f03c38dac77a64e1259f04c4f04c2227c3b84.tar.gz
show how many markers are missing (with text label)
Diffstat (limited to 'play.css')
-rw-r--r--play.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/play.css b/play.css
index 5efd202..3685954 100644
--- a/play.css
+++ b/play.css
@@ -434,6 +434,19 @@ span.suit.hearts { color: var(--color-hearts) }
span.suit.diamonds { color: var(--color-diamonds) }
span.suit.reserve { color: var(--color-reserve); font-weight: bold; font-family: "Source Serif SmText"; }
+/* MISSING MARKER COUNT IN POOL */
+
+.missing {
+ position: absolute;
+ font-size: 18px;
+ line-height: 18px;
+}
+
+#missing_pragmatic { top: 105px; left: 860px; }
+#missing_prussia { top: 76px; left: 1990px; }
+#missing_austria { top: 1562px; left: 2395px; }
+#missing_france { top: 1568px; left: 145px; }
+
/* SPACES */
.space {