MediaWiki:Common.css: Difference between revisions

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


/* --- Balanced Superscript Style (Final Tuned Version) --- */
/* --- Reliable Superscript Size Across Contexts --- */
.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: 0.50em !important;     /* subtle but readable */
   font-size: 55% !important;         /* fixed against page base, not inherited */
   line-height: 0 !important;
   line-height: 0 !important;
   vertical-align: super !important;
   vertical-align: super !important;
   position: relative !important;
   position: relative !important;
   top: -0.42em !important;
   top: -0.35em !important;
   font-weight: 400 !important;
   font-weight: 400 !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
   color: #666 !important;           /* soft gray, a bit stronger than before */
   color: #666 !important;
   opacity: 0.9 !important;
   opacity: 0.9 !important;
}
}