MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- | /* --- Balanced Superscript Style (Final Tuned Version) --- */ | ||
.mw-parser-output sup, | .mw-parser-output sup, | ||
.mw-parser-output sup.reference, | .mw-parser-output sup.reference, | ||
sup.reference a { | sup.reference a { | ||
font-family: "Overpass", Arial, sans-serif !important; | font-family: "Overpass", Arial, sans-serif !important; | ||
font-size: 0. | font-size: 0.50em !important; /* subtle but readable */ | ||
line-height: 0 !important; | line-height: 0 !important; | ||
vertical-align: super !important; | vertical-align: super !important; | ||
position: relative !important; | position: relative !important; | ||
top: -0. | top: -0.42em !important; | ||
font-weight: 400 !important; | font-weight: 400 !important; | ||
letter-spacing: 0 !important; | letter-spacing: 0 !important; | ||
color: | color: #666 !important; /* soft gray, a bit stronger than before */ | ||
opacity: 0.9 !important; | opacity: 0.9 !important; | ||
} | } | ||