Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
No edit summary |
No edit summary |
||
Line 1:
/* Highlighting approved AWB accounts */
a[href="/w/User:AndBot"],
a[href="/w/User:BisetteBot"],
a[href="/w/User:Bot50"],
a[href="/w/User:BotDiesel2m"],
a[href="/w/User:Bowl"],
a[href="/w/User:Catbot"],
a[href="/w/User:CookBot"],
a[href="/w/User:Cresbot"],
a[href="/w/User:CrowBot"],
a[href="/w/User:Data_Chompy"],
a[href="/w/User:GauBot"],
a[href="/w/User:Gaz_Bot"],
a[href="/w/User:Gaz_GEBot"],
a[href="/w/User:HabbletAWB"],
a[href="/w/User:JakesterwarsBot"],
a[href="/w/User:JaydenBot"],
a[href="/w/User:MuudyBot"],
a[href="/w/User:MB%C3%A5t"], /* User:MBåt (Julia's bot) */
a[href="/w/User:New_user_message"], /* Core bot */
a[href="/w/User:Quadrabot"],
a[href="/w/User:Redirect_fixer"], /* Core bot*/
a[href="/w/User:Riblet15_bot_account"],
a[href="/w/User:ShoyBot"],
a[href="/w/User:SlapChoppe"],
a[href="/w/User:Spinewielder"],
a[href="/w/User:WolaznikBot"],
{
color: var(--awb-purple);
}
/* Highlighting administrator names */
a[href="/w/User:Andmcadams"],
a[href="/w/User:BigDiesel2m"],
a[href="/w/User:Brok"],
a[href="/w/User:Cook_Me_Plox"],
a[href="/w/User:Fjara"],
a[href="/w/User:Gau_Cho"],
a[href="/w/User:Gaz_Lloyd"],
a[href="/w/User:Iiii_I_I_I"],
a[href="/w/User:Jayden"],
a[href="/w/User:Jeljo"],
a[href="/w/User:Joeytje50"],
a[href="/w/User:Kelsey"],
a[href="/w/User:Legaia_2_Pla"],
a[href="/w/User:Ostentatio"],
a[href="/w/User:Riblet15"],
a[href="/w/User:Shayani"],
a[href="/w/User:Shoyrukon"],
a[href="/w/User:TehKittyCat"],
a[href="/w/User:Towelcat"],
a[href="/w/User:Wolaznik"],
{
color: var(--admin-blue);
}
/* Highlighting Bearcat names */
a[href="/w/User:Spineweilder"],
a[href="/w/User:Jakesterwars"],
a[href="/w/User:Julia"],
{
color: var(--bearcat-green);
}
/* Highlighting Jagex moderators */
a[href="/w/User:Jagex_Stu"],
a[href="/w/User:Mod_Ave"],
a[href="/w/User:Jimwip"],
a[href="/w/User:Mod_Jam"],
a[href="/w/User:Kelvin"],
a[href="/w/User:JagexKieren"],
a[href="/w/User:JagexNin"],
a[href="/w/User:JagexPebble"],
a[href="/w/User:Mod_Sukotto"],
{
background: url("/images/rss/Jagex_moderator_emblem.png") left no-repeat;
padding-left: 15px;
.pixelate()
}
// no crown in tab on userpage
#ca-nstab-user a {
background: none;
}
|