MediaWiki:Admin names in bold.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera, Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
/* This CSS will render the name of any Admin in boldface, anywhere that
* MediaWiki knows that it has generated a link to a user page. This includes
* RecentChanges, anyone's Watchlist, and the table of differences between
* versions of an article. It was signed -Spl but coded for the selector
* ".special li a[]" where it affected only one of the formats of RecentChanges.
* It was generalized by SPIKE on 23-Feb-13 to cover all the above uses.
*
* If you want this effect, copy the code into your User:yourname/Common.css
* or a skin-specific .css file. You need not include these comments.
*
* Better yet, add a reference to this file in hopes of picking up future
* changes to it. However, it is the job of no one in particular to maintain
* this file as new Admins are roped into the job.
*/
a.mw-userlink[title="User:Carlb"],
a.mw-userlink[title="User:Chronarion"],
a.mw-userlink[title="User:Codeine"],
a.mw-userlink[title="User:Dark Web, White Hat"],
a.mw-userlink[title="User:EStop"],
a.mw-userlink[title="User:Expert3222"],
a.mw-userlink[title="User:Llwy-ar-lawr"],
a.mw-userlink[title="User:Nigel Scribbler"],
a.mw-userlink[title="User:PuppyOnTheRadio"],
a.mw-userlink[title="User:Romartus"],
a.mw-userlink[title="User:Simsilikesims"],
a.mw-userlink[title="User:Snarglefoop"],
a.mw-userlink[title="User:Sog1970"],
a.mw-userlink[title="User:Spike"],
a.mw-userlink[title="User:Stillwaters"]
{ font-weight: bold;
}