MediaWiki:Vector.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump 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.
/* CSS placed here will affect users of the Vector skin */

.mw-body { background-color: #fff; }
.mw-logo { color: #000 !important; }

/* User icon */
.vector-user-menu-legacy #pt-userpage,
.vector-user-menu-legacy #pt-anonuserpage {
	background: url(https://ssb.wiki.gallery/images/user.png) bottom left no-repeat;
	padding-left: 18px !important;
}
.vector-user-menu-legacy #pt-userpage a {
	background: none;
	padding-left: 0 !important;
}

/* Indicator icons */
.mw-indicators {
	top: 9px;
}
#mw-indicator-last {
	top: 5px;
}

/* Site notice */
#siteNotice .wikitable {
	margin: 0 auto 5px !important;
}

/* Widget popups */
.oo-ui-popupWidget-body-padded {
	margin-top: 6px;
}