Jump to content

Template:Currency/styles.css

From StepHarvest Wiki
Revision as of 15:36, 11 June 2026 by Admin (talk | contribs) (Animated coin, dedicated step icon, CSS scaling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Shared styling for the Gold and Steps amount templates.
   Icons are embedded at original size and scaled here with CSS: GD made
   server thumbnails would drop GIF animation frames and soften pixel art. */
.sh-amount {
	white-space: nowrap;
	font-weight: 600;
}

.sh-amount img {
	width: auto;
	height: 16px;
	image-rendering: pixelated;
	vertical-align: -2px;
}