]> git.ktnx.net Git - lsl.git/blobdiff - public/css/style.css
add a splash screen
[lsl.git] / public / css / style.css
index 98ef56559d391dc93f8ccd3a466d9437b98d0d6d..7cf3d465683e0a805b5da75def5617f211601c36 100644 (file)
@@ -8,6 +8,27 @@ font-family: "Bitstream Vera Sans", sans-serif;
 font-size: 14pt;
 color: #333;
 }
+#splash {
+    z-index: 1;
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background: hsl(0, 0%, 30%);
+    color: white;
+    display: grid;
+    transition: 0.2s;
+}
+#splash.done {
+    opacity: 0;
+    color: black;
+}
+#splash > p {
+  margin: auto;
+  width: max-content;
+  font-size: 200%;
+}
 
 input {
     font-size: 14pt;