]> git.cworth.org Git - empires-html/blobdiff - style.css
Implement support for the "game-state" and "character-reveal" events
[empires-html] / style.css
index 1d853d90f3b22cc830bddb06e94f28fc9ee8d958..1a57b07c00fdd007d5609ddc1de9837011d1ca1c 100644 (file)
--- a/style.css
+++ b/style.css
 .hide-button:hover {
     color: black;
 }
+
+.show-state-join {
+    display:none;
+}
+
+.show-state-reveal {
+    display:none;
+}
+
+.show-state-capture {
+    display:none;
+}
+
+.hide-state-join {
+    display:block;
+}
+
+.hide-state-reveal {
+    display:block;
+}
+
+.hide-state-capture {
+    display:block;
+}