MediaWiki:Vector.css
Jump to navigation
Jump to search
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 */ .mw-body { border: 1px solid #e6e6e6; box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15); } .vector-body blockquote { border-left: 3px solid #eee; padding: 8px 16px; font-size: 95%; } .vector-menu-content-list { border-left: 0px solid #eee; border-right: 0px solid #eee; } .vector-menu-tabs a { background-image: linear-gradient(to bottom,rgba(156,161,156,0.122) 0,#c8ccd1 100%) } .vector-menu-tabs li { background-image: linear-gradient(to top,#c8ccd1 0,#eee 1px,#fff 100%); }