2015-06-29 21:11:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright 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
|
|
|
|
2023-03-12 22:02:20 +00:00
|
|
|
.ve-init-mw-welcomeDialog-content::before {
|
2018-07-05 18:03:48 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2019-01-13 00:21:33 +00:00
|
|
|
.ve-init-mw-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
|
|
|
}
|