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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
#ca-talk { display: none !important; }
#p-tb { display: none; }
/*#################################
############# Tabber #############
#################################*/
.button {
border: 1px solid #4C0404;
border-radius: 2px;
background: #5d0505;
color: #f0d9a2;
font-weight: bold; padding: 5px;
padding: 5px;
line-height: 25px;
cursor: pointer;
position: relative;
display: flex;
float: left;
user-select: none;
white-space: nowrap;
}
.button:hover {
border: 1px solid #FFFFFF;
background: #5d0505;
color: #FFFFFF;
}
.tabber-active.button {
background: #9E0909;
color: #FFFFFF;
border: 1px solid #4C0404;
}
.tabber-container > :last-child > :not(.tabber-active) {
display: none;
}