Line 16: Line 16:
 
     width: 10em;
 
     width: 10em;
 
}
 
}
 +
 +
div#mw-panel {
 +
    left: 0;
 +
    padding-top: 1em;
 +
    position: absolute;
 +
    top: 200px;
 +
    width: 10em;
 +
}
 +
  
 
div#mw-head {
 
div#mw-head {

Revision as of 03:59, 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: 1em;
    position: absolute;
    top: 200px;
    width: 10em;
}


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