User:Arkalor's Bot/common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Arkalor's Bot No edit summary |
imported>Arkalor's Bot No edit summary |
||
Line 6: | Line 6: | ||
} | } | ||
.tabbernav { /* remove border */ | .tabbernav { /* remove border */ | ||
border: none | border: none; | ||
} | } | ||
Line 17: | Line 17: | ||
opacity:1.00; | opacity:1.00; | ||
filter:alpha(opacity=100); | filter:alpha(opacity=100); | ||
border: 1px solid # | border: 1px solid #fff !important; | ||
border-radius: 3px !important; | border-radius: 3px !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
Line 25: | Line 25: | ||
opacity: 0.8; | opacity: 0.8; | ||
filter:alpha(opacity=80); | filter:alpha(opacity=80); | ||
border: 1px solid # | border: 1px solid #fff !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
ul.tabbernav li.tabberactive a { /* active tab */ | ul.tabbernav li.tabberactive a { /* active tab */ | ||
color: # | color: #fff !important; | ||
} | } |
Revision as of 09:17, 5 July 2015
.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: 1px 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: 1px solid #fff !important; color: #fff !important; } ul.tabbernav li.tabberactive a { /* active tab */ color: #fff !important; }