2016-02-06 23:49:46 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-debugBar ol {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2016-07-25 13:48:49 +00:00
|
|
|
.ve-ui-overlay-global {
|
2018-03-17 00:05:46 +00:00
|
|
|
/* Same as main content font-size in Vector */
|
|
|
|
font-size: 0.875em;
|
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;
|
|
|
|
}
|
|
|
|
|
2017-03-03 21:00:38 +00:00
|
|
|
.mw-body-content p.ve-ce-branchNode-newSlug-open {
|
2016-02-06 23:49:46 +00:00
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
|
|
|
|
2018-05-18 11:50:07 +00:00
|
|
|
.mw-body .external.ve-ce-linkAnnotation.ve-ce-annotation-active {
|
2016-02-06 23:49:46 +00:00
|
|
|
/* Reset -2px from VE-core */
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2016-12-08 19:24:10 +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
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-surface .ve-ui-surface-placeholder > * {
|
2017-03-03 11:59:06 +00:00
|
|
|
color: #72777d;
|
2016-12-08 19:24:10 +00:00
|
|
|
}
|
|
|
|
|
2017-03-01 12:38:51 +00:00
|
|
|
.ve-ui-overlay .mw-body-content {
|
|
|
|
/* Fix font-size for surfaces inside UI overlays */
|
2018-03-17 00:05:46 +00:00
|
|
|
font-size: 1em;
|
2016-12-08 19:24:10 +00:00
|
|
|
}
|