Line 67: Line 67:
 
}
 
}
  
#content, #footer { margin-left: 12.8em; }
+
#footer { margin-left: 12.8em; }
 
#left-navigation  { left: 12.8em; }
 
#left-navigation  { left: 12.8em; }

Revision as of 04:55, 7 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.vectorTabs ul li {
		line-height: 1.125em;
		display: inline-block;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #9F2121;
		/* @embed */
		background-image: url(images/tab-normal-fade.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		white-space:nowrap;
	}

	div.vectorTabs li.selected {
		/* @embed */
		background: #E6302F;
	}

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


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

div#mw-head a {
   color: white;
}

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

#footer { margin-left: 12.8em; }
#left-navigation  { left: 12.8em; }