MediaWiki:Common.css

OMNIVERSE
Revision as of 03:36, 25 January 2026 by Jbacot (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#p-pagemisc { 
    display: none !important; 
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
}
/* --- MultimediaViewer: “clean lightbox” look --- */

/* Hide the bottom info strip (“More details”, license, etc.) */
.mw-mmv-info,
.mw-mmv-reuse,
.mw-mmv-credit,
.mw-mmv-download-pane,
.mw-mmv-permission {
  display: none !important;
}

/* Hide navigation arrows (optional) */
.mw-mmv-next-image,
.mw-mmv-prev-image {
  display: none !important;
}

/* Keep ONLY the close button; hide other toolbar buttons (optional) */
.mw-mmv-toolbar .mw-mmv-dialog-close {
  display: inline-block !important;
}
.mw-mmv-toolbar .mw-mmv-dialog-close + * {
  display: none !important;
}

/* Make it feel less “boxed in” */
.mw-mmv-overlay {
  background: rgba(0,0,0,0.92) !important;
}
.mw-mmv-image {
  box-shadow: none !important;
}
/* Also hide related footer/metadata bits */
.mw-mmv-panel,
.mw-mmv-image-metadata,
.mw-mmv-reuse,
.mw-mmv-credit {
  display: none !important;
}