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

MediaWiki:Staff.css

MediaWiki interface page
Revision as of 15:36, 25 August 2021 by NekoPillow (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/******************** Staff.css *******************
  Description:
    This is a stylesheet to apply a theme on the
    Username of our staff
    
 **************************************************/

/* ========== Founder ========== */




a[href$="/wiki/User:SpaceManiac"] {
    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 ========== */
a[href$="/wiki/User:Librarian_Bird"],
a[href$="/wiki/User:LightSwitch"],
a[href$="/wiki/User:Awesome187"],
a[href$="/wiki/User:Vijuki"] {
    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 ========== */
a[href$="/wiki/User:BlueDwarf"],
a[href$="/wiki/User:Nenkai"],
a[href$="/wiki/User:NekoPillow"],
a[href$="/wiki/User:Bambam_Bot"] {
    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 ========== */
a[href$="/wiki/User:HealLV"],
a[href$="/wiki/User:PixelJr"] {
    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 ========== */
a[href$="/wiki/User:Tagaziel"] {
    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;
}