mediawiki-extensions-Multim.../resources/mmv/mmv.bootstrap.less

28 lines
607 B
Plaintext
Raw Normal View History

.mw-mmv-overlay {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1000;
background-color: rgb(0,0,0);
}
body.mw-mmv-lightbox-open {
overflow-y: auto;
}
body.mw-mmv-lightbox-open #mw-page-base,
body.mw-mmv-lightbox-open #mw-head-base,
body.mw-mmv-lightbox-open #mw-navigation,
body.mw-mmv-lightbox-open #mw-footer,
body.mw-mmv-lightbox-open #content {
/** Stop the article from scrolling in the background */
display: none;
}
body.mw-mmv-lightbox-open > :not(.mw-mmv-overlay, .mw-mmv-wrapper) {
/** Stop the article from scrolling in the background */
display: none;
}