Template:Quality/styles.css
Appearance
/* Quality tier badges. Tier colors are authoritative. */
.sh-quality {
display: inline-block;
font-family: 'VT323', monospace;
font-size: 1.05em;
line-height: 1.25;
letter-spacing: 0.5px;
padding: 0 8px 1px;
border: 2px solid rgba(44, 24, 16, 0.25);
border-radius: 4px;
white-space: nowrap;
}
.sh-quality-regular { background: #A67C52; color: #FFF8F0; }
.sh-quality-silver { background: #B8C5D6; color: #2C1810; }
.sh-quality-gold { background: #FFD700; color: #2C1810; }
.sh-quality-pristine { background: #A855F7; color: #FFF8F0; }