mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 22:22:54 +00:00
326347b5a9
Bug: 50058 Change-Id: I751682c4bc51299c15e7efef487ae32e70049b16
30 lines
638 B
CSS
30 lines
638 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Monobook skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2013 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;
|
|
}
|
|
|
|
.ve-ui-context-frame-overlay {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.ve-ui-context,
|
|
.ve-ui-toolbar {
|
|
font-size: 1.25em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
/* Monobook sets font-size: x-small; on the body. Undo this in frames and overlays */
|
|
.ve-ui-frame-body, body .ve-ui-surface-overlay {
|
|
font-size: medium;
|
|
}
|
|
|
|
.ve-ui-surface-overlay-global {
|
|
z-index: 4;
|
|
}
|