webclient/style.css
changeset 0 d7bbef8dce52
child 1 93aa0c0f3c53
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webclient/style.css	Fri Oct 21 04:18:07 2011 +0200
     1.3 @@ -0,0 +1,72 @@
     1.4 +/* 
     1.5 +   suesskeks stylesheet
     1.6 +   Author: Eugen Sawin <sawine@me73.com>
     1.7 +*/
     1.8 +
     1.9 +html, body 
    1.10 +{
    1.11 +    margin: 0;
    1.12 +    padding: 0;
    1.13 +    height: 100%;
    1.14 +    width: 100%;
    1.15 +}
    1.16 +
    1.17 +body
    1.18 +{
    1.19 +    font-family: sans-serif;   
    1.20 +    background: #fff;
    1.21 +}
    1.22 +
    1.23 +footer
    1.24 +{
    1.25 +    position: relative;   
    1.26 +    top: 250px;
    1.27 +}
    1.28 +
    1.29 +address
    1.30 +{
    1.31 +    /*background: #f44296;*/
    1.32 +    border-style: dotted none none none;
    1.33 +    border-width: 2px;
    1.34 +    padding-top: 5px;
    1.35 +    margin-bottom: 0px;
    1.36 +    font-size: 0.75em;
    1.37 +    font-style: normal;
    1.38 +    color: white;
    1.39 +    font-weight: 700;
    1.40 +    text-transform: uppercase;
    1.41 +    height: 18px;
    1.42 +}
    1.43 +
    1.44 +address a
    1.45 +{
    1.46 +    text-decoration: none;
    1.47 +    color: white;
    1.48 +}
    1.49 +
    1.50 +#floater
    1.51 +{
    1.52 +    background: red;
    1.53 +    position: relative;  
    1.54 +    height: 50%;
    1.55 +    float: left;
    1.56 +    margin-bottom: -235px;
    1.57 +    width: 0px;
    1.58 +}
    1.59 +
    1.60 +#content
    1.61 +{
    1.62 +    background: #372601;
    1.63 +    position: relative;
    1.64 +    text-align: center;
    1.65 +    clear: left;
    1.66 +    height: 370px;
    1.67 +    width: 100%;
    1.68 +    min-width: 800px;
    1.69 +    margin: 0 auto;    
    1.70 +    padding-top: 70px;
    1.71 +    border-style: inset none;
    1.72 +    border-width: 0px;
    1.73 +    border-color: #372601;/*#281b00;*/    
    1.74 +}
    1.75 +