MediaWiki:Monobook.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Fixing monobook skin)
(No difference)

Revision as of 17:47, 18 July 2023

/* 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);
}