MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 133: Line 133:
}
}


/* --- Reliable Superscript Size Across Contexts --- */
/* --- Final Superscript Balance (Poem-safe, readable, subtle) --- */
.mw-parser-output sup,
.mw-parser-output sup,
.mw-parser-output sup.reference,
.mw-parser-output sup.reference,
sup.reference a {
sup.reference a {
   font-family: "Overpass", Arial, sans-serif !important;
   font-family: "Overpass", Arial, sans-serif !important;
   font-size: 55% !important;         /* fixed against page base, not inherited */
   font-size: 0.7rem !important;       /* absolute sizing—independent of parent */
   line-height: 0 !important;
   line-height: 0 !important;
   vertical-align: super !important;
   vertical-align: super !important;
Line 145: Line 145:
   font-weight: 400 !important;
   font-weight: 400 !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
   color: #666 !important;
   color: #555 !important;
   opacity: 0.9 !important;
   opacity: 0.95 !important;
}
}