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.
/* Color Links For Bureaucrats */
a[href$=":M3"], a[href$="/M3"],
a[href$=":PinkPugPrincess"], a[href$="/PinkPugPrincess"] {
color: #8f0608 !important;
font-weight: bold !important;
}
/* Comment tags for staff members */
/* Bureaucrats */
.comments li[data-user="M3"] .edited-by:after {
content: "(Founder • Bureaucrat • Administrator)"; margin-left: -2px;
font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;
padding: 0 4px;
}
.comments li[data-user="PinkPugPrincess"] .edited-by:after {
content: "(Bureaucrat • Administrator)"; margin-left: -2px;
font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;
padding: 0 4px;
}