Jump to content

Template:Season/styles.css

From StepHarvest Wiki
Revision as of 15:30, 11 June 2026 by Admin (talk | contribs) (Use real game asset icons)
/* Season tags. Colors are the authoritative seasonal palette. */
.sh-season {
	display: inline-block;
	font-family: 'VT323', monospace;
	font-size: 1.05em;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #2C1810;
	background: #FBF1E1;
	padding: 0 8px 1px;
	border: 2px solid rgba(44, 24, 16, 0.25);
	border-radius: 4px;
	white-space: nowrap;
}

.sh-season img {
	image-rendering: pixelated;
	vertical-align: -2px;
}

.sh-season-spring { background: #FFB7C5; }
.sh-season-summer { background: #FFD700; }
.sh-season-fall { background: #E07A5F; }
.sh-season-winter { background: #B8C5D6; }