MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- | /* --- Compact, subtle reference marks (works with default MediaWiki output) --- */ | ||
.mw-parser-output sup, | .mw-parser-output sup, | ||
.mw-parser-output sup.reference, | .mw-parser-output sup.reference, | ||
.mw-parser-output sup.reference a { | .mw-parser-output sup.reference a { | ||
font-family: "Overpass", Arial, sans-serif !important; | font-family: "Overpass", Arial, sans-serif !important; | ||
font-size: 0. | font-size: 0.45em !important; /* smaller, readable at print scale */ | ||
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.4em !important; | ||
font-weight: 300 !important; | font-weight: 300 !important; | ||
color: # | color: #777 !important; /* muted gray */ | ||
opacity: 0. | opacity: 0.85 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
letter-spacing: 0 !important; | letter-spacing: 0 !important; | ||
} | } | ||