Template:Season/styles.css
Appearance
/* 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; }