Growtopia Wiki
Advertisement

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.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: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:Nesqwik"]: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"]) {
    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;
}
Advertisement