]> git.plutz.net Git - confetti/blobdiff - style.css
simple message/error display
[confetti] / style.css
index e466cb71f9b780af65256da6916e6324595cc4a8..e8d385a8b13bfbe6aff469955b0150da824f7b1c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -77,6 +77,17 @@ body {
   background: #FCC;
 }
 
+#message {
+  display: block;
+  position: fixed;
+  top: 0; width: 100%;
+  margin: 0; padding: 1em;
+  text-align: center;
+  font-weight: bold;
+  background-color: #FAA;
+  border: 1px solid #000;
+  border-style: none none solid none;
+}
 
 .trailbtn { display: none; }
 .trailbtn + .trailbox { display: none; }