MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */
.tabber .wds-tabs__wrapper {
border-bottom: 0;
}
.tabber .wds-tabs__wrapper .wds-tabs {
border-bottom: 3px solid #2aa198;
font-size: 13px;
padding: 0.3em 0 0;
}
.tabber .wds-tabs .wds-tabs__tab-label {
height: auto;
margin: 0;
}
.tabber .wds-tabs__tab a {
color: #3a3a3a !important;
font-weight: normal;
font-size: 13px;
padding: 0.3em 0.5em;
}
.tabber .wds-tabs__tab.wds-is-current {
box-shadow: none;
}
.tabber .wds-tabs__tab.wds-is-current a {
background-color: #2aa198;
color: white !important;
}
.tabber .wds-tabs__tab:not(.wds-is-current) a:hover {
background-color: rgba(42,161,152, 0.2);
}