mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 15:21:51 +00:00
122f49b2dd
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
22 lines
672 B
CSS
22 lines
672 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2017 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;
|
|
}
|