No edit summary
No edit summary
Line 1: Line 1:
.tabbertab { /* tabber body */
.tabbertab { /* tabber body */
   background: #222 !important;
   background: #fff !important;
   color: #eee;
   color: #eee;
   border: 0px solid #000;
   border: 0px solid #fff;
   border-radius: 2px;
   border-radius: 2px;
}
}

Revision as of 16:15, 5 July 2015

.tabbertab { /* tabber body */
  background: #fff !important;
  color: #eee;
  border: 0px solid #fff;
  border-radius: 2px;
}
.tabbernav { /* remove border */
  border: none !important; 
}

ul.tabbernav li a { /* all tabs */
  background: url(http://static1.wikia.nocookie.net/__cb20131111093553/central/images/1/17/TabHeader.png) center !important;
  color: #fff !important;
}

ul.tabbernav li a:link { /* inactive tabs */
  opacity:1.00; 
  filter:alpha(opacity=100);
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  color: #FAFAD2 !important;
}

ul.tabbernav li:hover a:link { /* inactive tabs when hovered */
  opacity: 0.8; 
  filter:alpha(opacity=80);
  border: 1px solid #555 !important;
  color: #fff !important;
}

ul.tabbernav li.tabberactive a { /* active tab */
  color: #FAFAD2 !important;
}