MediaWiki:Staff.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:NekoPillow"]:not([data-tracking-label="account.profile"]), | :not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:NekoPillow"]:not([data-tracking-label="account.profile"]), | ||
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Librarian_Bird"]:not([data-tracking-label="account.profile"]), | :not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Librarian_Bird"]:not([data-tracking-label="account.profile"]), | ||
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Atheroma"]:not([data-tracking-label="account.profile"]), | |||
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Atheroma"]:not([data-tracking-label="account.profile"]), | :not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Atheroma"]:not([data-tracking-label="account.profile"]), | ||
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Bambam_Bot"]:not([data-tracking-label="account.profile"]) { | :not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Bambam_Bot"]:not([data-tracking-label="account.profile"]) { | ||
Revision as of 06:30, 27 September 2025
/******************** Staff.css *******************
Description:
This is a stylesheet to apply a theme on the
Username of our staff
**************************************************/
/* ========== Founder ========== */
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:SpaceManiac"]:not([data-tracking-label="account.profile"]) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/6/66/STAFF_FDICON_LEGORB.png) center left no-repeat;
padding-left: 17px;
color: #f8ba00 !important;
font-weight: bold !important;
}
/* ========== Bureaucrats ========== */
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:LightSwitch"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Awesome187"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Vijuki"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Sorenesss"]:not([data-tracking-label="account.profile"]) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/8/85/STAFF_BCICON_RCB.png) center left no-repeat;
padding-left: 17px;
color: #ec2dff !important;
font-weight: bold !important;
}
/* ========== Administrators ========== */
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:BlueDwarf"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Nenkai"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:NekoPillow"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Librarian_Bird"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Atheroma"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Atheroma"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Bambam_Bot"]:not([data-tracking-label="account.profile"]) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/8/81/STAFF_AMICON_EMERALD.png) center left no-repeat;
padding-left: 17px;
color: #06c22c !important;
font-weight: bold !important;
}
/* ========== Content Moderators ========== */
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:HealLV"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:ItsJustMeDude666"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Unscheduled"]:not([data-tracking-label="account.profile"]),
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:HashJona"]:not([data-tracking-label="account.profile"]) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/5/59/STAFF_CMICON_SAPPHIRE.png) center left no-repeat;
padding-left: 17px;
color: #0C8DDF !important;
font-weight: 700 !important;
}
/* ========== Wiki Managers ========== */
:not(.wds-avatar):not(.user-profile-navigation__link)>a[href$="/wiki/User:Tagaziel"]:not([data-tracking-label="account.profile"]) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/2/2d/STAFF_WMICON_TOPAZ.png) center left no-repeat;
padding-left: 17px;
color: #FF9D07 !important;
font-weight: 700 !important;
}
/** Staff List CSS (Growtopia Wiki:User Rights) **/
.staffCell {
border-radius: 15px;
padding: 15px 20px 15px;
margin-bottom: 5px;
font-family: Century Gothic, sans-serif;
font-weight: bold;
}
.staffCell a {
text-decoration: none;
font-weight: bold;
}
.staffCell a:hover {
text-decoration: none;
}
.staffCell a:after {
display: none !important;
}
.staffCell .retired a {
color: #F57B7B;
text-decoration: none;
font-weight: bold;
}
.staffCell .retired a:hover {
text-decoration: none;
}
.staffCell .retired a:after {
display: none !important;
}