Line 72: Line 72:
  
 
div#mw-head a.new {
 
div#mw-head a.new {
   color: red;
+
   color: #ADFF2F;
 
}
 
}
  

Revision as of 07:47, 6 June 2012

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

body {
    background: none repeat scroll 0 0 #261110;
    color: White;
    margin: 0;
    padding: 0;
}

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


	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;
    position: absolute;
    top: 200px;
    background: #261110;
}

div#mw-panel div.portal div.body ul li a{
   color: yellow;
   font-weight:bold;
}

div#mw-panel div.portal div.body ul li a:visited{
   color: yellow;
   font-weight:bold;
}


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

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

div#mw-head a:visited {
   color: #FFFFFF;
}

div#mw-head a.new {
   color: #ADFF2F;
}

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

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

div#footer ul li {
	color: white;
}

div#footer a:visited {
color: #0645AD;
}


#left-navigation  { left: 12.8em;}