2015-09-01 16:47:18 +00:00
|
|
|
/*!
|
2020-09-24 16:30:32 +00:00
|
|
|
* VisualEditor MediaWiki UserInterface education popup styles.
|
2015-09-01 16:47:18 +00:00
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2015-09-01 16:47:18 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2017-08-30 17:36:02 +00:00
|
|
|
.ve-ui-educationPopup {
|
2020-09-24 16:30:32 +00:00
|
|
|
position: relative;
|
2017-08-30 17:36:02 +00:00
|
|
|
}
|
|
|
|
|
2019-08-28 12:32:59 +00:00
|
|
|
.ve-ui-educationPopup > .mw-pulsating-dot {
|
2020-09-24 16:30:32 +00:00
|
|
|
pointer-events: none;
|
2017-08-29 16:21:44 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 1;
|
2019-06-27 14:35:50 +00:00
|
|
|
}
|
|
|
|
|
2020-09-24 16:30:32 +00:00
|
|
|
.oo-ui-widget-disabled .mw-pulsating-dot {
|
|
|
|
/* Don't show while container is (e.g. surface loading) */
|
|
|
|
/* stylelint-disable-next-line declaration-no-important */
|
|
|
|
display: none !important;
|
2015-11-04 18:30:53 +00:00
|
|
|
}
|
|
|
|
|
2015-10-15 21:11:47 +00:00
|
|
|
.ve-ui-educationPopup-dismiss {
|
|
|
|
margin-top: 0.5em;
|
2015-09-01 16:47:18 +00:00
|
|
|
}
|
|
|
|
|
2015-10-15 21:11:47 +00:00
|
|
|
.ve-ui-educationPopup-header {
|
2015-09-01 16:47:18 +00:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2015-12-09 15:56:08 +00:00
|
|
|
.ve-ui-educationPopup .oo-ui-popupWidget {
|
|
|
|
/* Appear above local dialogs, e.g. toolbar dialog */
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2015-10-15 21:11:47 +00:00
|
|
|
.ve-ui-educationPopup .oo-ui-popupWidget-body {
|
|
|
|
padding: 1em;
|
|
|
|
}
|