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 05:11, January 27, 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 */

$UseCombinedLoginLink true


$wgDefaultSkin MonoBook

/* 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;
}

img, .results .list-thumb:not(.list-thumb-none),
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

#mw-indicator-mw-helplink a {
    display:none;
}

.mw-collapsible-toggle mw-collapsible-toggle-default mw-collapsible-toggle-expanded {
   padding-right:2px;
}

/* game colors */
.SMB1A {color: black; background:red }
.SMB1B {color: black; background:#F73 }