]> git.cworth.org Git - lmno.games/blobdiff - empires/style.css
Move paragraph-spacing from empires/style.css to style.css
[lmno.games] / empires / style.css
index 1a57b07c00fdd007d5609ddc1de9837011d1ca1c..8b0035648f0b19dcdcac8bb89e4ea892658ceec0 100644 (file)
@@ -1,37 +1,3 @@
-/* Default message severity is "info" but can be overriden. */
-.message {
-    padding: 1em;
-    background-color: #46a7f5;
-    color: white;
-    transition: 0.3s;
-    margin-bottom: 0.5em;
-    font-weight: bold;
-}
-
-.success {
-    background-color: #6abc6d;
-}
-
-.warning {
-    background-color: #ffa92a;
-}
-
-.danger {
-    background-color: #f56257
-}
-
-.hide-button {
-    color: white;
-    font-weight: bold;
-    float: right;
-    font-size: 150%;
-    cursor: pointer;
-}
-
-.hide-button:hover {
-    color: black;
-}
-
 .show-state-join {
     display:none;
 }
 .hide-state-capture {
     display:block;
 }
+
+/* Players list starts out hidden (until a player is added). */
+#players-div {
+    display:none;
+}
+
+/* Host tools start out hidden. */
+#host-tools {
+    display: none;
+}
+
+input {
+    height: 40px;
+}
+
+#character-reveal {
+    color: #333738;
+    font-size: 300%;
+    font-weight: bold;
+}