mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
8d749518ec
Change-Id: Ia88575d3fe71c22551cc601f03d8f4dea6d7fe16
22 lines
672 B
CSS
22 lines
672 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
.visualeditor-welcomedialog-content {
|
|
background: url( images/welcomeSplash-ltr.png ) 50% 100% no-repeat;
|
|
background-size: 50%; /* stylelint-disable-line no-unsupported-browser-features */
|
|
height: 200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
|
|
background-size: 11em; /* stylelint-disable-line no-unsupported-browser-features */
|
|
}
|
|
|
|
.visualeditor-welcomedialog-content-text {
|
|
display: inline-block;
|
|
margin-top: 12em;
|
|
}
|