MediaWiki:Common.css: Difference between revisions

+MrLanceVanceDance > Inspector
(Removing inactive staff)
(+MrLanceVanceDance > Inspector)
Line 702: Line 702:




/* INSPECTORS
/* INSPECTORS */


a[href|="/User:Example"]
a[href|="/User:MrLanceVanceDance"]
{ color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Inspector.png/13px-Inspector.png) center left no-repeat;padding-left:15px;}
{ color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Inspector.png/13px-Inspector.png) center left no-repeat;padding-left:15px;}


a[href|="/User_talk:Example"]
a[href|="/User_talk:MrLanceVanceDance"]
{ color: #88A; font-weight:bold;}
{ color: #88A; font-weight:bold;}
*/