Jump to content

MediaWiki:Common.css: Difference between revisions

From MorDictionary
No edit summary
Tag: Replaced
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Latest revision as of 21:51, 19 February 2026

/* CSS placed here will be applied to all skins */