2016-02-06 23:49:46 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization desktop target Monobook 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
|
|
|
/* Global overlay is outside the #globalWrapper so apply the font size fix */
|
2016-04-22 11:41:25 +00:00
|
|
|
.ve-ui-overlay-global {
|
|
|
|
font-size: 1.28em; /* 0.8em / x-small */
|
|
|
|
}
|
|
|
|
|
2018-05-18 11:50:07 +00:00
|
|
|
.mw-body a.external.ve-ce-linkAnnotation.ve-ce-annotation-active {
|
2016-02-06 23:49:46 +00:00
|
|
|
/* Reset -2px from VE-core */
|
|
|
|
margin-right: 0;
|
|
|
|
/* Monobook sets a background:url(); rule which overrides the colour. TODO: Fix upstream */
|
2016-05-16 14:38:57 +00:00
|
|
|
background-color: #e6f1ff;
|
2016-02-06 23:49:46 +00:00
|
|
|
}
|
2016-12-08 19:24:10 +00:00
|
|
|
|
2017-03-01 12:38:51 +00:00
|
|
|
.ve-ui-debugBar {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2017-03-03 11:59:06 +00:00
|
|
|
.ve-ui-surface .ve-ui-surface-placeholder {
|
|
|
|
opacity: 1;
|
|
|
|
color: #72777d;
|
|
|
|
}
|
|
|
|
|
2017-03-01 12:38:51 +00:00
|
|
|
.ve-ui-overlay .mw-body-content {
|
|
|
|
/* Fix font-size for surfaces inside UI overlays */
|
|
|
|
font-size: 0.9921875em; /* 1/ ( 0.8em / x-small / 127% ) */
|
2016-12-08 19:24:10 +00:00
|
|
|
}
|
2017-09-21 14:46:26 +00:00
|
|
|
|
|
|
|
.ve-ui-overlay-local {
|
|
|
|
/* Fix font-size for overlays inside surfaces */
|
|
|
|
font-size: 1.007874em; /* 12.8/12.7 */
|
|
|
|
}
|