Template:Season/styles.css: Difference between revisions
Appearance
Initial StepHarvest theme setup |
Use real game asset icons |
||
| Line 12: | Line 12: | ||
border-radius: 4px; | border-radius: 4px; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
.sh-season img { | |||
image-rendering: pixelated; | |||
vertical-align: -2px; | |||
} | } | ||
Revision as of 15:30, 11 June 2026
/* 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; }