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
Line 6: Line 6:
div.vectorTabs ul li {
div.vectorTabs ul li {
     background:#003366;
     background:#003366;
    border: 1px solid #D4A910;
}
}
div.vectorTabs ul li:hover {
div.vectorTabs ul li:hover {
Line 13: Line 14:
div.vectorTabs li.selected {
div.vectorTabs li.selected {
     background:#003366;
     background:#003366;
}
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}
}

Revision as of 16:22, February 16, 2019

#mw-page-base {
	background:linear-gradient(to bottom, #003466 0%,#003466 100%);
    height:80px;
}

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