mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
James D. Forrester 9b0779da9b MWWelcomeDialog: Split text, tweak styling
Change-Id: If15dc9fe4a01e81cf7d85e2670878bbd5899f068
2015-09-16 10:16:44 -07:00

18 lines
456 B
CSS

/*!
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
*
* @copyright 2011-2015 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%;
height: 200px;
text-align: center;
}
.visualeditor-welcomedialog-content-text {
display: inline-block;
margin-top: 12em;
}