2015-10-22 15:01:44 +00:00
|
|
|
/*!
|
2017-04-05 18:13:28 +00:00
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget Apex theme init styles.
|
2015-10-22 15:01:44 +00:00
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
2015-10-22 15:01:44 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 0.25em;
|
2016-05-16 14:38:57 +00:00
|
|
|
box-shadow: 0 0.1em 0.5em rgba( 0, 0, 0, 0.15 );
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress-bar {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
background: #cde7f4;
|
2016-05-16 14:38:57 +00:00
|
|
|
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% );
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|