2015-06-29 21:11:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2015-06-29 21:11:39 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
.visualeditor-welcomedialog-content {
|
2015-09-15 23:25:48 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-02-19 18:47:33 +00:00
|
|
|
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
|
2017-04-07 00:03:16 +00:00
|
|
|
background-size: 11em;
|
2016-02-19 18:47:33 +00:00
|
|
|
}
|
|
|
|
|
2015-09-15 23:25:48 +00:00
|
|
|
.visualeditor-welcomedialog-content-text {
|
2017-05-04 12:08:33 +00:00
|
|
|
background: url( images/welcomeSplash-ltr.png ) 50% -2em no-repeat;
|
|
|
|
background-size: 50%;
|
|
|
|
display: block;
|
|
|
|
padding-top: 12em;
|
2015-06-29 21:11:39 +00:00
|
|
|
}
|