MediaWiki:Common.css

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
This is an old revision of this page, as edited by Eeyore the Iowan Goat (talk | contribs) at 10:10, April 25, 2022. It may differ significantly from the current revision.
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 be applied to all skins */

/* Changes the default font used for MediaWiki to Verdana (does not include headings or monospaced text): */
body {
  font-family: "Verdana", sans-serif;
}

/* Changes the default font used for MediaWiki headings to Verdana: */
#content h1, 
#content h2 {
  font-family: "Verdana", sans-serif;
}

body {
    font-family: 'Verdana', sans-serif;
}

/* Mark redirects on Special:AllPages and Special:EditWatchlist */
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect {
	color: #888 !important;
}

/* main page */
body.page-Super_Mario_Wiki.action-view h1.firstHeading,
body.page-Super_Mario_Wiki.action-view #contentSub > *,
body.page-Super_Mario_Wiki.action-view #siteSub,
body.page-Super_Mario_Wiki.action-view #catlinks,
body.page-Super_Mario_Wiki.action-view #lastmod {
	display: none !important;
}

/* revision info */
.mw-revision.warningbox {
    margin-top:0px;
    padding:0px;
    border:0px;
    background:none;
}

#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
    color: #54595d;
}

/* References */
ol.references {
	margin-top: 0;
	font-size: 90%;
}
ol.references div {
	display: inline;
}
ol.references span {
	line-height: 1;
}

/* Video widget */
.infobox .videoWidget,
.infobox .videoWidget iframe {
	display: block !important;
}
.infobox .autoResize {
	margin: 0 auto !important;
}
.autoResize:not(.thumbinner) .thumbcaption {
	margin: 0;
	padding: 0;
}
.videoWidget + p {
	margin: 0;
}

/* Media player fix */
.wikitable .mediaContainer {
	margin-top: 2px;
}

/* fake links */
span.fakelink {
	color: #002bb8;
	cursor: pointer;
}
span.fakelink:hover {
	text-decoration: underline;
}

/* remove box-shadow from notifications */
#pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-notice .mw-echo-notifications-badge:focus {
    box-shadow: none;
}

/* miscellaneous */
.mw-collapsible-toggle {
	padding-right: 0.3em;
}

#toc, .toc {
	margin-bottom: 3px;
}

.messagebox, .errorbox, .warningbox, .successbox {
    padding:12px;
}

blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}