mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 17:36:35 +00:00
077b09efa2
Change-Id: I1654db5d2408471cb420f3422e70dc28d239cdfd
45 lines
1.1 KiB
CSS
45 lines
1.1 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-init-mw-viewPageTarget-toolbar {
|
|
margin: -0.6em -0.8em 1em -0.8em;
|
|
/* Correct for Monobook's x-small font on the root toolbar */
|
|
font-size: 1.25em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.ve-init-target > .ve-ui-debugBar {
|
|
/* Correct for Monobook's x-small font */
|
|
font-size: 1.25em;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-surface .ve-ce-documentNode {
|
|
padding: 0;
|
|
}
|
|
|
|
.ve-init-target > .ve-ui-debugBar {
|
|
padding: 0.8em;
|
|
margin: 0.8em -0.8em -0.8em -0.8em;
|
|
}
|
|
|
|
.ve-ui-overlay {
|
|
/* Mimic #globalWrapper */
|
|
font-size: 127%;
|
|
}
|
|
|
|
.ve-ui-overlay-global,
|
|
.ve-init-mw-viewPageTarget-windowManager-welcome {
|
|
/* Mimic #globalWrapper + Correct for Monobook's x-small font on the root overlay */
|
|
font-size: 1.5875em;
|
|
}
|
|
|
|
.ve-ui-overlay-global {
|
|
/* So that the overlay always appears over the site logo, search box and personal tools */
|
|
z-index: 4;
|
|
}
|