(Undo revision 129 by Admin (talk))
Line 2: Line 2:
  
 
body {
 
body {
     background: none repeat scroll 0 0 #C0E7F3;
+
     background: none repeat scroll 0 0 #FCFCE9;
 
     color: White;
 
     color: White;
 
     margin: 0;
 
     margin: 0;

Revision as of 03:40, 3 December 2011

/* CSS placed here will affect users of the Vector skin */

body {
    background: none repeat scroll 0 0 #FCFCE9;
    color: White;
    margin: 0;
    padding: 0;
}


div#mw-head {
    background: #FFFFE0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

div#content {
    background-color: #FAFDFE;
    background-position: left top;
    background-repeat: repeat-y;
    color: black;
    direction: ltr;
    margin-left: 10em;
    padding: 1em;
}