MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 133: | Line 133: | ||
} | } | ||
/* --- | /* --- Definitive subtle superscripts for LitWiki --- */ | ||
sup, | .mw-parser-output sup, | ||
sup.reference, | .mw-parser-output sup.reference, | ||
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.34em !important; | ||
line-height: 0 !important; | line-height: 0 !important; | ||
vertical-align: super !important; | vertical-align: super !important; | ||
| Line 150: | Line 150: | ||
} | } | ||
/* | /* Explicitly override MediaWiki’s default bracket generation */ | ||
sup.reference a::before { | .mw-parser-output sup.reference a::before, | ||
.mw-parser-output sup.reference a::after { | |||
content: "" !important; | content: "" !important; | ||
display: none !important; | |||
} | } | ||