MediaWiki:Common.css: Difference between revisions

From Heavenly Wiki
Jump to navigation Jump to search
Undo revision 13 by Medici (talk)
Tag: Reverted
No edit summary
Tag: Reverted
Line 8: Line 8:
     pointer-events: none;
     pointer-events: none;
     opacity: 0.3;
     opacity: 0.3;
    z-index: -2;
}
}

Revision as of 15:13, 1 May 2025

/* Video fills wrapper properly and remains scaled */
#bg-video {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* ensure full video is visible */
    object-position: center center;
    pointer-events: none;
    opacity: 0.3;
    z-index: -2;
}