MediaWiki: Common.css

From Technical Support Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
Line 3: Line 3:
 
  display : none;
 
  display : none;
 
  }
 
  }
 +
.top-bar,
 +
.top-bar-section ul,
 +
.top-bar-section ul li.active > a,
 +
.top-bar-section li a:not(.button),
 +
.top-bar-section .has-form,
 +
.top-bar.expanded .title-area  {
 +
  background: 00a7e5;
 +
  color: FFF;
 +
}
 +
 +
.top-bar-section > ul > .divider,
 +
.top-bar-section > ul > [role="separator"] {
 +
  border-color: black;
 +
}

Revision as of 17:23, 25 January 2017

/* CSS placed here will be applied to all skins */
 #p-tb{
 display : none;
 }
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar.expanded .title-area  {
   background: 00a7e5;
   color: FFF;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: black;
}