mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
485a159037
Bug: T164056 Change-Id: I277a709545151dbd51f92c21d6317a45b1088db2
21 lines
528 B
CSS
21 lines
528 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
.visualeditor-welcomedialog-content {
|
|
text-align: center;
|
|
}
|
|
|
|
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
|
|
background-size: 11em;
|
|
}
|
|
|
|
.visualeditor-welcomedialog-content-text {
|
|
background: url( images/welcomeSplash-ltr.png ) 50% -2em no-repeat;
|
|
background-size: 50%;
|
|
display: block;
|
|
padding-top: 12em;
|
|
}
|