User:Lawiki1534virus/common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Lawiki1534virus Created page with " .tabbernav { font-family: inherit !important; font-weight: normal !important; font-size: 13px !important; border-bottom: 3px solid #595959 !important; ..." |
imported>Lawiki1534virus No edit summary |
||
Line 18: | Line 18: | ||
} | } | ||
.tabbernav :not(.tabberactive) a:hover { | .tabbernav :not(.tabberactive) a:hover { | ||
background: rgba( | background: rgba(255, 91, 52, 0.2) !important; | ||
} | } | ||
.tabbertab { | .tabbertab { |
Revision as of 17:46, 28 January 2016
.tabbernav {
font-family: inherit !important;
font-weight: normal !important;
font-size: 13px !important;
border-bottom: 3px solid #595959 !important;
padding: 0.3em 0 !important;
}
.tabbernav a {
padding: 0.3em 0.5em !important;
margin: 0 !important;
color: #3a3a3a !important;
border: none !important;
background: transparent !important;
}
.tabberactive a {
color: white !important;
background: #A62E10 !important;
}
.tabbernav :not(.tabberactive) a:hover {
background: rgba(255, 91, 52, 0.2) !important;
}
.tabbertab {
border: none !important;
padding: 0 !important;
}