MediaWiki:Common.css: Difference between revisions

OMNIVERSE
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#p-pagemisc {
/* ================================
    display: none !important;
  Your existing Timeless tweak
    visibility: hidden !important;
  ================================ */
    opacity: 0 !important;
    height: 0 !important;
}
/* --- MultimediaViewer: “clean lightbox” look --- */


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


/* Hide navigation arrows (optional) */
 
.mw-mmv-next-image,
/* ================================
.mw-mmv-prev-image {
  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;
   display: none !important;
}
}
 
/* MMV: override Timeless/global button styling inside the lightbox only */
/* Keep ONLY the close button; hide other toolbar buttons (optional) */
.mw-mmv-wrapper button,
.mw-mmv-toolbar .mw-mmv-dialog-close {
.mw-mmv-wrapper a[role="button"],
  display: inline-block !important;
.mw-mmv-wrapper .mw-ui-button {
}
  background-color: rgba(0,0,0,0.35) !important;  /* change this */
.mw-mmv-toolbar .mw-mmv-dialog-close + * {
  border: 1px solid rgba(255,255,255,0.25) !important; /* change this */
   display: none !important;
   box-shadow: none !important;
}
}


/* Make it feel less “boxed in” */
/* Keep icon glyphs visible */
.mw-mmv-overlay {
.mw-mmv-wrapper button,
  background: rgba(0,0,0,0.92) !important;
.mw-mmv-wrapper a[role="button"] {
}
   color: #fff !important;
.mw-mmv-image {
   box-shadow: none !important;
}
}

Latest revision as of 03:47, 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: override Timeless/global button styling inside the lightbox only */
.mw-mmv-wrapper button,
.mw-mmv-wrapper a[role="button"],
.mw-mmv-wrapper .mw-ui-button {
  background-color: rgba(0,0,0,0.35) !important;  /* change this */
  border: 1px solid rgba(255,255,255,0.25) !important; /* change this */
  box-shadow: none !important;
}

/* Keep icon glyphs visible */
.mw-mmv-wrapper button,
.mw-mmv-wrapper a[role="button"] {
  color: #fff !important;
}