mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 19:09:29 +00:00
9b0779da9b
Change-Id: If15dc9fe4a01e81cf7d85e2670878bbd5899f068
18 lines
456 B
CSS
18 lines
456 B
CSS
/*!
|
|
* 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 {
|
|
background: url(images/welcomeSplash-ltr.png) 50% 100% no-repeat;
|
|
background-size: 50%;
|
|
height: 200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.visualeditor-welcomedialog-content-text {
|
|
display: inline-block;
|
|
margin-top: 12em;
|
|
}
|