MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- | /* --- Balanced minimalist superscripts for LitWiki --- */ | ||
sup, | sup, | ||
sup.reference, | 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.36em !important; /* very small */ | ||
line-height: 0 !important; | line-height: 0 !important; | ||
vertical-align: super !important; | vertical-align: super !important; | ||
| Line 145: | Line 145: | ||
font-weight: 300 !important; | font-weight: 300 !important; | ||
color: #888 !important; | color: #888 !important; | ||
opacity: 0. | opacity: 0.8 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
letter-spacing: 0 !important; | letter-spacing: 0 !important; | ||
} | } | ||
/* Remove | /* Remove *only* the literal brackets, not the number itself */ | ||
sup.reference a::before | sup.reference a::before { | ||
content: "" !important; | |||
margin: 0 !important; | |||
} | |||
sup.reference a::after { | sup.reference a::after { | ||
content: | content: "" !important; | ||
margin: 0 !important; | |||
} | } | ||