MediaWiki:Common.css: Difference between revisions

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


/* --- Standardized Superscript Style (Global) --- */
/* --- Definitive Superscript Standard (overrides all skins) --- */
sup {
.mw-parser-output sup,
   font-family: "Overpass", Arial, sans-serif;
.mw-parser-output sup.reference,
   font-size: 0.5em;
sup.reference a {
   line-height: 0;
   font-family: "Overpass", Arial, sans-serif !important;
   vertical-align: super;
   font-size: 0.42em !important;     /* smaller, finally noticeable */
   position: relative;
   line-height: 0 !important;
   top: -0.35em;
   vertical-align: super !important;
   font-weight: 400;
   position: relative !important;
   letter-spacing: 0;
   top: -0.45em !important;
   font-weight: 400 !important;
   letter-spacing: 0 !important;
  color: inherit !important;        /* keeps tone of text */
  opacity: 0.9 !important;
}
}