MediaWiki:Common.css
Appearance
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 placeholder/fallback token text that can show in some themes */
.embedvideo .embedvideo-load,
.embedvideo .embedvideo-service-youtube,
.embedvideo .embedvideo-service {
font-size: 0 !important;
line-height: 0 !important;
}
/* If the placeholders are rendered as unknown custom tags, hide them too */
embedvideo-load,
embedvideo-service-youtube,
embedvideo-service {
display: none !important;
}