webclient/style.css
author Eugen Sawin <sawine@me73.com>
Wed, 23 Nov 2011 12:57:12 +0100
changeset 6 002739323d5d
parent 2 72adcefd5f86
child 7 a252b3701be7
permissions -rw-r--r--
Removed script link.
     1 /* 
     2    Suesskeks stylesheet
     3    Author: Eugen Sawin <sowa@me73.com>
     4 */
     5 
     6 html, body 
     7 {
     8     margin: 0;
     9     padding: 0;
    10     height: 100%;
    11     width: 100%;
    12 }
    13 
    14 body
    15 {
    16     font-family: sans-serif;   
    17     background: #fff;
    18 }
    19 
    20 a < img 
    21 {
    22     border: none;
    23 }
    24 
    25 footer
    26 {
    27     position: relative;   
    28     top: 240px;
    29 }
    30 
    31 footer :hover 
    32 {
    33     color: #f488bb;
    34     background: #a99683;
    35 }
    36 
    37 footer :hover a
    38 {
    39     color: #807265;
    40 }
    41 
    42 address
    43 {
    44     /*background: #f44296;*/ 
    45     background: #d2baa4;
    46     border-style: solid none none none;
    47     border-width: 3px;
    48     /* 22150f 8f6213 */
    49     border-color: #E6CBB3;
    50     padding-top: 5px;   
    51     font-size: 1.0em;
    52     font-style: italic;
    53     color: #68402E;
    54     font-weight: normal;
    55     text-transform: lowercase;
    56     /* height: 24px; */
    57     /*text-shadow: -1px -1px 0px #22150f, 1px 1px 0px #8f583f;    */
    58 }
    59 
    60 address a
    61 {
    62     text-decoration: none;
    63     color: #fff;
    64     /* text-shadow: -1px -1px 0px #22150f, 1px 1px 0px #8f583f; */
    65 }
    66 
    67 #floater
    68 {
    69     background: red;
    70     position: relative;  
    71     height: 50%;
    72     float: left;
    73     margin-bottom: -235px;
    74     width: 0px;
    75 }
    76 /* f488bb */
    77 #content
    78 { 
    79     /* f488bb FFF8C6 AF7817 faf8d7*/
    80     /*22150f 311e16 362118 452a1e 68402E 814f39 8f583f 9b5f45*/
    81     /*1e1108 27150a 311b0c 372601 412410 4e2b14 522e15 5C3317 7b441f*/
    82     /* 9D8268  */
    83     background: #C3AD98;
    84     position: relative;
    85     text-align: center;   
    86     clear: left;
    87     height: 371px;
    88     width: 100%;
    89     min-width: 800px;
    90     margin: 0 auto;    
    91     padding-top: 70px;
    92     border-style: solid none solid none;
    93     border-width: 4px;
    94     border-color: #E6CBB3;/*#372601;#281b00;    */
    95     /*box-shadow: 0px 2px 4px 2px #311b0c;
    96     -moz-box-shadow: 0px 2px 4px 2px #311b0c;
    97     -webkit-box-shadow: 0px 2px 4px 2px #311b0c;*/
    98     
    99 }
   100 
   101 #postcontent
   102 {
   103     position: relative;
   104     text-align: center;    
   105     width: 100%;
   106     min-width: 800px;
   107     margin: 5px auto;
   108 }
   109