MediaWiki:Common.css

From United Heroes MUSH
Revision as of 05:09, 26 July 2022 by Doodletilidie (talk | contribs)
Jump to navigation Jump 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 */
.toccolours {
    background-color: #000000;
    color: #ffcc33;
}

.vector-menu-portal .vector-menu-content li a {
    color: #ffffff;
} 

.vector-menu-tabs li a {

   color: goldenrod;
}

.vector-menu-portal .vector-menu-content li a:visited {
    color: darkgoldenrod;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background: black; }

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color: white; }

.wikitable {

    background-color: gray;
    color: #ffffff;
}