MediaWiki:Common.css: Difference between revisions

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


/* --- Ultra-subtle superscripts (for footnotes and refs) --- */
/* --- Ultra-discreet superscripts for annotations --- */
sup {
sup,
   font-family: "Overpass", Arial, sans-serif;
sup.reference,
   font-size: 0.38em;     /* fine and unobtrusive */
sup.reference a {
   line-height: 0;
   font-family: "Overpass", Arial, sans-serif !important;
   vertical-align: super;
   font-size: 0.34em !important;   /* smaller than ⅓ of normal text */
   position: relative;
   line-height: 0 !important;
   top: -0.45em;
   vertical-align: super !important;
   font-weight: 300;
   position: relative !important;
   color: #777;
   top: -0.45em !important;
   opacity: 0.8;
   font-weight: 300 !important;
   letter-spacing: 0;
   color: #888 !important;
}
   opacity: 0.75 !important;
 
   text-decoration: none !important;
/* --- Remove brackets from reference links --- */
   letter-spacing: 0 !important;
sup.reference a,
a[href^="#cite_ref"] {
   text-decoration: none;
}
}


/* Remove MediaWiki’s auto-inserted brackets */
sup.reference a::before,
sup.reference a::before,
sup.reference a::after {
sup.reference a::after {
   content: none !important; /* hides [ and ] */
   content: none !important;
}
}
poem sup {
  font-size: 0.35em;
  color: #888;
  opacity: 0.75;
}


/* Global typography */
/* Global typography */