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
(vector)
 
Line 2: Line 2:
background:linear-gradient(to bottom, #003466 0%,#003466 100%);
background:linear-gradient(to bottom, #003466 0%,#003466 100%);
     height:80px;
     height:80px;
}
/* tabs */
div.vectorTabs ul li {
    background:#003366;
}
div.vectorTabs ul li:hover {
    background:#003366;
}
/* remove fake border images from tabs */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}
/* active tab */
div.vectorTabs li.selected {
    background:#003366;
}
}

Revision as of 16:17, February 16, 2019

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

/* tabs */
div.vectorTabs ul li {
    background:#003366;
}
div.vectorTabs ul li:hover {
    background:#003366;
}
/* remove fake border images from tabs */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}

/* active tab */
div.vectorTabs li.selected {
    background:#003366;
}