There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Vector.css"

From Rare Wiki
Jump to navigationJump to search
(fixed)
 
Line 1: Line 1:
#mw-page-base {
#mw-page-base {
background:linear-gradient(to bottom, #003466 0%,#003466 100%);
background-image: url(/w/images/8/8a/Wiki-background.jpg);
    height:80px;
}
}



Latest revision as of 00:19, February 17, 2019

#mw-page-base {
	background-image: url(/w/images/8/8a/Wiki-background.jpg);
}

div.vectorTabs ul li {
    background:#003366;
    border: 1px solid #D4A910;
}
div.vectorTabs ul li:hover {
    background:#003366;
}

div.vectorTabs li.selected {
    background:#003366;
}

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}