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;
|
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;
|
|
|
|
|
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
|
|
|
|
2016-07-18 14:24:02 +00:00
|
|
|
> .mw-mmv-overlay,
|
|
|
|
> .mw-mmv-wrapper {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-06-07 21:44:05 +00:00
|
|
|
}
|
2014-04-08 21:01:07 +00:00
|
|
|
|
2014-10-19 19:02:49 +00:00
|
|
|
.mw-mmv-filepage-buttons {
|
|
|
|
margin-top: 5px;
|
|
|
|
|
2023-06-27 18:12:16 +00:00
|
|
|
.cdx-button:nth-child(n + 2) {
|
|
|
|
border-left: none;
|
2014-10-19 19:02:49 +00:00
|
|
|
}
|
|
|
|
|
2023-06-27 18:12:16 +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
|
|
|
}
|
2021-07-19 21:28:55 +00:00
|
|
|
|
2023-06-27 18:12:16 +00:00
|
|
|
.mw-mmv-view-config .cdx-button__icon {
|
2023-12-13 17:09:59 +00:00
|
|
|
.cdx-mixin-css-icon( @cdx-icon-settings, @param-is-button-icon: true,
|
|
|
|
@param-size-icon: @size-icon-small );
|
2021-07-19 21:28:55 +00:00
|
|
|
}
|
2014-04-08 21:01:07 +00:00
|
|
|
}
|
2018-02-06 17:41:37 +00:00
|
|
|
|
|
|
|
.mw-mmv-button {
|
|
|
|
background-color: transparent;
|
|
|
|
min-width: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-indent: -9999em;
|
|
|
|
}
|