MediaWiki:Common.css: Difference between revisions

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


/* --- Minimalist, subtle superscripts --- */
/* --- Ultra-subtle superscripts (for footnotes and refs) --- */
sup {
sup {
   font-family: "Overpass", Arial, sans-serif;
   font-family: "Overpass", Arial, sans-serif;
   font-size: 0.45em;       /* smaller and more discreet */
   font-size: 0.38em;     /* fine and unobtrusive */
   line-height: 0;
   line-height: 0;
   vertical-align: super;
   vertical-align: super;
   position: relative;
   position: relative;
   top: -0.4em;
   top: -0.45em;
   font-weight: 300;       /* very light */
   font-weight: 300;
   color: #777;             /* muted gray */
   color: #777;
   opacity: 0.85;           /* softens visual prominence */
   opacity: 0.8;
   letter-spacing: 0;
   letter-spacing: 0;
}
/* --- Remove brackets from reference links --- */
sup.reference a,
a[href^="#cite_ref"] {
  text-decoration: none;
}
sup.reference a::before,
sup.reference a::after {
  content: none !important; /* hides [ and ] */
}
}


poem sup {
poem sup {
   font-size: 0.42em;
   font-size: 0.35em;
   color: #888;
   color: #888;
   opacity: 0.8;
   opacity: 0.75;
}
}


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