mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
9490ff370c
Now when using the MonoBook skin, the text size for headings inside the dropdown is the same as their size on the page. Bug: T72559 Change-Id: Ie0c30369021f8022b788730a6de90e44a288b13b
27 lines
665 B
CSS
27 lines
665 B
CSS
/*!
|
|
* VisualEditor MediaWiki MonoBook-specific FormatTool styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading1 .oo-ui-tool-title {
|
|
font-size: 188%;
|
|
}
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading3 .oo-ui-tool-title {
|
|
font-size: 128%;
|
|
}
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading4 .oo-ui-tool-title {
|
|
font-size: 116%;
|
|
}
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading5 .oo-ui-tool-title {
|
|
font-size: 108%;
|
|
}
|
|
|
|
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading6 .oo-ui-tool-title {
|
|
font-size: 100%;
|
|
}
|