Wikipedia: dim citation superscripts
Mutes the small inline citation numbers in the text and brightens them again when you hover over them.
Code to copy
/* Dim the inline citation superscripts so they distract less */
.mw-parser-output sup.reference {
opacity: 0.4 !important;
font-size: 0.65em !important;
}
.mw-parser-output sup.reference:hover {
opacity: 1 !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.