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;
|
|
|
|
|
2017-10-31 17:49:29 +00:00
|
|
|
/* stylelint-disable selector-max-id */
|
2016-07-18 14:24:02 +00:00
|
|
|
#mw-page-base,
|
|
|
|
#mw-head-base,
|
|
|
|
#mw-navigation,
|
|
|
|
#content,
|
|
|
|
#footer,
|
|
|
|
#globalWrapper { // monobook
|
|
|
|
/** Stop the article from scrolling in the background - skin-specific but works in any browser */
|
|
|
|
display: none;
|
|
|
|
}
|
2017-10-31 17:49:29 +00:00
|
|
|
/* stylelint-enable selector-max-id */
|
2014-03-28 08:06:53 +00:00
|
|
|
|
2016-07-18 14:24:02 +00:00
|
|
|
> * {
|
|
|
|
/** Stop the article from scrolling in the background - works with any skin but needs modern browser */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
> .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;
|
|
|
|
|
2016-07-18 14:24:02 +00:00
|
|
|
.mw-mmv-view-expanded,
|
|
|
|
.mw-mmv-view-config {
|
2014-10-19 19:02:49 +00:00
|
|
|
display: block;
|
2016-02-16 12:04:28 +00:00
|
|
|
// Work around some weirdness of MW-UI buttons. T127052
|
|
|
|
line-height: inherit;
|
2014-10-19 19:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mmv-view-expanded.mw-ui-icon:before {
|
|
|
|
/* @embed */
|
2016-07-18 14:24:02 +00:00
|
|
|
background-image: url( img/expand.svg );
|
2014-10-19 19:02:49 +00:00
|
|
|
}
|
|
|
|
|
2014-10-03 09:15:28 +00:00
|
|
|
.mw-mmv-view-config.mw-ui-icon:before {
|
2014-10-19 19:02:49 +00:00
|
|
|
/* @embed */
|
2017-11-04 02:33:51 +00:00
|
|
|
background-image: url( img/gear.svg );
|
2014-10-03 09:15:28 +00:00
|
|
|
opacity: 0.75;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-10-19 19:02:49 +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;
|
|
|
|
}
|