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:Staff.css

MediaWiki interface page
Revision as of 23:25, 10 February 2023 by Efflorescized (talk | contribs) (removing Piggy Wiki News)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Staff Profile Badges */
/** Author: @Caburum **/
/** Source: Among Us Wiki (https://among-us.fandom.com/wiki/MediaWiki:Badges.css) **/
/*** This script will only be used on Staff Members in the following groups: wiki-representative, bot, bureaucrat, sysop/administrator, content-moderator, threadmoderator, rollback ***/

/* Bureaucrats */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:WowzersItsMe"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/7/7b/Staff_Icon_Bureaucrat.svg");
}

/* DOORS Developers (Not Fandom Staff) */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Redibles"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:LSplashYeet"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/d/d8/Staff_Icon_Developer.svg");
}

/* Administrators */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Aeywoo"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Bubblybonbon"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Efflorescized"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Novusfortuna"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/3/3f/Staff_Icon_Administrator.svg");
}

/* Content Mods *//*
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/8/84/Staff_Icon_Content_Moderator.svg");
}*/

/* Rollbackers */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:SomeRandomONE"]::after {
    content: "";
    background-image: url("https://static.wikia.nocookie.net/doors-game/images/5/53/Staff_Icon_Rollbacker.svg");
}

/* Discussion Mods */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:JaydenZapataYT"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Sp6cec6ts1"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Hikaruuun"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:PixelatedHeart"]::after,
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:PapyrusTree"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/8/86/Staff_Icon_Discussions_Moderator.svg");
}

/* Vector Sigma - Wiki Representative */
#MessageWall .wds-avatar a[href="/wiki/User:Vector%20Sigma"]::after,
:is([class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:Vector_Sigma"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/e/e8/Staff_Icon_Wiki_Representative.svg");
}

/* GuidingLightBot - Bot */
:is(#MessageWall .wds-avatar a, [class^="mw-userlink"], .edit-info-user, .lastEdited > a)[href="/wiki/User:GuidingLightBot"]::after {
	content: "";
	background-image: url("https://static.wikia.nocookie.net/doors-game/images/3/38/Staff_Icon_Bot.svg");
}

/*** Custom username badges ***/
[class^="mw-userlink"]::after,
.edit-info-user::after,
.lastEdited > a:after {
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-size: cover;
	vertical-align: sub;
}
.edit-info-user::after {
	margin-left: 0;
	width: 12px;
	height: 12px;
	transform: translate(0px, -1px);
}

#MessageWall .wds-avatar a::after {
	height: var(--wds-avatar-badge-size);
	left: var(--wds-avatar-badge-left);
	min-width: var(--wds-avatar-badge-size);
	top: var(--wds-avatar-badge-top);
	width: var(--wds-avatar-badge-size);
	position: absolute;
	line-height: 0;
	background-color: var(--theme-page-background-color--secondary);
	border-radius: 100%;
	z-index: 100;
}
#MessageWall .FormEntryPoint_avatar__3DkEw .wds-avatar__badge {
	display: none;
}

/* Use badge colors for WDS badges *//*
#wds-avatar-badges-admin > path:nth-of-type(1) {
	fill: #00CDFF;
}
#wds-avatar-badges-content-moderator > path:nth-of-type(1) {
	fill: #C36AD7;
}
#wds-avatar-badges-discussion-moderator > path:nth-of-type(1) {
	fill: #1ADB4E;
}

.theme-fandomdesktop-dark #wds-avatar-badges-admin > path:nth-of-type(2),
.theme-fandomdesktop-dark #wds-avatar-badges-content-moderator > path:nth-of-type(2),
.theme-fandomdesktop-dark #wds-avatar-badges-discussion-moderator > path:nth-of-type(2) {
	fill: var(--theme-page-background-color--secondary);
}
.theme-fandomdesktop-light #wds-avatar-badges-admin > path:nth-of-type(2),
.theme-fandomdesktop-light #wds-avatar-badges-content-moderator > path:nth-of-type(2),
.theme-fandomdesktop-light #wds-avatar-badges-discussion-moderator > path:nth-of-type(2) {
	fill: var(--theme-page-background-color--secondary);
}*/