Editing Template:Ss/styles.cssGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
.ss-wrapper { | .ss-wrapper { | ||
z-index: 1; | z-index: 1; | ||
| Line 9: | Line 6: | ||
margin-left: -5px; | margin-left: -5px; | ||
font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif; | font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif; | ||
color: | color: #E3BDFA; | ||
} | } | ||
| Line 19: | Line 16: | ||
.ss-text { | .ss-text { | ||
color: | color: #E3BDFA; | ||
text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.7); | text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.7); | ||
font-weight: bold; | font-weight: bold; | ||
background-color: | background-color: rgba(83, 54, 105, 0.8); | ||
border-radius: 5px; | border-radius: 5px; | ||
padding: 2px 2px 0px 2px; | padding: 2px 2px 0px 2px; | ||
| Line 38: | Line 35: | ||
.ss-value { | .ss-value { | ||
color: | color: #b89de0; | ||
font-size: 0.75em; | font-size: 0.75em; | ||
font-variant-numeric: tabular-nums; | font-variant-numeric: tabular-nums; | ||
| Line 47: | Line 44: | ||
.ss-compact:hover .ss-value { | .ss-compact:hover .ss-value { | ||
color: | color: #E3BDFA; | ||
transition: color 0.15s ease; | transition: color 0.15s ease; | ||
} | } | ||