Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

MediaWiki:Common.css

From Power Master Wiki
Revision as of 16:23, 1 September 2020 by Alex95 (talk | contribs) (*steals from MarioWiki*)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 */

img {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

#content {
    background:#FFFFF0;
}

body {
    background:#008000;
}

#footer { background-color: #FFFFF0; }

/* highlight Founder with a green (#008000) color */
a[href$="/User:Alex95"] {
    color: #008000 !important;
    font-weight: bold !important;
    font-family: Courier !important;
}

/* highlight Bureaucrats with a pink (#FF1493) color */

/* highlight Administrators with a gold (#D0A50A) color */