Editing Template:PI/styles.cssGive feedback
Jump to navigation
Jump to search
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: | ||
.pi-wrapper { | .pi-wrapper { | ||
z-index: 1; | z-index: 1; | ||
| Line 8: | Line 5: | ||
left: -6px; | left: -6px; | ||
font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif; | font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif; | ||
color: | color: #99ffd6; | ||
} | } | ||
.pi-text { | .pi-text { | ||
color: | color: #99ffd6; | ||
text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.6); | text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.6); | ||
font-weight: bold; | font-weight: bold; | ||
background-color: | background-color: rgba(33, 33, 29, 0.6); | ||
border-radius: 5px; | border-radius: 5px; | ||
padding: 2px 2px 0px 2px; | padding: 2px 2px 0px 2px; | ||
| Line 40: | Line 37: | ||
.pi-value { | .pi-value { | ||
color: | color: #aaa; | ||
font-size: 0.75em; | font-size: 0.75em; | ||
font-variant-numeric: tabular-nums; | font-variant-numeric: tabular-nums; | ||
| Line 49: | Line 46: | ||
.pi-compact:hover .pi-value { | .pi-compact:hover .pi-value { | ||
color: | color: #ccc; | ||
transition: color 0.15s ease; | transition: color 0.15s ease; | ||
} | } | ||