Difference between revisions of "MediaWiki:Vector.css"

203 bytes added ,  23:45, October 19, 2018
no edit summary
m
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#mw-page-base {
#mw-page-base {
     background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
     background:linear-gradient(to bottom, rgba(255,247,223,1.0) 0%,rgba(255,247,223,0.0) 100%);
}
 
div.vectorTabs li {
    background:linear-gradient(to top, rgba(255,223,127,1.0) 0%,rgba(255,223,127,0.25) 50%,rgba(255,223,127,0.0) 100%);
}
 
div.vectorTabs li.selected {
    background:#fff7df;
}
}
97

edits