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

MediaWiki:Monobook.css

From Power Master Wiki
Revision as of 04:44, 17 February 2019 by PowerMasterRMV (talk | contribs) (this fixes the tab)
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.
div#globalWrapper {
    background:linear-gradient(to bottom, #934600 0%,#934600 100%);
    height:80px;
}

#p-navigation .pBody { background-color: #FFFFF0; }
#p-search .pBody { background-color: #FFFFF0; }
#p-tb .pBody { background-color: #FFFFF0; }

#p-cactions li:hover {
    background:#FFFFF0;
}
#p-cactions li a {
    background:#FFFFF0;
}
#p-cactions li a:hover {
    background:#FFFFF0;
}

#p-cactions li.selected {
    background:#FFFFF0;
}
#p-cactions li.selected a {
    background:#FFFFF0;
}