mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
b00999c7a1
But only for Vector; the VE-core default is more appropriate for Monobook. Bug: 63540 Change-Id: I32e8da9dd071d0a9ba7cae58960a504010e1c4a2
21 lines
744 B
CSS
21 lines
744 B
CSS
/*!
|
|
* VisualEditor MediaWiki Vector-specific FormatTool styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading1 .oo-ui-tool-title,
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading2 .oo-ui-tool-title {
|
|
font-family: 'Linux Libertine', Georgia, Times, serif;
|
|
}
|
|
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading3 .oo-ui-tool-title {
|
|
font-size: 94%; /* 80% of Vector's 117% */
|
|
}
|
|
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading4 .oo-ui-tool-title,
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading5 .oo-ui-tool-title,
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading6 .oo-ui-tool-title {
|
|
font-size: 80%; /* 20% of Vector's 100% */
|
|
} |