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

MediaWiki:Username.css

MediaWiki interface page

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.
/* Mediawiki:Username.css */

/* == Founders == */
a[href="/w/User:HashJona"],
a[href="/w/User:Misthios"],
a[href="/w/User:Skullie"],
a[href="/w/User:Viju"] {
  color: #58b7ff!important;
  font-weight: 700!important;
}
a[href="/w/User:HashJona"]::before,
a[href="/w/User:Misthios"]::before,
a[href="/w/User:Skullie"]::before,
a[href="/w/User:Viju"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.40em;
  vertical-align: -0.20em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transform-origin: center;
  image-rendering: pixelated;
}
a[href="/w/User:HashJona"]::before {
  background-image: url("https://cdn.growtopiawiki.com/sprites/5016.png"); /* Newspaper */
  transform: translate(0, 0) rotate(0deg) scale(1.4);
}
a[href="/w/User:Misthios"]::before {
  background-image: url("https://cdn.growtopiawiki.com/sprites/14710.png"); /* Misthios' Hugo */
  transform: translate(0, 0) rotate(0deg) scale(1.4);
}
a[href="/w/User:Skullie"]::before {
  background-image: url("https://cdn.growtopiawiki.com/sprites/8060.png"); /* Flower Pinwheel */
}
a[href="/w/User:Viju"]::before {
  background-image: url("https://cdn.growtopiawiki.com/sprites/7586.png"); /* Sonic Buster Sword */
  transform: translate(0px, 2px) rotate(-45deg) scale(1.4);
}

/* == Admins == */
/* a[href="/w/User:"] {
  color: #991396!important;
  font-weight: 700!important;
}
a[href="/w/User:"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.40em;
  vertical-align: -0.14em;
  background-image: url("https://cdn.growtopiawiki.com/sprites/3146.png"); Rainbow Crystal Block
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transform-origin: center;
} */

/* == Moderators == */
a[href="/w/User:Atheroma"],
a[href="/w/User:Nesqwik"]{
  color: #f47fff!important;
  font-weight: 700!important;
}
a[href="/w/User:Atheroma"]::before,
a[href="/w/User:Nesqwik"]::before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.40em;
  vertical-align: -0.14em;
  background-image: url("https://cdn.growtopiawiki.com/sprites/4762.png"); /* Amethyst Block */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transform-origin: center;
  image-rendering: pixelated;
}

/* == Contributors == */
a[href="/w/User:Soreness"],
a[href="/w/User:ItsJustMeDude666"]{
  color: #1f8b4c!important;
  font-weight: 700!important;
}
a[href="/w/User:Soreness"]::before,
a[href="/w/User:ItsJustMeDude666"]::before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.40em;
  vertical-align: -0.14em;
  background-image: url("https://cdn.growtopiawiki.com/sprites/9474.png"); /* Dumb Player Tribute */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transform-origin: center;
  image-rendering: pixelated;
}

/* == Former Staff == */
/* a[href="/w/User:"] {
  color: #f58106!important;
  font-weight: 700!important;
}
*/

/* == Exclude Citizen command palette == */
.citizen-command-palette a[href="/w/User:HashJona"],
.citizen-command-palette a[href="/w/User:Misthios"],
.citizen-command-palette a[href="/w/User:Skullie"],
.citizen-command-palette a[href="/w/User:Viju"],
.citizen-command-palette a[href="/w/User:Atheroma"],
.citizen-command-palette a[href="/w/User:Soreness"],
.citizen-command-palette a[href="/w/User:Nesqwik"] {
  color: inherit !important;
  font-weight: inherit !important;
}

.citizen-command-palette a[href="/w/User:HashJona"]::before,
.citizen-command-palette a[href="/w/User:Misthios"]::before,
.citizen-command-palette a[href="/w/User:Skullie"]::before,
.citizen-command-palette a[href="/w/User:Viju"]::before,
.citizen-command-palette a[href="/w/User:Atheroma"]::before,
.citizen-command-palette a[href="/w/User:Soreness"]::before,
.citizen-command-palette a[href="/w/User:Nesqwik"]::before {
  content: none !important;
}