MediaWiki: Bswiki.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 10: Line 10:
.nav-pills.list-unstyled.sub-side-menu {
.nav-pills.list-unstyled.sub-side-menu {
margin-left: 0px;
margin-left: 0px;
background-color: transparent;
background-color: #81c377;
display: none;
display: none;
}
}


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

Revision as of 10:52, 23 April 2016

.sub-side-menu {
    text-transform: none;
    font-size: 16px;
}

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

.nav-pills.list-unstyled.sub-side-menu {
margin-left: 0px;
background-color: #81c377;
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: #36782c;
  color: #fff;
}

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

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

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

#rightsidebar iframe {
    width: 100%;
    height: 768px;
}

.side-menu-toggle {
    font-weight: bold;
    background-color: #36782c;
}

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