mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
2dd888814a
We don't yet have any way to test or verify anything with less. Not the less
syntax, not the less compilation, not the resulting css code quality.
Using it at this point doesn't seem worth the cost of not having any of that.
This reverts commit 17ddf031fe
.
Change-Id: I7e8ab90f7a9f77f5cf6d7baeab586d4e0332042e
30 lines
638 B
CSS
30 lines
638 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Monobook skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2014 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,
|
|
.oo-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 */
|
|
.oo-ui-frame-body, body .ve-ui-surface-overlay {
|
|
font-size: medium;
|
|
}
|
|
|
|
.ve-ui-surface-overlay-global {
|
|
z-index: 4;
|
|
}
|