mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
3c293ea00c
Change-Id: I8991b97c980d4149f53eb5601036220ef3c0c440
48 lines
1.9 KiB
CSS
48 lines
1.9 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki DesktopArticleTarget Apex theme init styles.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress {
|
|
border: 1px solid #ccc;
|
|
background: #fff;
|
|
border-radius: 0.25em;
|
|
box-shadow: 0 0.1em 0.5em rgba( 0, 0, 0, 0.15 );
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress-bar {
|
|
border-right: 1px solid #ccc;
|
|
background: #cde7f4;
|
|
filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#eaf4fa', endColorstr='#b0d9ee' );
|
|
background-image: -webkit-gradient( linear, right top, right bottom, color-stop( 0%, #eaf4fa ), color-stop( 100%, #b0d9ee ) );
|
|
background-image: -webkit-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
|
|
background-image: -moz-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
|
|
background-image: linear-gradient( to bottom, #eaf4fa 0%, #b0d9ee 100% );
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar,
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
|
/* Enforce different font-size for all UI elements of VisualEditor. The difference is tiny, but
|
|
enough to make the icon containers 23.813px rather than 24px and thus the icons blurry */
|
|
font-size: 1.00787401575em; /* 0.8em / x-small / 127% */
|
|
/* 1/ ( 0.8em / x-small / 127% ) */
|
|
margin: -0.9921875em;
|
|
margin-bottom: 0.9921875em;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
|
border-bottom: 1px solid #ccc;
|
|
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.1 );
|
|
background-color: #f8fbfd;
|
|
background-image: -webkit-gradient( linear, right top, right bottom, color-stop( 0, #fff ), color-stop( 100%, #f1f7fb ) );
|
|
background-image: -webkit-linear-gradient( top, #fff 0, #f1f7fb 100% );
|
|
background-image: -moz-linear-gradient( top, #fff 0, #f1f7fb 100% );
|
|
background-image: linear-gradient( to bottom, #fff 0, #f1f7fb 100% );
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-open {
|
|
height: 44px;
|
|
}
|