MediaWiki:Common.css: Difference between revisions

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


/* --- Definitive Superscript Standard (overrides all skins) --- */
/* --- Balanced Superscript Style (Final Tuned Version) --- */
.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.42em !important;     /* smaller, finally noticeable */
   font-size: 0.50em !important;     /* subtle but readable */
   line-height: 0 !important;
   line-height: 0 !important;
   vertical-align: super !important;
   vertical-align: super !important;
   position: relative !important;
   position: relative !important;
   top: -0.45em !important;
   top: -0.42em !important;
   font-weight: 400 !important;
   font-weight: 400 !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
   color: inherit !important;         /* keeps tone of text */
   color: #666 !important;           /* soft gray, a bit stronger than before */
   opacity: 0.9 !important;
   opacity: 0.9 !important;
}
}