MediaWiki:Common.css: Difference between revisions

118 bytes added ,  23:23, 5 February 2022
add styling for hoverable tooltips and glossing abbreviations
(trying out a new, diacritics-friendly font)
(add styling for hoverable tooltips and glossing abbreviations)
Line 16: Line 16:
   line-height: 100%;
   line-height: 100%;
   font-weight: normal !important;
   font-weight: normal !important;
}
.tooltip {
  text-decoration: underline dotted;
}
abbr {
  font-variant: small-caps;
  text-transform: lowercase;
}
}