mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
James D. Forrester 122f49b2dd build: Bump file copyright notices for 2017
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
2017-01-03 08:58:33 -08:00

22 lines
672 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 {
background: url( images/welcomeSplash-ltr.png ) 50% 100% no-repeat;
background-size: 50%; /* stylelint-disable-line no-unsupported-browser-features */
height: 200px;
text-align: center;
}
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
background-size: 11em; /* stylelint-disable-line no-unsupported-browser-features */
}
.visualeditor-welcomedialog-content-text {
display: inline-block;
margin-top: 12em;
}