src/main/webapp/lightpit.css

changeset 367
0a9065936aac
parent 365
0e03dcb631ee
--- a/src/main/webapp/lightpit.css	Fri Mar 14 08:09:05 2025 +0100
+++ b/src/main/webapp/lightpit.css	Sat May 17 17:39:48 2025 +0200
@@ -156,6 +156,21 @@
     padding: 1.5em;
 }
 
+#whats-new {
+    background: ghostwhite;
+    position: fixed;
+    top: 10%;
+    left: 50%;
+    transform: translate(-50%, 0);
+    padding: 1.5em;
+    border: #1c204e solid 2px;
+    border-radius: 4px;
+}
+
+.blurred {
+    filter: blur(5px);
+}
+
 button, a.button {
     display: inline-block;
     font-size: medium;
@@ -277,6 +292,10 @@
     margin-top: .5em;
 }
 
+.bigskip {
+    margin-top: 1.5em;
+}
+
 .info-box, .error-box, .warn-box {
     margin: 1.5em;
     border-style: dashed;

mercurial