mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
5581394ea3
New changes: 4a5aa37 Clean up debug bar buttons 15f016c Undo sequence input stripping if window is dismissed e874734 Localisation updates from https://translatewiki.net. 8db33b4 Follow-up e874734: Fix build for added languages 'gom-latn' and 'gor' 79c5d51 build: Update stylelint config version and make it pass 3804f5e build: Remove grunt-cli cea7b63 Update OOjs UI to v0.17.3 9f648f4 [BREAKING CHANGE] Always get registries/factories via surface 1252814 Add cloneWithData() utility 5ccdef3 [BREAKING CHANGE] Fix debug bar encapsulation Local changes: * Fix debug bar encapsulation Change-Id: I2c5d722278c5f71b59ee2f8849d9babb5aff6af2
35 lines
917 B
CSS
35 lines
917 B
CSS
/*!
|
|
* 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
|
|
*/
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar,
|
|
.ve-init-mw-desktopArticleTarget > .ve-ui-debugBar,
|
|
.ve-ui-overlay {
|
|
/* Enforce different font-size for all UI elements of VisualEditor */
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
/* Fix font styles for overlays inside mw-body-content */
|
|
.mw-body-content .ve-ui-overlay,
|
|
.mw-body-content .ve-ui-debugBar {
|
|
font-size: 0.914286em; /* 0.8/0.875 */
|
|
line-height: normal;
|
|
}
|
|
|
|
/* 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;
|
|
}
|