mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
99d3320573
For now just use the rules file in lib/ve, but eventually this will be a preset. Change-Id: I7fd79d3e1dce37aef066d416cd969e5fff1e962f Depends-On: I17e0d23ddfedf64985495ab35d113ea08c03b1df
19 lines
573 B
CSS
19 lines
573 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization desktop target Monobook skin styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-overlay-global {
|
|
/* Enforce different font-size for all UI elements of VisualEditor */
|
|
font-size: 1.28em; /* 0.8em / x-small */
|
|
}
|
|
|
|
.mw-body a.external.ve-ce-linkAnnotation-active {
|
|
/* Reset -2px from VE-core */
|
|
margin-right: 0;
|
|
/* Monobook sets a background:url(); rule which overrides the colour. TODO: Fix upstream */
|
|
background-color: #e6f1ff;
|
|
}
|