Difference between revisions of "MediaWiki:Vector.css"

466 bytes added ,  02:53, October 20, 2018
no edit summary
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-page-base { background:linear-gradient(to bottom, rgba(255,191,0,1) 0%,rgba(255,191,0,0) 100%); }")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* top-of-page gradient over background */
#mw-page-base {
#mw-page-base {
     background:linear-gradient(to bottom, rgba(255,191,0,1) 0%,rgba(255,191,0,0) 100%);
     background:linear-gradient(to bottom, rgba(255,247,223,1.0) 0%,rgba(255,247,223,0.0) 100%);
}
 
/* tabs */
div.vectorTabs ul li {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
}
div.vectorTabs ul li:hover {
    background:#fff7df;
}
/* remove fake border images from tabs */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}
 
/* active tab */
div.vectorTabs li.selected {
    background:#fff7df;
}
}
97

edits