MediaWiki:Common.css: Difference between revisions

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


/* --- Definitive subtle superscripts for LitWiki --- */
/* --- Compact, subtle reference marks (works with default MediaWiki output) --- */
.mw-parser-output sup,
.mw-parser-output sup,
.mw-parser-output sup.reference,
.mw-parser-output sup.reference,
.mw-parser-output sup.reference a {
.mw-parser-output sup.reference a {
   font-family: "Overpass", Arial, sans-serif !important;
   font-family: "Overpass", Arial, sans-serif !important;
   font-size: 0.34em !important;
   font-size: 0.45em !important;       /* smaller, readable at print scale */
   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.4em !important;
   font-weight: 300 !important;
   font-weight: 300 !important;
   color: #888 !important;
   color: #777 !important;             /* muted gray */
   opacity: 0.8 !important;
   opacity: 0.85 !important;
   text-decoration: none !important;
   text-decoration: none !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
}
/* Explicitly override MediaWiki’s default bracket generation */
.mw-parser-output sup.reference a::before,
.mw-parser-output sup.reference a::after {
  content: "" !important;
  display: none !important;
}
}