diff -r 000000000000 -r d7bbef8dce52 webclient/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webclient/style.css Fri Oct 21 04:18:07 2011 +0200 @@ -0,0 +1,72 @@ +/* + suesskeks stylesheet + Author: Eugen Sawin +*/ + +html, body +{ + margin: 0; + padding: 0; + height: 100%; + width: 100%; +} + +body +{ + font-family: sans-serif; + background: #fff; +} + +footer +{ + position: relative; + top: 250px; +} + +address +{ + /*background: #f44296;*/ + border-style: dotted none none none; + border-width: 2px; + padding-top: 5px; + margin-bottom: 0px; + font-size: 0.75em; + font-style: normal; + color: white; + font-weight: 700; + text-transform: uppercase; + height: 18px; +} + +address a +{ + text-decoration: none; + color: white; +} + +#floater +{ + background: red; + position: relative; + height: 50%; + float: left; + margin-bottom: -235px; + width: 0px; +} + +#content +{ + background: #372601; + position: relative; + text-align: center; + clear: left; + height: 370px; + width: 100%; + min-width: 800px; + margin: 0 auto; + padding-top: 70px; + border-style: inset none; + border-width: 0px; + border-color: #372601;/*#281b00;*/ +} +