MediaWiki:Common.css: Difference between revisions

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


/* --- Compact, subtle reference marks (works with default MediaWiki output) --- */
/* --- Standardized Superscript Style (Global) --- */
.mw-parser-output sup,
sup {
.mw-parser-output sup.reference,
   font-family: "Overpass", Arial, sans-serif;
.mw-parser-output sup.reference a {
   font-size: 0.65em;
   font-family: "Overpass", Arial, sans-serif !important;
   line-height: 0;
   font-size: 0.45em !important;       /* smaller, readable at print scale */
   vertical-align: super;
   line-height: 0 !important;
   position: relative;
   vertical-align: super !important;
   top: -0.35em;
   position: relative !important;
   font-weight: 400;
   top: -0.4em !important;
   letter-spacing: 0;
   font-weight: 300 !important;
  color: #777 !important;              /* muted gray */
  opacity: 0.85 !important;
  text-decoration: none !important;
   letter-spacing: 0 !important;
}
}