2015-06-29 21:11:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
.visualeditor-welcomedialog-content {
|
2015-10-02 18:23:13 +00:00
|
|
|
background: url( images/welcomeSplash-ltr.png ) 50% 100% no-repeat;
|
2015-09-15 23:25:48 +00:00
|
|
|
background-size: 50%;
|
2015-06-29 21:11:39 +00:00
|
|
|
height: 200px;
|
2015-09-15 23:25:48 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualeditor-welcomedialog-content-text {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 12em;
|
2015-06-29 21:11:39 +00:00
|
|
|
}
|