MediaWiki:Common.css: Difference between revisions

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


/* --- Ultra-discreet superscripts for annotations --- */
/* --- Balanced minimalist superscripts for LitWiki --- */
sup,
sup,
sup.reference,
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.34em !important;   /* smaller than ⅓ of normal text */
   font-size: 0.36em !important;       /* very small */
   line-height: 0 !important;
   line-height: 0 !important;
   vertical-align: super !important;
   vertical-align: super !important;
Line 145: Line 145:
   font-weight: 300 !important;
   font-weight: 300 !important;
   color: #888 !important;
   color: #888 !important;
   opacity: 0.75 !important;
   opacity: 0.8 !important;
   text-decoration: none !important;
   text-decoration: none !important;
   letter-spacing: 0 !important;
   letter-spacing: 0 !important;
}
}


/* Remove MediaWiki’s auto-inserted brackets */
/* Remove *only* the literal brackets, not the number itself */
sup.reference a::before,
sup.reference a::before {
  content: "" !important;
  margin: 0 !important;
}
sup.reference a::after {
sup.reference a::after {
   content: none !important;
   content: "" !important;
  margin: 0 !important;
}
}