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

MediaWiki:Citizen.css

MediaWiki interface page
Revision as of 17:37, 3 May 2022 by Nohus (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */

/* Item rarity colors */
.rarity .simple-tooltip-inline {
    border-bottom: 0px;
}
.rarity-poor {
    border: 2px solid #4b4b4b;
    padding: 2px;
}
.rarity-common {
	border: 2px solid #777777;
    padding: 2px;
}
.rarity-uncommon {
	border: 2px solid #206719;
    padding: 2px;
}
.rarity-rare {
	border: 2px solid #0d2d53;
    padding: 2px;
}
.rarity-epic {
	border: 2px solid #431c5f;
    padding: 2px;
}
.rarity-legendary {
	border: 2px solid #6b3d1b;
    padding: 2px;
}

/* Infobox item stats */
.stat {
    font-weight: bold;
}
.stat > span {
    line-height: 24px;
}
.stat .floatleft {
    margin-right: 0.25rem;
}
.stat .speed {
    color: #b4c079;
}
.stat .zoom {
    color: #35667c;
}
.stat .range {
    color: #608b4d;
}
.stat .money {
    color: #81cb2b;
}
.stat .damage {
    color: #6c6e62;
}
.stat .damageprojectile {
    color: #a87459;
}
.stat .damagepoison {
    color: #608b4d;
}
.stat .damageignorearmor {
    color: #93295a;
}
.stat .damagefire {
    color: #cc673c;
}

/* Infobox item background (behind transparent images) */
.infobox-image .image img {
    background: #181a1a !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.