mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 19:09:29 +00:00
1eb0ef2011
Change-Id: Ie63a50cb16cb89dac7060857220485d7d23f2fe3
18 lines
458 B
CSS
18 lines
458 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;
|
|
}
|