MediaWiki:Bswiki.css

From The Lost Media Wiki
Revision as of 20:02, 13 September 2015 by Robindeurloo (talk | contribs)
Jump to: navigation, 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.
.nav-pills.list-unstyled.sub-side-menu {
background-color: white;
margin: 0px;
}

.nav.nav-pills.nav-stacked.left-margin-zero {
background-color: #127a23;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #127a23;
  color: #fff;
}

.nav-pills > li.active > a:hover{
  background-color: #168f2a;
  color: #fff;
}

 .nav-pills > li.active > a:focus {
  background-color: #127a23;
  color: #fff;
}