2016-02-06 23:49:46 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2016-05-09 22:28:24 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar,
|
2016-05-29 16:38:03 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget > .ve-ui-debugBar,
|
2016-07-25 13:48:49 +00:00
|
|
|
.ve-ui-overlay-global {
|
2016-02-06 23:49:46 +00:00
|
|
|
/* Enforce different font-size for all UI elements of VisualEditor */
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2016-05-09 22:28:24 +00:00
|
|
|
/* Fix font styles for overlays inside mw-body-content */
|
2016-05-29 20:54:35 +00:00
|
|
|
.mw-body-content .ve-ui-overlay,
|
|
|
|
.mw-body-content .ve-ui-debugBar {
|
2016-05-09 22:28:24 +00:00
|
|
|
font-size: 0.914286em; /* 0.8/0.875 */
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2016-02-06 23:49:46 +00:00
|
|
|
/* Slug animation needs more specific rules and skin-specific target margins */
|
|
|
|
.mw-body p.ve-ce-branchNode-newSlug {
|
|
|
|
margin: -0.3em 0 -0.1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-body p.ve-ce-branchNode-newSlug-open {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-body .external.ve-ce-linkAnnotation-active {
|
|
|
|
/* Reset -2px from VE-core */
|
|
|
|
margin-right: 0;
|
|
|
|
}
|