Jump to content

User:AW10/tabber

From SpongeBob Wiki
Revision as of 17:50, 4 June 2014 by imported>AW10
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* tabber */
.tabbertab {
   border-top: 2px solid black !important;
   border-bottom: none !important;
   border-left: none !important;
   border-right: none !important;
}

/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
        margin-right: 2px;
}
/* not applying on the last tabview tabs */
.tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0px;
}
 
.tabbernav {
   background: transparent;
   border-bottom: none !important;
   padding: 3px 0 !important;
}
 
ul.tabbernav li a {
   color: black !important;
   padding: 3px 0.5em !important;
   margin-left: 0px !important;
   background: #F8D030 !important;
   border: 2px solid black !important;
   font-weight: normal !important;
   -moz-border-radius-topright: 10px !important;
   border-top-right-radius: 10px !important;
   -moz-border-radius-topleft: 10px !important;
   border-top-left-radius: 10px !important;
   position: relative;
}

ul.tabbernav li a:hover{
   background: #f2b850 !important;
}

ul.tabbernav li.tabberactive a {
   border: 2px solid black !important;
   color: #000 !important;
   font-weight: bold !important;
   border-bottom: 2px solid black !important;
   background-color: #f2b850 !important;
   cursor: default;
}
 
ul.tabbernav li.tabberactive {line-height: 0px !important;}
 
ul.tabbernav li.tabberactive:first-child a {
   margin-left: 0px !important;
}
 
.tabbertab  .ajax-poll {
   border: none !important;
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
   display:block !important;
}