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

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 {
    line-height: 25px;
}
.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: #bec356;
}
.stat .zoom {
    color: #2a6a8c;
}
.stat .range {
    color: #589042;
}
.stat .money {
    color: #8ed838;
}
.stat .damage {
    color: #6e6e5f;
}
.stat .damageprojectile {
    color: #bb8670;
}
.stat .damagepoison {
    color: #589042;
}
.stat .damageignorearmor {
    color: #a6386a;
}
.stat .damagefire {
    color: #d67349;
}
.stat .damageradiation {
    color: #bec356;
}
.stat .damageexplosives {
    color: #d67349;
}

/* Infobox item background (behind transparent images) */
.infobox-image .image img {
    background: #181a1a !important;
}

/* Remove header on the main page */
.page-Persist_Online_Wiki .mw-body-header {
    display: none;
}

/* Enlarge to fit wide tables */
.page-Weapons {
    --width-layout: 1440px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.