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 */ /* Change tab background color */ .tabs-label { background-color: #444 !important; /* Dark gray */ color: #f5f5f5 !important; /* Soft white text */ border: 1px solid #666 !important; /* Medium gray border */ padding: 1px 6px; border-radius: 5px; } /* Change active tab color */ .tabs-label.current { background-color: #d4d4d4 !important; /* Light gray for active tab */ color: #222 !important; /* Dark gray text */ font-weight: bold; } /* Change hover effect */ .tabs-label:hover { background-color: #666 !important; /* Medium gray on hover */ color: #ffffff !important; /* White text */ }