Jump to content

MediaWiki:Common.css

From MorDictionary
Revision as of 21:49, 19 February 2026 by Moribundonthemend (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* EmbedVideo: hide the overlay's text label (e.g. "<embedvideo-load>") */
.embedvideo .embedvideo-overlay button,
.embedvideo .embedvideo-overlay__button,
.embedvideo .embedvideo-overlay__label,
.embedvideo .embedvideo-overlay__text {
  font-size: 0 !important;
  line-height: 0 !important;
}

/* If the overlay uses pseudo/inline spans, hide all direct text */
.embedvideo .embedvideo-overlay * {
  text-shadow: none !important;
}

/* Optional: keep a visible play icon by restoring a sensible size to SVG/icons */
.embedvideo .embedvideo-overlay svg,
.embedvideo .embedvideo-overlay .oo-ui-iconElement-icon,
.embedvideo .embedvideo-overlay .mw-ui-icon {
  font-size: initial !important;
  line-height: initial !important;
}