MediaWiki:Monobook.css: Difference between revisions
No edit summary |
Undo revision 51202 by Lawiki1534 (talk) Tag: Undo |
||
| Line 4: | Line 4: | ||
} | } | ||
/*Tabber colors*/ | |||
.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: lightgrey !important; | |||
border:1px !important; | |||
background: #4f3e3a !important; | |||
} | |||
.tabberactive a { | |||
color: white !important; | |||
background: #A62E10 !important; | |||
} | |||
.tabbernav :not(.tabberactive) a:hover { | |||
background: rgba(42,161,152, 0.2) !important; | |||
} | |||
/* Cursors */ | /* Cursors */ | ||