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 04:23, 17 February 2019 by PowerMasterRMV (talk | contribs) (heres)
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 */

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

/* highlight Bureaucrats with a gold color */

/* highlight Administrators with a silver color */
a[href$="/User:PowerMasterRMV"] {
    color: silver !important;
    font-weight: bold !important;
    font-family: Courier !important;
}

div#content {
    background:#f5deb3;
}

body {
    background: #934600;
}

#footer { background-color: #f5deb3; }