Line 18: Line 18:
  
  
div.vectorTabs a {
+
div.vectorTabs ul li {
color: black;
+
line-height: 1.125em;
 +
display: inline-block;
 +
height: 100%;
 +
margin: 0;
 +
padding: 0;
 +
background-color: black;
 +
/* @embed */
 +
background-image: url(images/tab-normal-fade.png);
 +
background-position: bottom left;
 +
background-repeat: repeat-x;
 +
white-space:nowrap;
 
}
 
}
  

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

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: 10em;
    padding: 1em;
}