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