MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
body.skin-vector-legacy {
background-position: top left;
background-repeat: repeat-x;
background-size: 100% 5em;
background-color: rgb(238, 235, 245);
background-image: linear-gradient(#FFFFFF 2.5em,rgb(238, 235, 245) 5em);
}
body.skin-vector-legacy #mw-page-base {
background: none;
background-image: none;
}
/*body.skin-vector-legacy .vector-menu-tabs .mw-list-item {
background-image: linear-gradient(to top, #77c1f6 0, #e8f2f8 1px, #e8f2f8 50%, rgba(255,255,255,0) 100%);
}
body.skin-vector-legacy .vector-menu-tabs .selected {
background: none;
background-image: linear-gradient(to top, #ffffff 0, #fff 50%, rgba(255,255,255,0) 100%);
}*/