2016-02-01 22:28:13 +00:00
|
|
|
|
/*!
|
2018-11-07 01:01:56 +00:00
|
|
|
|
* OOUI v0.29.4
|
2018-01-17 05:47:34 +00:00
|
|
|
|
* https://www.mediawiki.org/wiki/OOUI
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*
|
2018-01-17 05:47:34 +00:00
|
|
|
|
* Copyright 2011–2018 OOUI Team and other contributors.
|
2016-02-01 22:28:13 +00:00
|
|
|
|
* Released under the MIT license
|
|
|
|
|
|
* http://oojs.mit-license.org
|
|
|
|
|
|
*
|
2018-11-07 01:01:56 +00:00
|
|
|
|
* Date: 2018-11-07T00:58:38Z
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*/
|
|
|
|
|
|
.oo-ui-actionWidget.oo-ui-pendingElement-pending {
|
2018-04-13 19:54:46 +00:00
|
|
|
|
background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-window {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
background-image: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-content {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2018-04-24 23:53:54 +00:00
|
|
|
|
overflow: hidden;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-content:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
|
-webkit-user-select: none;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
user-select: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
background: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-overlay {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
/* @noflip */
|
|
|
|
|
|
left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-body,
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-head {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
top: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: auto;
|
|
|
|
|
|
z-index: 2;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
z-index: 3;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
box-shadow: 0 0 0.66em rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-11-09 01:22:51 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-labelElement-label {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: auto;
|
|
|
|
|
|
bottom: auto;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table;
|
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
width: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table-cell;
|
|
|
|
|
|
width: 1%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-content .oo-ui-window-body {
|
2018-07-11 18:43:15 +00:00
|
|
|
|
box-shadow: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-title,
|
|
|
|
|
|
.oo-ui-messageDialog-message {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2018-06-27 18:48:42 +00:00
|
|
|
|
line-height: 1.5em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
color: #000;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-message {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.1em;
|
2017-03-15 17:33:46 +00:00
|
|
|
|
color: #666;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: left;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
|
|
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget:last-child {
|
|
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
|
|
line-height: 2.5em;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label {
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-left-width: 2px;
|
|
|
|
|
|
border-left-color: transparent;
|
|
|
|
|
|
border-radius: 0 0 0 3px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:hover {
|
|
|
|
|
|
border-left-color: #aaa;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:focus {
|
|
|
|
|
|
border-left-color: #ace;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-right-width: 2px;
|
|
|
|
|
|
border-right-color: transparent;
|
|
|
|
|
|
border-radius: 0 0 3px 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:hover {
|
|
|
|
|
|
border-right-color: #aaa;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:focus {
|
|
|
|
|
|
border-right-color: #ace;
|
2017-05-31 19:26:04 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:only-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 3px 3px;
|
2017-05-31 19:26:04 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
@supports ( width: calc( 100% + 2px ) ) {
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal {
|
|
|
|
|
|
width: calc(100% + 2px);
|
|
|
|
|
|
margin-left: -1px;
|
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
|
|
|
|
|
|
margin: -1px 0 0;
|
|
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:first-child {
|
|
|
|
|
|
margin-top: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child {
|
|
|
|
|
|
border-bottom-width: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 3px 3px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-processDialog-location {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
white-space: nowrap;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline;
|
|
|
|
|
|
padding: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
white-space: nowrap;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
z-index: 4;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
overflow-y: auto;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-head {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 3.4em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 3.4em;
|
|
|
|
|
|
box-shadow: 0 0 0.33em rgba(0, 0, 0, 0.33);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-navigation {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
height: 3.4em;
|
|
|
|
|
|
padding: 0 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-location {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 0.75em 0;
|
|
|
|
|
|
height: 1.875em;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
line-height: 1.875em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-width: 1.875em;
|
|
|
|
|
|
min-height: 1.875em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget .oo-ui-labelElement-label,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget .oo-ui-labelElement-label,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget .oo-ui-labelElement-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
line-height: 1.875em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-iconElement .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-iconElement .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-top: -0.125em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-framed,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-framed,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-framed {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0.75em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-framed .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-framed .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-framed .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 0 1em;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
margin: -1px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 0.75em 1em;
|
|
|
|
|
|
vertical-align: middle;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget:hover,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget:active,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-flaggedElement-progressive:hover,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-flaggedElement-progressive:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(8, 126, 204, 0.05);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-flaggedElement-progressive:active,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-flaggedElement-progressive:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(8, 126, 204, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-flaggedElement-destructive:hover,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-flaggedElement-destructive:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(212, 83, 83, 0.05);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-flaggedElement-destructive:active,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-flaggedElement-destructive:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(212, 83, 83, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-height: 5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
padding: 3em 3em 1.5em 3em;
|
|
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors .oo-ui-buttonWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 2em 1em 2em 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
margin-bottom: 2em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-error {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: left;
|
|
|
|
|
|
margin: 1em;
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
border: 1px solid #ff9e9e;
|
|
|
|
|
|
background-color: #fff7f7;
|
2018-07-11 18:43:15 +00:00
|
|
|
|
border-radius: 3px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: fixed;
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
z-index: 4;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
padding: 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
margin: auto;
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
max-height: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-fullscreen > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
|
opacity: 0;
|
2018-08-14 23:55:10 +00:00
|
|
|
|
-webkit-transition: opacity 250ms;
|
|
|
|
|
|
-moz-transition: opacity 250ms;
|
|
|
|
|
|
transition: opacity 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
-webkit-transform: scale(0.5);
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transform: scale(0.5);
|
|
|
|
|
|
-ms-transform: scale(0.5);
|
|
|
|
|
|
transform: scale(0.5);
|
2018-08-14 23:55:10 +00:00
|
|
|
|
-webkit-transition: all 250ms;
|
|
|
|
|
|
-moz-transition: all 250ms;
|
|
|
|
|
|
transition: all 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 1;
|
|
|
|
|
|
-webkit-transform: scale(1);
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transform: scale(1);
|
|
|
|
|
|
-ms-transform: scale(1);
|
|
|
|
|
|
transform: scale(1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 1em;
|
|
|
|
|
|
bottom: 1em;
|
|
|
|
|
|
max-height: 100%;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
max-height: calc( 100% - 2em );
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border: 1px solid #ccc;
|
2018-08-01 22:51:30 +00:00
|
|
|
|
border-radius: 3px;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|