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; | ||
position: relative; | position: relative; | ||
bottom: 6px; | bottom: 6px; | ||
left: | left: 16px; | ||
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; | ||
margin- | margin-left: -17px; | ||
} | } | ||
| Line 26: | Line 23: | ||
position: relative; | position: relative; | ||
bottom: 5px; | bottom: 5px; | ||
left: | left: -6px; | ||
} | } | ||
| Line 40: | Line 36: | ||
.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 45: | ||
.pi-compact:hover .pi-value { | .pi-compact:hover .pi-value { | ||
color: | color: #ccc; | ||
transition: color 0.15s ease; | transition: color 0.15s ease; | ||
} | } | ||