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
|
|
|
|
*/
|
2015-09-15 23:25:48 +00:00
|
|
|
|
2018-04-12 22:15:15 +00:00
|
|
|
.visualeditor-welcomedialog-content {
|
|
|
|
background: url( images/welcomeSplash-ltr.png ) 50% -1em no-repeat;
|
|
|
|
background-size: contain;
|
2017-05-04 12:08:33 +00:00
|
|
|
display: block;
|
2018-04-12 22:15:15 +00:00
|
|
|
text-align: center;
|
2017-05-04 12:08:33 +00:00
|
|
|
padding-top: 12em;
|
2015-06-29 21:11:39 +00:00
|
|
|
}
|