2018-11-06 16:28:41 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget Vector skin init styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2018-11-06 16:28:41 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar,
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
|
|
|
font-size: 0.875em;
|
|
|
|
/* 1/0.875 */
|
|
|
|
margin: -1.14em -1.14em 1.14em -1.14em;
|
|
|
|
/* High-definition-specific styles (because Vector adds 1em to the leftNav if width is 982px+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and ( min-width: 982px ) {
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar,
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
|
|
|
/* 1.25/0.875, 1.5/0.875 */
|
|
|
|
margin: -1.43em -1.71em 1.43em -1.71em;
|
|
|
|
}
|
|
|
|
}
|