mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
08654b4f60
New changes: fd433fa Add getter for toolbarDialogs in ve.ui.Surface 00c3eb7 Add 'done' button to find and replace dialog 3642dc8 Localisation updates from https://translatewiki.net. fe2d908 Update OOjs UI to v0.6.0 Local changes to ve.ui.MWFormatTool.css for OOjs UI breaking change. Change-Id: I6bf98ea988b3e1deb4824189ef8e6d59387b6ffc
30 lines
935 B
CSS
30 lines
935 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-heading1 .oo-ui-tool-title {
|
|
font-size: 144%; /* 0.8 * 180% */
|
|
}
|
|
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading2 .oo-ui-tool-title {
|
|
font-size: 120%; /* 0.8 * 150% */
|
|
}
|
|
|
|
.oo-ui-menuToolGroup .oo-ui-tool-name-heading3 .oo-ui-tool-title {
|
|
font-size: 94%; /* 0.8 * 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%; /* 0.8 * 100% */
|
|
}
|