MediaWiki:Tabber.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/******************** Tabber.css *******************
Description:
This is a stylesheet to apply the tabber design.
**************************************************/
/* Tabber Design */
.tabbernav {
font: bold 18px Century Gothic, sans-serif;
border-bottom: 3px solid #bdbdbd;
padding: 10px 0px;
}
.tabbernav a {
padding: 10px 10px;
margin: 0px;
color: #229CBC;
border: none;
background: transparent;
}
.tabberactive a {
color: #229CBC;
border-bottom: 3px solid #229CBC;
background: transparent;
border-radius: 10px 10px 0 0;
}
.tabbernav :not(.tabberactive) a:hover {
background: rgba(35,156,188, 0.2);
border-radius: 10px 10px 0 0;
}
.tabbertab {
border: none;
padding: 0;
}
.tabs {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
.tabs li {
float: none;
display: inline-block;
}