MediaWiki:Common.css: Difference between revisions

OMNIVERSE
No edit summary
No edit summary
Line 19: Line 19:
.mw-mmv-post-image {
.mw-mmv-post-image {
   display: none !important;
   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;
}
}

Revision as of 03:44, 25 January 2026

/* ================================
   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;
}