MediaWiki:Staff.css
MediaWiki interface page
More actions
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"],
.Wall .edited-by a[href$="Wall:SpaceManiac"]:not(.subtle) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/5/5d/Legendaryorbthingfounder.png/revision/latest?cb=20170217131209) 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/5/5f/Rsz_screen_shot_2016-10-24_at_71438_pm.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:Mctommycheng"],
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:Mctommycheng"]:not(.subtle),
.Wall .edited-by a[href$="Wall:Vijuki"]:not(.subtle) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/1/19/Rsz_rsz_screen_shot_2016-10-24_at_35749_pm_1.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:Mctommycheng"]: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"],
.Wall .edited-by a[href$="Wall:HealLV"]:not(.subtle) {
background: url(https://vignette.wikia.nocookie.net/growtopia/images/e/e5/Sapphirecontentmodicon.png) center left no-repeat;
padding-left: 17px;
color: #0C8DDF !important;
font-weight: 700 !important;
}
.Wall .edited-by a.subtle[href$="Wall:HealLV"]:after {
color: #0C8DDF !important;
content: "content moderator" !important;
font-family: Nunito;
font-size: 15px;
font-variant: small-caps;
font-weight: 400;
}
/** 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;
}