MediaWiki:Common.css

From Pummel Party Mod Documentation
Revision as of 23:31, 5 December 2022 by RBAdmin (talk | contribs) (Trying out css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 */

body {
  background-color: black;
}

h1, h2, h3, h4, h5, h6, p {
  color: #eeeeee;
}

a, #mw-panel .vector-menu-content li a {
  color: #8d9ecc;
}

#mw-head {
  background-color: #141417;
}

#content {
  background-color: #212121;
}

.mw-list-item, .vector-menu-tabs .vector-menu-content-list li{
  background-color: #141417;
  background-image: none;
  
}

.selected.mw-list-item{
  background-color: #212121;
  
}

.vector-menu-tabs .selected a {
  color: #eeeeee;
}