mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
335a702ac3
Bug: T97690 Change-Id: I6ac49030cdb40798ae50fadf8179dd3a58e0e4b3
48 lines
1.3 KiB
CSS
48 lines
1.3 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Monobook skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2015 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 */
|
|
}
|
|
|
|
.ve-init-target {
|
|
/* Enforce different font-size for all UI elements of VisualEditor. The difference is tiny, but
|
|
enough to make the icon containers 23.813px rather than 24px and thus the icons blurry */
|
|
font-size: 1.00787401575em; /* 0.8em / x-small / 127% */
|
|
}
|
|
|
|
.ve-init-target .mw-body-content,
|
|
.ve-ui-overlay-global .mw-body-content {
|
|
/* Match skin's font-size for the surface content */
|
|
font-size: 0.992187499998em; /* 1/1.00787401575 */
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar {
|
|
/* 0.6/0.8, 0.8/0.8, 1/0.6 */
|
|
margin: -0.75em -1em 1.25em -1em;
|
|
}
|
|
|
|
.ve-init-target > .ve-ui-debugBar {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-surface .ve-ce-documentNode {
|
|
padding: 0;
|
|
}
|
|
|
|
.ve-init-target > .ve-ui-debugBar {
|
|
/* 0.8/0.8 */
|
|
padding: 1em;
|
|
margin: 1em -1em -1em -1em;
|
|
}
|
|
|
|
.ve-ui-overlay-global {
|
|
/* So that the overlay always appears over the site logo, search box and personal tools */
|
|
z-index: 4;
|
|
}
|