No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
div | |||
{ | |||
margin: 5px; | |||
} | |||
.tabbernav { | .tabbernav { | ||
font-family: inherit !important; | font-family: inherit !important; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
| Line 7: | Line 11: | ||
} | } | ||
.tabbernav a { | .tabbernav a { | ||
margin-top: 5px; | |||
background-color: #330d00 !important; | background-color: #330d00 !important; | ||
border: none !important; | border: none !important; | ||
Revision as of 04:26, 13 April 2020
div
{
margin: 5px;
}
.tabbernav {
font-family: inherit !important;
font-weight: normal !important;
font-size: 1em !important;
border-color: #333333 !important;
}
.tabbernav a {
margin-top: 5px;
background-color: #330d00 !important;
border: none !important;
color: #d5d4d4 !important;
}
.tabberactive a {
font-weight: bold !important;
}
.tabbertab {
margin: 0 !important;
padding: 0 !important;
border: none !important;
}