2016-02-06 23:49:46 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2016-02-06 23:49:46 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2017-03-01 12:38:51 +00:00
|
|
|
/* All debug bars (includes target widgets) */
|
|
|
|
.ve-ui-debugBar {
|
2017-08-16 20:42:24 +00:00
|
|
|
border-top: 1px solid #c8ccd1;
|
2017-03-01 12:38:51 +00:00
|
|
|
box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.15 ) inset;
|
|
|
|
|
2022-03-12 14:45:16 +00:00
|
|
|
ol {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2017-03-01 12:38:51 +00:00
|
|
|
}
|
|
|
|
|
2016-02-06 23:49:46 +00:00
|
|
|
/* Slug animation needs more specific rules and skin-specific target margins */
|
2017-03-03 21:00:38 +00:00
|
|
|
.mw-body-content p.ve-ce-branchNode-newSlug {
|
2016-02-06 23:49:46 +00:00
|
|
|
margin: -0.3em 0 -0.1em 0;
|
|
|
|
|
2022-03-12 14:45:16 +00:00
|
|
|
&-open {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
2016-02-06 23:49:46 +00:00
|
|
|
}
|
|
|
|
|
2017-03-03 11:59:06 +00:00
|
|
|
.ve-ui-surface .ve-ui-surface-placeholder {
|
|
|
|
opacity: 1;
|
2018-08-31 15:59:54 +00:00
|
|
|
|
2022-03-12 14:45:16 +00:00
|
|
|
& > * {
|
|
|
|
color: #72777d;
|
|
|
|
}
|
2016-12-08 19:24:10 +00:00
|
|
|
}
|