MediaWiki:Vector.css

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 01:49, June 24, 2020 by Porplemontage (talk | contribs)
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-head, body { background: #F6F6F6 url(/images/vector-bg.webp); }

.top-right { 
	top: -34px;
}
.top-right-text {
	top: -19px;
}

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

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

/* Adjust poll font size */
.pds-question-top, .pds-answer-span,
.pds-answer-text, .pds-feedback-result,
.pds-total-votes {
	font-size: 14px !important;
}
.pds-vote-button {
	font-size: 16px !important;
}
.pds-view-results, .pds-return-poll {
	font-size: 13px !important;
}