Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Tabber.css: Difference between revisions

MediaWiki interface page
LightSwitch (talk | contribs)
No edit summary
LightSwitch (talk | contribs)
No edit summary
Line 8: Line 8:
.tabbernav {
.tabbernav {
     font: bold 16px Century Gothic, sans-serif !important;
     font: bold 16px Century Gothic, sans-serif !important;
     border-bottom: 3px solid #858585 !important;
     border-bottom: 3px solid #9c9c9c !important;
     padding: 8px 0px !important;
     padding: 8px 0px !important;
}
}
Line 15: Line 15:
     padding: 8px 20px 8px !important;
     padding: 8px 20px 8px !important;
     margin: 0px !important;
     margin: 0px !important;
     color: #858585 !important;
     color: #9c9c9c !important;
     border: none !important;
     border: none !important;
     background: transparent !important;
     background: transparent !important;

Revision as of 01:32, 26 September 2020

/******************** Tabber.css *******************
  Description:
    This is a stylesheet to apply the tabber design.
 
 **************************************************/
 
 /* Tabber Design */
.tabbernav {
    font: bold 16px Century Gothic, sans-serif !important;
    border-bottom: 3px solid #9c9c9c !important;
    padding: 8px 0px !important;
}

.tabbernav a {
    padding: 8px 20px 8px !important;
    margin: 0px !important;
    color: #9c9c9c !important;
    border: none !important;
    background: transparent !important;
}

.tabberactive a {
    color: #229CBC !important;
    border-bottom: 3px solid #229CBC !important;
}

.tabbernav :not(.tabberactive) a:hover {
    color: rgba(35,156,188, 0.7) !important;
}

.tabbertab {
    border: none !important;
    padding: 0 !important;
}

.tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs li {
    float: none;
    display: inline-block;
}