mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget-monobook.css
James D. Forrester 2f8b3e0d96 build: Bump copyright notices to 2015
Change-Id: Ie92dab7411116d3410195c3fb0a3513c664c0c30
2015-01-12 20:34:19 -08:00

30 lines
729 B
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;
}
.oo-ui-window {
/* Correct for Monobook's x-small font on non-isolated windows */
/* 0.8em / x-small */
font-size: 1em;
}
.ve-ui-overlay {
/* Mimic #globalWrapper */
font-size: 127%;
}
.ve-ui-overlay-global {
/* So that the overlay always appears over the site logo, search box and personal tools */
z-index: 4;
}