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
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Toolbar margins only apply to vector */
|
|
|
|
.skin-vector .ve-init-mw-desktopArticleTarget-toolbar,
|
|
|
|
.skin-vector .ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
2018-03-17 00:05:46 +00:00
|
|
|
font-size: 0.875em;
|
|
|
|
/* 1/0.875 */
|
|
|
|
margin: -1.14em -1.14em 1.14em -1.14em;
|
2017-10-18 22:50:31 +00:00
|
|
|
/* High-definition-specific styles (because Vector adds 1em to the leftNav if width is 982px+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and ( min-width: 982px ) {
|
2018-05-22 20:25:33 +00:00
|
|
|
.skin-vector .ve-init-mw-desktopArticleTarget-toolbar,
|
|
|
|
.skin-vector .ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
2018-03-17 00:05:46 +00:00
|
|
|
/* 1.25/0.875, 1.5/0.875 */
|
|
|
|
margin: -1.43em -1.71em 1.43em -1.71em;
|
2017-10-18 22:50:31 +00:00
|
|
|
}
|
|
|
|
}
|