MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- | /* --- Ultra-subtle superscripts (for footnotes and refs) --- */ | ||
sup { | sup { | ||
font-family: "Overpass", Arial, sans-serif; | font-family: "Overpass", Arial, sans-serif; | ||
font-size: 0. | font-size: 0.38em; /* fine and unobtrusive */ | ||
line-height: 0; | line-height: 0; | ||
vertical-align: super; | vertical-align: super; | ||
position: relative; | position: relative; | ||
top: -0. | top: -0.45em; | ||
font-weight: 300; | font-weight: 300; | ||
color: #777; | color: #777; | ||
opacity: 0. | opacity: 0.8; | ||
letter-spacing: 0; | letter-spacing: 0; | ||
} | |||
/* --- Remove brackets from reference links --- */ | |||
sup.reference a, | |||
a[href^="#cite_ref"] { | |||
text-decoration: none; | |||
} | |||
sup.reference a::before, | |||
sup.reference a::after { | |||
content: none !important; /* hides [ and ] */ | |||
} | } | ||
poem sup { | poem sup { | ||
font-size: 0. | font-size: 0.35em; | ||
color: #888; | color: #888; | ||
opacity: 0. | opacity: 0.75; | ||
} | } | ||
/* Global typography */ | /* Global typography */ | ||