mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
ba3e5a3690
Bug: T191095 Change-Id: Id1fd76a37d02a9572cc29909409cd53e28ce0bb9
20 lines
466 B
CSS
20 lines
466 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.visualeditor-welcomedialog-content:before {
|
|
content: '';
|
|
background: url( images/welcomeSplash-ltr.png ) center no-repeat;
|
|
background-size: contain;
|
|
display: block;
|
|
height: 8em;
|
|
}
|
|
|
|
.visualeditor-welcomedialog-content {
|
|
display: block;
|
|
text-align: center;
|
|
}
|