2015-10-22 15:01:44 +00:00
|
|
|
/*!
|
2017-10-21 13:03:54 +00:00
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget WikimediaUI theme init styles.
|
2015-10-22 15:01:44 +00:00
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2015-10-22 15:01:44 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress {
|
|
|
|
height: 0.75em;
|
2016-09-19 22:25:45 +00:00
|
|
|
border: 1px solid #36c;
|
2015-10-22 15:01:44 +00:00
|
|
|
background: #fff;
|
|
|
|
border-radius: 2px;
|
2016-05-16 14:38:57 +00:00
|
|
|
box-shadow: 0 0.1em 0 0 rgba( 0, 0, 0, 0.15 );
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress-bar {
|
|
|
|
height: 0.75em;
|
2016-09-19 22:25:45 +00:00
|
|
|
background: #36c;
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|
2017-10-18 22:50:31 +00:00
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
2018-05-22 20:25:33 +00:00
|
|
|
border-bottom: 1px solid #c8ccd1;
|
|
|
|
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-open {
|
|
|
|
height: 40px;
|
|
|
|
}
|