X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=style.css;h=33e7cd03c18840c700871e337d23973e6ecfb826;hp=e466cb71f9b780af65256da6916e6324595cc4a8;hb=ed7c5fd1f5d1232649fe3e206a8d88b89ee406dd;hpb=d5fb0b81bce3f19153b9c74f4bc17fe7a3043a7c diff --git a/style.css b/style.css index e466cb7..33e7cd0 100644 --- 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; }