Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

MediaWiki:Gadget-StaffColors.css: Difference between revisions

MediaWiki interface page
m (Adding user JaimeIsCool to Rollbacker.)
(Updated formatting.)
Line 16: Line 16:
/* Staff User Page Customisation */
/* Staff User Page Customisation */
/** Bureaucrats **/
/** Bureaucrats **/
a[href$=":WowzersItsMe"] {
[href$=":WowzersItsMe"],
[href$="/WowzersItsMe"],
[href="/f/u/40100393"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-bureaucrats) !important;
color: var(--staff-colors-bureaucrats) !important;
Line 22: Line 24:
}
}
/** Developers **/
/** Developers **/
a[href$=":LSplashYeet"],
[href$=":LSplashYeet"],
a[href$=":Redibles"] {
[href$="/LSplashYeet"],
[href$=":Redibles"],
[href$="/Redibles"],
[href="/f/u/49552977"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-developers) !important;
color: var(--staff-colors-developers) !important;
Line 29: Line 34:
}
}
/** Administrators **/
/** Administrators **/
a[href$=":Aeywoo"],
[href$=":Aeywoo"],
a[href$=":Binonbo"],
[href$="/Aeywoo"],
a[href$=":Efflorescized"],
[href="/f/u/39540060"],
a[href$=":Novusfortuna"] {
[href$=":Binonbo"],
[href$="/Binonbo"],
[href="/f/u/47479159"],
[href$=":Efflorescized"],
[href$="/Efflorescized"],
[href="/f/u/34714012"],
[href$=":Novusfortuna"],
[href$="/Novusfortuna"],
[href="/f/u/46156879"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-administrators) !important;
color: var(--staff-colors-administrators) !important;
Line 38: Line 51:
}
}
/** Content Moderators **/
/** Content Moderators **/
a[href$=":Snowyypiranha"] {
[href$=":Snowyypiranha"],
[href$="/Snowyypiranha"],
[href="/f/u/47870639"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-contentmods) !important;
color: var(--staff-colors-contentmods) !important;
Line 45: Line 60:


/** Rollbackers **/
/** Rollbackers **/
a[href$=":Emmittplay"],
[href$=":Emmittplay"],
a[href$=":Ethanplexx"],
[href$="/Emmittplay"],
a[href$=":JaimeIsCool"] {
[href="/f/u/50208586"],
[href$=":Ethanplexx"],
[href$="/Ethanplexx"],
[href="/f/u/50761707"],
[href$=":JaimeIsCool"],
[href$="/JaimeIsCool"],
[href="/f/u/51753762"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-rollbacks) !important;
color: var(--staff-colors-rollbacks) !important;
Line 54: Line 75:


/** Discussion Moderators **/
/** Discussion Moderators **/
a[href$=":-metfodder-"],
[href$=":-metfodder-"],
a[href$=":ICouldntThinkOfAGoodUser"],
[href$="/-metfodder-"],
a[href$=":Jayceejayceejaycee"],
[href="/f/u/53566665"],
a[href$=":Newaccountfornow"],
[href$=":ICouldntThinkOfAGoodUser"],
a[href$=":PixelatedHeart"],
[href$="/ICouldntThinkOfAGoodUser"],
a[href$=":StillSoporific"] {
[href="/f/u/51737869"],
[href$=":Jayceejayceejaycee"],
[href$="/Jayceejayceejaycee"],
[href="/f/u/49764454"],
[href$=":Newaccountfornow"],
[href$="/Newaccountfornow"],
[href="/f/u/50569807"],
[href$=":PixelatedHeart"],
[href$="/PixelatedHeart"],
[href="/f/u/49222212"],
[href$=":StillSoporific"],
[href$="/StillSoporific"],
[href="/f/u/50265503"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-discussmods) !important;
color: var(--staff-colors-discussmods) !important;
Line 66: Line 99:


/** Wiki Representative **/
/** Wiki Representative **/
/*a[href$=":"] { /* Both Needed for Compatibility *//*
/*[href$=":"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-wikirep) !important;
color: var(--staff-colors-wikirep) !important;
text-shadow: 0 1px 5px rgba(var(--staff-colors-wikirep),.3) !important;
text-shadow: 0 1px 5px rgba(var(--staff-colors-wikirep),.3) !important;
}*?
}*/


/** Bots **/
/** Bots **/
a[href$=":GuidingLightBot"] {
[href$=":GuidingLightBot"],
[href$="/GuidingLightBot"] {
font-weight: bold;
font-weight: bold;
color: var(--staff-colors-bots) !important;
color: var(--staff-colors-bots) !important;

Revision as of 09:22, 28 December 2024

/* Staff Profile Customization */
/** Author: @Aeywoo **/
/*** This script will only be used on Staff Members in the following groups: wiki-representative, bot, bureaucrat, sysop/administrator, content-moderator, threadmoderator, rollback ***/

:root {
	--staff-colors-bureaucrats: rgb(255,80,77); /* #FF504D */
	--staff-colors-developers: rgb(255,211,115); /* #FFD373 */
	--staff-colors-administrators: rgb(0,205,255); /* #00CDFF */
	--staff-colors-contentmods: rgb(195,106,215); /* #C36AD7 */
	--staff-colors-discussmods: rgb(26,219,78); /* #1ADB4E */
	--staff-colors-rollbacks: rgb(79,143,252); /* #4F8FFC */
	--staff-colors-wikirep: rgb(250,0,90); /* #FA005A */
	--staff-colors-bots: rgb(208,174,130); /* #D0AE82 */
}

/* Staff User Page Customisation */
/** Bureaucrats **/
[href$=":WowzersItsMe"],
[href$="/WowzersItsMe"],
[href="/f/u/40100393"] {
	font-weight: bold;
	color: var(--staff-colors-bureaucrats) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-bureaucrats),.3) !important;
}
/** Developers **/
[href$=":LSplashYeet"],
[href$="/LSplashYeet"],
[href$=":Redibles"],
[href$="/Redibles"],
[href="/f/u/49552977"] {
	font-weight: bold;
	color: var(--staff-colors-developers) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-developers),.3) !important;
}
/** Administrators **/
[href$=":Aeywoo"],
[href$="/Aeywoo"],
[href="/f/u/39540060"],
[href$=":Binonbo"],
[href$="/Binonbo"],
[href="/f/u/47479159"],
[href$=":Efflorescized"],
[href$="/Efflorescized"],
[href="/f/u/34714012"],
[href$=":Novusfortuna"],
[href$="/Novusfortuna"],
[href="/f/u/46156879"] {
	font-weight: bold;
	color: var(--staff-colors-administrators) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-administrators),.3) !important;
}
/** Content Moderators **/
[href$=":Snowyypiranha"],
[href$="/Snowyypiranha"],
[href="/f/u/47870639"] {
	font-weight: bold;
	color: var(--staff-colors-contentmods) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-contentmods),.3) !important;
}

/** Rollbackers **/
[href$=":Emmittplay"],
[href$="/Emmittplay"],
[href="/f/u/50208586"],
[href$=":Ethanplexx"],
[href$="/Ethanplexx"],
[href="/f/u/50761707"],
[href$=":JaimeIsCool"],
[href$="/JaimeIsCool"],
[href="/f/u/51753762"] {
	font-weight: bold;
	color: var(--staff-colors-rollbacks) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-rollbacks),.3) !important;
}

/** Discussion Moderators **/
[href$=":-metfodder-"],
[href$="/-metfodder-"],
[href="/f/u/53566665"],
[href$=":ICouldntThinkOfAGoodUser"],
[href$="/ICouldntThinkOfAGoodUser"],
[href="/f/u/51737869"],
[href$=":Jayceejayceejaycee"],
[href$="/Jayceejayceejaycee"],
[href="/f/u/49764454"],
[href$=":Newaccountfornow"],
[href$="/Newaccountfornow"],
[href="/f/u/50569807"],
[href$=":PixelatedHeart"],
[href$="/PixelatedHeart"],
[href="/f/u/49222212"],
[href$=":StillSoporific"],
[href$="/StillSoporific"],
[href="/f/u/50265503"] {
	font-weight: bold;
	color: var(--staff-colors-discussmods) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-discussmods),.3) !important;
}

/** Wiki Representative **/
/*[href$=":"] {
	font-weight: bold;
	color: var(--staff-colors-wikirep) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-wikirep),.3) !important;
}*/

/** Bots **/
[href$=":GuidingLightBot"],
[href$="/GuidingLightBot"] {
	font-weight: bold;
	color: var(--staff-colors-bots) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-bots),.3) !important;
}

/* Staff Profile Overrides/Customizations */
/** WowzersItsMe - Bureaucrat/Founder **/
.rootpage-User_WowzersItsMe #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_WowzersItsMe #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_WowzersItsMe #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_WowzersItsMe #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_WowzersItsMe #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_WowzersItsMe #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_WowzersItsMe #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_WowzersItsMe #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_WowzersItsMe #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_WowzersItsMe #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-bureaucrats) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-bureaucrats),.3) !important;
}
.rootpage-User_WowzersItsMe #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_WowzersItsMe #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_WowzersItsMe #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_WowzersItsMe #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_WowzersItsMe #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-bureaucrats) !important;
}

/** LSplashYeet - Administrator/Developer **/
.rootpage-User_LSplashYeet #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_LSplashYeet #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_LSplashYeet #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_LSplashYeet #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_LSplashYeet #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_LSplashYeet #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_LSplashYeet #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_LSplashYeet #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_LSplashYeet #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_LSplashYeet #userProfileApp .user-identity-header__attributes > h2,
/** Redibles - Administrator/Developer **/
.rootpage-User_Redibles #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Redibles #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Redibles #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Redibles #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Redibles #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Redibles #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Redibles #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Redibles #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Redibles #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Redibles #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-developers) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-developers),.3) !important;
}
.rootpage-User_LSplashYeet #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_LSplashYeet #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_LSplashYeet #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_LSplashYeet #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_LSplashYeet #userProfileApp .user-identity-avatar__image,
.rootpage-User_Redibles #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Redibles #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Redibles #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Redibles #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Redibles #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-developers) !important;
}

/** Efflorescized - Administrator/Sysop **/
.rootpage-User_Efflorescized #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Efflorescized #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Efflorescized #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Efflorescized #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Efflorescized #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Efflorescized #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Efflorescized #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Efflorescized #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Efflorescized #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Efflorescized #userProfileApp .user-identity-header__attributes > h2,
/** Aeywoo - Administrator/Sysop **/
.rootpage-User_Aeywoo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Aeywoo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Aeywoo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Aeywoo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Aeywoo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Aeywoo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Aeywoo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Aeywoo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Aeywoo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Aeywoo #userProfileApp .user-identity-header__attributes > h2,
/** Bubblybonbon - Administrator/Sysop **/
.rootpage-User_Binonbo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Binonbo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Binonbo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Binonbo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Binonbo #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Binonbo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Binonbo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Binonbo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Binonbo #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Binonbo #userProfileApp .user-identity-header__attributes > h2,
/** Novusfortuna - Administrator/Sysop **/
.rootpage-User_Novusfortuna #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Novusfortuna #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Novusfortuna #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Novusfortuna #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Novusfortuna #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Novusfortuna #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Novusfortuna #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Novusfortuna #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Novusfortuna #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Novusfortuna #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-administrators) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-administrators),.3) !important;
}
.rootpage-User_Efflorescized #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Efflorescized #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Efflorescized #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Efflorescized #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Efflorescized #userProfileApp .user-identity-avatar__image,
.rootpage-User_Aeywoo #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Aeywoo #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Aeywoo #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Aeywoo #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Aeywoo #userProfileApp .user-identity-avatar__image,
.rootpage-User_Binonbo #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Binonbo #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Binonbo #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Binonbo #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Binonbo #userProfileApp .user-identity-avatar__image,
.rootpage-User_Novusfortuna #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Novusfortuna #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Novusfortuna #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Novusfortuna #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Novusfortuna #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-administrators) !important;
}

/** Snowyypiranha - Content Moderator **/
.rootpage-User_Snowyypiranha #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Snowyypiranha #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Snowyypiranha #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Snowyypiranha #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Snowyypiranha #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Snowyypiranha #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Snowyypiranha #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Snowyypiranha #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Snowyypiranha #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Snowyypiranha #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-contentmods) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-contentmods),.3) !important;
}
.rootpage-User_Snowyypiranha #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Snowyypiranha #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Snowyypiranha #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Snowyypiranha #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Snowyypiranha #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-contentmods) !important;
}

/** Emmittplay - Rollbacker **/
.rootpage-User_Emmittplay #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Emmittplay #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Emmittplay #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Emmittplay #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Emmittplay #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Emmittplay #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Emmittplay #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Emmittplay #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Emmittplay #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Emmittplay #userProfileApp .user-identity-header__attributes > h2,
/** Ethanplexx - Rollbacker **/
.rootpage-User_Ethanplexx #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Ethanplexx #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Ethanplexx #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Ethanplexx #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Ethanplexx #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Ethanplexx #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Ethanplexx #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Ethanplexx #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Ethanplexx #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Ethanplexx #userProfileApp .user-identity-header__attributes > h2,
/** JaimeIsCool - Rollbacker **/
.rootpage-User_JaimeIsCool #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_JaimeIsCool #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_JaimeIsCool #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_JaimeIsCool #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_JaimeIsCool #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_JaimeIsCool #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_JaimeIsCool #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_JaimeIsCool #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_JaimeIsCool #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_JaimeIsCool #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-rollbacks) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-rollbacks),.3) !important;
}
.rootpage-User_Emmittplay #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Emmittplay #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Emmittplay #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Emmittplay #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Emmittplay #userProfileApp .user-identity-avatar__image,
.rootpage-User_Ethanplexx #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Ethanplexx #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Ethanplexxs #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Ethanplexx #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Ethanplexx #userProfileApp .user-identity-avatar__image,
.rootpage-User_JaimeIsCool #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_JaimeIsCool #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_JaimeIsCool #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_JaimeIsCool #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_JaimeIsCool #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-rollbacks) !important;
}

/** -metfodder- - Discussions Moderator **/
.rootpage-User_-metfodder- #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_-metfodder- #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_-metfodder- #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_-metfodder- #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_-metfodder- #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_-metfodder- #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_-metfodder- #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_-metfodder- #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_-metfodder- #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_-metfodder- #userProfileApp .user-identity-header__attributes > h2,
/** ICouldntThinkOfAGoodUser - Discussions Moderator **/
.rootpage-User_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-header__attributes > h2,
/** Jayceejayceejaycee - Discussions Moderator **/
.rootpage-User_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Jayceejayceejaycee #userProfileApp .user-identity-header__attributes > h2,
/** Newaccountfornow - Discussions Moderator **/
.rootpage-User_Newaccountfornow #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_Newaccountfornow #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_Newaccountfornow #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_Newaccountfornow #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_Newaccountfornow #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_Newaccountfornow #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_Newaccountfornow #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_Newaccountfornow #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_Newaccountfornow #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_Newaccountfornow #userProfileApp .user-identity-header__attributes > h2,
/** PixelatedHeart - Discussions Moderator **/
.rootpage-User_PixelatedHeart #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_PixelatedHeart #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_PixelatedHeart #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_PixelatedHeart #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_PixelatedHeart #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_PixelatedHeart #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_PixelatedHeart #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_PixelatedHeart #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_PixelatedHeart #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_PixelatedHeart #userProfileApp .user-identity-header__attributes > h2,
/** StillSoporific - Discussions Moderator **/
.rootpage-User_StillSoporific #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_StillSoporific #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_StillSoporific #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_StillSoporific #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_StillSoporific #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_StillSoporific #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_StillSoporific #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_StillSoporific #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_StillSoporific #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_StillSoporific #userProfileApp .user-identity-header__attributes > h2{
	color: var(--staff-colors-discussmods) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-discussmods),.3) !important;
}
.rootpage-User_-metfodder- #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_-metfodder- #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_-metfodder- #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_-metfodder- #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_-metfodder- #userProfileApp .user-identity-avatar__image,
.rootpage-User_Jayceejayceejaycee #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Jayceejayceejaycee #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Jayceejayceejaycee #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Jayceejayceejaycee #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Jayceejayceejaycee #userProfileApp .user-identity-avatar__image,
.rootpage-User_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_ICouldntThinkOfAGoodUser #userProfileApp .user-identity-avatar__image,
.rootpage-User_Newaccountfornow #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_Newaccountfornow #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_Newaccountfornow #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_Newaccountfornow #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_Newaccountfornow #userProfileApp .user-identity-avatar__image,
.rootpage-User_PixelatedHeart #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_PixelatedHeart #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_PixelatedHeart #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_PixelatedHeart #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_PixelatedHeart #userProfileApp .user-identity-avatar__image,
.rootpage-User_StillSoporific #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_StillSoporific #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_StillSoporific #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_StillSoporific #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_StillSoporific #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-discussmods) !important;
}

/** Vector Sigma - Wiki Representative **//*
.rootpage-User_ #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_ #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_ #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_ #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_ #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_ #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_ #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_ #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_ #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_ #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-wikirep) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-wikirep),.3) !important;
}
.rootpage-User_ #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_ #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_ #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_ #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_ #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-wikirep) !important;
}*/

/** GuidingLightBot - Bot **/
.rootpage-User_GuidingLightBot #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_blog_GuidingLightBot #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Message_Wall_GuidingLightBot #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_Contributions_GuidingLightBot #userProfileApp .user-identity-header__attributes > h1,
.rootpage-Special_UserProfileActivity_GuidingLightBot #userProfileApp .user-identity-header__attributes > h1,
.rootpage-User_GuidingLightBot #userProfileApp .user-identity-header__attributes > h2,
.rootpage-User_blog_GuidingLightBot #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Message_Wall_GuidingLightBot #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_Contributions_GuidingLightBot #userProfileApp .user-identity-header__attributes > h2,
.rootpage-Special_UserProfileActivity_GuidingLightBot #userProfileApp .user-identity-header__attributes > h2 {
	color: var(--staff-colors-bots) !important;
	text-shadow: 0 1px 5px rgba(var(--staff-colors-bots),.3) !important;
}
.rootpage-User_GuidingLightBot #userProfileApp .user-identity-avatar__image,
.rootpage-User_blog_GuidingLightBot #userProfileApp .user-identity-avatar__image,
.rootpage-Message_Wall_GuidingLightBot #userProfileApp .user-identity-avatar__image,
.rootpage-Special_Contributions_GuidingLightBot #userProfileApp .user-identity-avatar__image,
.rootpage-Special_UserProfileActivity_GuidingLightBot #userProfileApp .user-identity-avatar__image {
	border: 4px solid var(--staff-colors-bots) !important;
}