MediaWiki:Common.css

OMNIVERSE
Revision as of 03:44, 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.
/* ================================
   Your existing Timeless tweak
   ================================ */

#p-pagemisc {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
}


/* ================================
   MultimediaViewer: remove ONLY the bottom strip you highlighted
   (mw-mmv-post-image)
   ================================ */

/* This is the bottom caption/title/metadata bar container */
.mw-mmv-post-image {
  display: none !important;
}
/* MMV: keep buttons, remove the blue boxes */
.mw-mmv-toolbar .mw-mmv-dialog-button,
.mw-mmv-next-image,
.mw-mmv-prev-image {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Optional: reduce the clickable box padding so it feels less “blocky” */
.mw-mmv-toolbar .mw-mmv-dialog-button {
  padding: 6px !important;
}

/* Optional: make the icons lighter (adjust if you want darker) */
.mw-mmv-toolbar .mw-mmv-dialog-button .mw-ui-icon,
.mw-mmv-next-image .mw-ui-icon,
.mw-mmv-prev-image .mw-ui-icon {
  opacity: 0.9 !important;
}