MediaWiki:Vector.css
Appearance
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
/* New Vector logo positioning */
.mw-header .mw-logo {
position: relative;
}
.mw-header .mw-logo.logo-switched:before {
content: '';
width: 20px;
height: 20px;
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/24px-Incubator-logo.svg.png) 0 0 no-repeat;
background-size: auto 100%;
position: absolute;
left: -15px;
top: 0;
}