2015-06-29 21:11:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 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-07-05 18:03:48 +00:00
|
|
|
.visualeditor-welcomedialog-content:before {
|
|
|
|
content: '';
|
|
|
|
background: url( images/welcomeSplash-ltr.png ) center no-repeat;
|
2018-04-12 22:15:15 +00:00
|
|
|
background-size: contain;
|
2018-07-05 18:03:48 +00:00
|
|
|
display: block;
|
2018-04-27 22:49:28 +00:00
|
|
|
height: 8em;
|
2018-07-05 18:03:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.visualeditor-welcomedialog-content {
|
2017-05-04 12:08:33 +00:00
|
|
|
display: block;
|
2018-04-12 22:15:15 +00:00
|
|
|
text-align: center;
|
2015-06-29 21:11:39 +00:00
|
|
|
}
|