Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 15:58, 22 October 2024 by Raid (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.template-rarity {
	display: inline-block;
	border-radius: 4px;
	padding: 1px 10px 1px 8px;
	background: #2bb2d4;
	color: #fff;
	/* letter-spacing: 0.5px; */
	font-style: italic;
	font-weight: bold;
	font-family: 'Saira Extra Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
	text-transform: uppercase;
	line-height: 1.4;
}

/* CosmeticIcon */
.cosmetic-card {
	display: inline-block;
	width: 100px;
	vertical-align:top;
}

.cosmetic-card__background {
	background: linear-gradient(#808b9a,#d5e2e6);
	border-radius: 6px 6px 0 0;
}

.cosmetic-card__background .image {
	border-radius: 6px 6px 0 0;
}

.cosmetic-card__background img {
	width: 100px;
	height: 100px;
	object-position: center;
}

.cosmetic-card__optional {
	text-align: center; 
	color: #B9BABC; 
	background-color: #302b36; 
	margin-top: 4px; 
	border-radius: 4px; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: 'Saira Extra Condensed', 'Nunito','Saira',system-ui,-apple-system,sans-serif;
	line-height: 1.4;
	font-style: italic;
}

.cosmetic-card__optional--above {
	margin-top: 0px;
	margin-bottom: 4px;
}

.cosmetic-card__line {
	height: 10px; 
	border-radius: 0 0 6px 6px;
	background-color: var(--rarity-none);
}

.cosmetic-card__legendary {
	background-color: var(--rarity-legendary);
}

.cosmetic-card__epic {
	background-color: var(--rarity-epic);
}

.cosmetic-card__rare {
	background-color: var(--rarity-rare);
}

.cosmetic-card__common {
	background-color: var(--rarity-common);

}