2023-06-27 18:12:16 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-overlay {
|
2014-03-28 08:06:53 +00:00
|
|
|
position: fixed;
|
2016-07-18 14:24:02 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2014-03-28 08:06:53 +00:00
|
|
|
z-index: 1000;
|
2017-03-02 23:45:42 +00:00
|
|
|
background-color: #000;
|
2024-05-20 19:42:02 +00:00
|
|
|
display: flex;
|
|
|
|
justify-items: center;
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.cdx-progress-bar {
|
|
|
|
max-width: 80vw;
|
|
|
|
min-width: 20vw;
|
|
|
|
width: 20rem;
|
|
|
|
}
|
2014-03-28 08:06:53 +00:00
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
body.mw-mmv-lightbox-open {
|
2014-03-28 08:06:53 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
|
2024-06-27 19:03:48 +00:00
|
|
|
// This is to ensure the background area for the safe areas (notch) is black in fullscreen mode
|
|
|
|
// Separate from above as not all browsers that we support, support has().
|
|
|
|
background-color: #000;
|
|
|
|
|
2022-07-11 15:00:24 +00:00
|
|
|
// Stop the article from scrolling in the background
|
2022-07-11 15:01:14 +00:00
|
|
|
> *:not( .mw-notification-area-overlay ) {
|
2016-07-18 14:24:02 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2020-02-24 15:07:48 +00:00
|
|
|
|
2024-05-20 19:42:02 +00:00
|
|
|
> .mw-mmv-overlay {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2016-07-18 14:24:02 +00:00
|
|
|
> .mw-mmv-wrapper {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-06-07 21:44:05 +00:00
|
|
|
}
|
2014-04-08 21:01:07 +00:00
|
|
|
|
2024-10-17 03:38:18 +00:00
|
|
|
.mw-mmv-view-expanded {
|
|
|
|
.cdx-button__icon {
|
2023-12-13 17:09:59 +00:00
|
|
|
.cdx-mixin-css-icon( @cdx-icon-image-gallery, @param-is-button-icon: true,
|
|
|
|
@param-size-icon: @size-icon-small );
|
2014-10-19 19:02:49 +00:00
|
|
|
}
|
2014-04-08 21:01:07 +00:00
|
|
|
}
|