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: Difference between revisions

MediaWiki interface page
LightSwitch (talk | contribs)
No edit summary
LightSwitch (talk | contribs)
No edit summary
Line 237: Line 237:
     border-radius: 100%;
     border-radius: 100%;
     border: 2px solid transparent;
     border: 2px solid transparent;
    box-shadow: 0 0 0 2px currentColor
}
}
.gg-time::after {
.gg-time::after {

Revision as of 15:07, 17 July 2020

/******************** Staff.css *******************
  Description:
    This is a stylesheet to apply a theme on the
    Username of our staff
    
 **************************************************/

/* ========== Founder ========== */
a[href$="/wiki/User:SpaceManiac"],
.Wall .edited-by a[href$="Wall:SpaceManiac"]:not(.subtle) {
    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;
}
 
.Wall .edited-by a.subtle[href$="Wall:SpaceManiac"]:after {
    color: #f8ba00 !important;
    content: "Founder" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}

/* ========== Bureaucrats ========== */
a[href$="/wiki/User:Librarian_Bird"],
a[href$="/wiki/User:LightSwitch"],
a[href$="/wiki/User:Awesome187"],
.Wall .edited-by a[href$="Wall:Librarian_Bird"]:not(.subtle),
.Wall .edited-by a[href$="Wall:LightSwitch"]:not(.subtle),
.Wall .edited-by a[href$="Wall:Awesome187"]:not(.subtle) {
    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;
}
 
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]:after,
.Wall .edited-by a.subtle[href$="Wall:LightSwitch"]:after,
.Wall .edited-by a.subtle[href$="Wall:Awesome187"]:after {
    color: #ec2dff !important;
    content: "Bureaucrat" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}

/* ========== Administrators ========== */
a[href$="/wiki/User:BlueDwarf"],
a[href$="/wiki/User:Nenkai"],
a[href$="/wiki/User:NekoPillow"],
a[href$="/wiki/User:Vijuki"],
.Wall .edited-by a[href$="Wall:BlueDwarf"]:not(.subtle),
.Wall .edited-by a[href$="Wall:Nenkai"]:not(.subtle),
.Wall .edited-by a[href$="Wall:NekoPillow"]:not(.subtle),
.Wall .edited-by a[href$="Wall:Vijuki"]:not(.subtle) {
    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;
}
 
.Wall .edited-by a.subtle[href$="Wall:BlueDwarf"]:after,
.Wall .edited-by a.subtle[href$="Wall:Nenkai"]:after,
.Wall .edited-by a.subtle[href$="Wall:NekoPillow"]:after,
.Wall .edited-by a.subtle[href$="Wall:Vijuki"]:after {
    color: #06c22c !important;
    content: "Admin" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}

/* ========== Content Moderators ========== */
a[href$="/wiki/User:HealLV"],
a[href$="/wiki/User:PixelJr"],
a[href$="/wiki/User:ShStoke"],
.Wall .edited-by a[href$="Wall:HealLV"]:not(.subtle),
.Wall .edited-by a[href$="Wall:PixelJr"]:not(.subtle),
.Wall .edited-by a[href$="Wall:ShStoke"]:not(.subtle) {
    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;
}
 
.Wall .edited-by a.subtle[href$="Wall:HealLV"]:after,
.Wall .edited-by a.subtle[href$="Wall:PixelJr"]:after,
.Wall .edited-by a.subtle[href$="Wall:ShStoke"]:after {
    color: #0C8DDF !important;
    content: "Content Moderator" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}

/* ========== Wiki Managers ========== */
a[href$="/wiki/User:Atvelonis"],
.Wall .edited-by a[href$="Wall:Atvelonis"]:not(.subtle) {
    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;
}

.Wall .edited-by a.subtle[href$="Wall:Atvelonis"]:after {
    color: #FF9D07 !important;
    content: "Wiki Manager" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}

/** 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;
}

/** Staff List Icons **/
.gg-pin {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: rotate(45deg) scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border-radius: 100% 100% 0 100%;
    border: 2px solid;
    margin-top: -4px
}
.gg-pin::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    top: 4px;
    left: 4px;
    border-radius: 40px
}
.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px
}
.gg-check-o::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}
.gg-remove {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px
}
.gg-remove::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px
}
.gg-sleep,
.gg-sleep::after {
    display: inline-block;
    box-sizing: border-box
}
.gg-sleep {
    transform: scale(var(--ggs,1));
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px
}
.gg-sleep::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background: currentColor;
    bottom: 3px
}
.gg-time {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
}
.gg-time::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    top: 1px;
    left: 5px
}


/** Style Reset **/
#WikiaUserPagesHeader .tabs-container [data-id=profile] a {
    background: initial;
    color: #00aed3 !important;
    font-weight: initial !important;
}
#WikiaUserPagesHeader .tabs-container .selected[data-id=profile] a {
    background: #f0fcff;
    color: #3a3a3a !important;
    font-weight: bold !important;
}
.wds-dropdown__content .wds-list.wds-is-linked>li>a {
    background: initial;
    color: #39424d !important;
    font-weight: initial !important;
}
.community-page-rail-module .wds-avatar a {
    background: initial;
    padding: initial;
}