MediaWiki:Monobook.css

From Rhythm Heaven Wiki
Revision as of 17:47, 18 July 2023 by PanchamBro (talk | contribs) (Fixing monobook skin)
(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.
/* All CSS here will be loaded for users of the MonoBook skin */
#p-namespaces .mw-list-item, #p-views .mw-list-item, #p-cactions, #p-search {
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none
}

#p-search {
  padding: revert;
  margin: revert;
  height: revert;
}

body.skin--responsive .pBody  {
  background-color: #00131D;
  border-radius: 15px;
  border: 1px solid #A7D7F9;
}

body.skin--responsive #p-cactions li.selected a, body.skin--responsive #p-cactions li a {
  background-color: #00131D;
  border: 1px solid #A7D7F9;
  border-bottom: none;
  color: #a59fe1;
}

#content, .mw-body {
  border: 1px solid #a7d7f9;
}

#n-Rhythm-Gehenna::before,#n-RHModding::before {
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
}