MediaWiki:Bswiki.css

From The Lost Media Wiki
Revision as of 19:41, 17 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.
.sub-side-menu {
    text-transform: capitalize;
    font-size: 16px;
}

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

.nav-pills.list-unstyled.sub-side-menu {
margin-left: 0px;
background-color: transparent;
display: none;
}

.nav.nav-pills.nav-stacked.left-margin-zero {
background-color: transparent;
color: white;
margin-bottom: 1px;
}

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

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

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

#sidebar{
background-color: white;
margin-bottom: 1px;
}

.side-menu-toggle {
    font-weight: bold;
    background-color: #127a23;
}

a.side-menu-toggle:visited {
    color: #fff;
}