2016-11-23 18:43:31 +00:00
|
|
|
@media print {
|
|
|
|
.mw-revslider-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-revslider-container {
|
|
|
|
/* This will flip with CSSJanus in case */
|
|
|
|
/* the interface is in RTL */
|
|
|
|
direction: ltr;
|
|
|
|
position: relative;
|
2017-11-01 03:06:41 +00:00
|
|
|
border: 1px solid #c8ccd1;
|
2017-04-12 16:37:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-revslider-slider-wrapper {
|
|
|
|
min-height: 142px;
|
2017-11-01 03:06:41 +00:00
|
|
|
border-top: 1px solid #c8ccd1;
|
2017-04-12 16:37:37 +00:00
|
|
|
padding: 20px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-revslider-placeholder .oo-ui-progressBarWidget {
|
|
|
|
margin: 60px auto;
|
2016-11-23 18:43:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-revslider-toggle-button {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2017-10-27 11:04:11 +00:00
|
|
|
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
2016-11-23 18:43:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-revslider-toggle-button .oo-ui-buttonElement-button {
|
2017-02-10 14:32:48 +00:00
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-11-23 18:43:31 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-04-12 16:37:37 +00:00
|
|
|
.mw-revslider-toggle-button .oo-ui-iconElement-icon {
|
|
|
|
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
right: 0;
|
|
|
|
/* For OOUI-Apex */
|
|
|
|
position: absolute;
|
2016-11-23 18:43:31 +00:00
|
|
|
}
|
|
|
|
|
2017-04-12 16:37:37 +00:00
|
|
|
.mw-revslider-toggle-button .oo-ui-labelElement-label {
|
|
|
|
line-height: 1.875em;
|
2016-11-23 18:43:31 +00:00
|
|
|
}
|