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.
.tabberlive { /* tabber body */
background: #fff !important;
border: 0px;
}
.tabbertab { /* tabber body */
background: #fff !important;
color: #eee;
border: 0px solid #fff;
border-radius: 2px;
}
.tabbernav { /* remove border */
border: none;
}
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: 0px solid #fff !important;
border-radius: 3px !important;
color: #fff !important;
}
ul.tabbernav li:hover a:link { /* inactive tabs when hovered */
opacity: 0.8;
filter:alpha(opacity=80);
border: 0px solid #fff !important;
color: #fff !important;
}
ul.tabbernav li.tabberactive a { /* active tab */
color: #fff !important;
}