No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
table.location-infobox {
.tabberlive { /* tabber body */
    background:#f9f9f9;
  background: #fff !important;
    border:2px solid #e5e5e5;
  border: 0px;
    border-top-left-radius:.7em;
    border-top-right-radius:.7em;
    padding:0.3em;
    width:24em;
    float:right;
    font-size:95%;
    color:black;
}
}


table.location-infobox th {
.tabbertab { /* tabber body */
    padding:0.5em;
  background: #fff !important;
    font-size:120%;
  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;
}
}


.collapseButton {
ul.tabbernav li.tabberactive a { /* active tab */
    float:right;
  color: #fff !important;
    font-weight:normal;
    margin-left:0.5em;
    text-align:right;
    width:auto;
}
}

Latest revision as of 16:25, 5 July 2015

.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;
}