]> git.plutz.net Git - confetti/blobdiff - style.css
path handling and helper functions
[confetti] / style.css
index e466cb71f9b780af65256da6916e6324595cc4a8..33e7cd03c18840c700871e337d23973e6ecfb826 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,8 +3,22 @@
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
+  padding: 0; margin: 0;
+  font-size: initial;
+  line-height: 1.25em;
   z-index: 0;
 }
+
+input, textarea, select, select * {
+  font-size: .875em;
+  padding: .125em .125em;
+}
+input, select {
+  height: 1.5em;
+  vertical-align: bottom;
+}
+button { padding: 0 .5em; }
+
 body {
   background: #EEE;
   margin: 0;
@@ -77,6 +91,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; }