MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- Ultra- | /* --- Ultra-discreet superscripts for annotations --- */ | ||
sup { | sup, | ||
font-family: "Overpass", Arial, sans-serif; | sup.reference, | ||
font-size: 0. | sup.reference a { | ||
line-height: 0; | font-family: "Overpass", Arial, sans-serif !important; | ||
vertical-align: super; | font-size: 0.34em !important; /* smaller than ⅓ of normal text */ | ||
position: relative; | line-height: 0 !important; | ||
top: -0.45em; | vertical-align: super !important; | ||
font-weight: 300; | position: relative !important; | ||
color: # | top: -0.45em !important; | ||
opacity: 0. | font-weight: 300 !important; | ||
color: #888 !important; | |||
opacity: 0.75 !important; | |||
text-decoration: none !important; | |||
letter-spacing: 0 !important; | |||
} | } | ||
/* Remove MediaWiki’s auto-inserted brackets */ | |||
sup.reference a::before, | sup.reference a::before, | ||
sup.reference a::after { | sup.reference a::after { | ||
content: none !important; | content: none !important; | ||
} | } | ||
/* Global typography */ | /* Global typography */ | ||