2014-04-30 23:27:42 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Vector-specific FormatTool styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2014-04-30 23:27:42 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2018-04-25 23:48:28 +00:00
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading1 .oo-ui-tool-title,
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading2 .oo-ui-tool-title {
|
2016-05-16 14:38:57 +00:00
|
|
|
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
|
2014-04-30 23:27:42 +00:00
|
|
|
}
|
|
|
|
|
2018-04-25 23:48:28 +00:00
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading1 .oo-ui-tool-title {
|
2015-04-23 11:52:12 +00:00
|
|
|
font-size: 180%;
|
2014-04-30 23:27:42 +00:00
|
|
|
}
|
|
|
|
|
2018-04-25 23:48:28 +00:00
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading2 .oo-ui-tool-title {
|
2015-04-23 11:52:12 +00:00
|
|
|
font-size: 150%;
|
2014-10-19 19:13:01 +00:00
|
|
|
}
|
|
|
|
|
2018-04-25 23:48:28 +00:00
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading3 .oo-ui-tool-title {
|
2015-04-23 11:52:12 +00:00
|
|
|
font-size: 117%;
|
2014-10-19 19:13:01 +00:00
|
|
|
}
|
|
|
|
|
2018-04-25 23:48:28 +00:00
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading4 .oo-ui-tool-title,
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading5 .oo-ui-tool-title,
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading6 .oo-ui-tool-title {
|
2015-04-23 11:52:12 +00:00
|
|
|
font-size: 100%;
|
2014-10-19 19:13:01 +00:00
|
|
|
}
|