MediaWiki:Vector.css

From the Super Mario Wiki, the Mario encyclopedia
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 */

body { background: #f6f6f6 url(https://mario.wiki.gallery/images/vector-bg.webp); }
#mw-page-base { background: transparent; }
.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://mario.wiki.gallery/images/mushroom.gif) bottom left no-repeat;
	padding-left: 20px !important;
}
.vector-user-menu-legacy #pt-userpage a {
	background: none;
	padding-left: 0 !important;
}

/* Transparent tabs */
.vector-menu-tabs .selected {
	background: linear-gradient(to top,#fff 0,transparent 100%);
}
.vector-menu-tabs li {
	background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,transparent 100%);
}

/* Indicator icons */
.mw-indicators {
	top: 2px;
}
#mw-indicator-shortcut {
	top: 13px;
}

/* Site notice */
#localNotice > :first-child {
      margin-top: 0 !important;
}

/* Main page */
.page-Main_Page h2 {
	margin-top: 0 !important;
}
#WelcomeDiv {
	margin-top: -0.2em !important;
	margin-bottom: -0.9em !important;
}
body.page-Main_Page .pds-vote {
	padding-bottom: 0 !important;
}

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