Line 19: Line 19:
 
div#mw-panel {
 
div#mw-panel {
 
     left: 0;
 
     left: 0;
     padding-top: 4em;
+
     padding-top: 2em;
 
     position: absolute;
 
     position: absolute;
 
     top: 200px;
 
     top: 200px;

Revision as of 04:02, 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;
}

#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 200px;
    text-decoration: none;
    width: 10em;
}

div#mw-panel {
    left: 0;
    padding-top: 2em;
    position: absolute;
    top: 200px;
}


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;
}