MediaWiki:Common.css
Appearance
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.
/* Styling for the Staff Link */
.mw-userlink-staff {
color: #1a472a !important; /* A deep "court" green */
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}
/* The Official Badge */
.mw-userlink-staff::after {
content: "🏀 STAFF";
font-size: 0.75em;
background-color: #f57c00; /* Basketball Orange */
color: white;
padding: 2px 6px;
border-radius: 10px; /* Rounded pill shape */
margin-left: 6px;
font-weight: 800;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}