Line 17: Line 17:
  
 
div#content {
 
div#content {
     background-color: #DCEDEA;
+
     background-color: #F2F9F8;
 
     background-position: left top;
 
     background-position: left top;
 
     background-repeat: repeat-y;
 
     background-repeat: repeat-y;

Revision as of 03:21, 3 December 2011

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

body {
    background: none repeat scroll 0 0 #EEEECE;
    color: Black;
    margin: 0;
    padding: 0;
}

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

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