Sha256: 97aa406e3666d82d45ce3837a0315479a8556c8a120d694ffc67fc265926efb1

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

/* Default CSS for welcome page.  Delete this styling and replace it with your own. */

.sc-welcome {
	position: absolute ;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white ;
}

.sc-welcome img.logo {
	position: absolute ;
	bottom: 80px;
	left: 50%;
	margin-left: -20px;	
}

/* @group Message */



.sc-welcome .message {
	max-width: 800px;
	margin-left: auto ;
	margin-right: auto;
	margin-top: 100px;
	position: relative;
}

.sc-welcome h1 {
	border: none ;
	padding: 0;
	margin: 0;
	letter-spacing: -3px;
	font: normal 6.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sc-welcome h3 {
	margin: 8px 12px;
	padding: 0;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #808080;
}

/* @end */

/* @group Sticky Note */

.sc-welcome .sticky-note {
	position: absolute ;
	right: 0;
	top: -70px;
	width: 320px;
	height: 300px;
	padding: 60px;
	padding-right: 20px;
	background: url(/static/sproutcore/_src/english.lproj/images/sticky-note.png) no-repeat center center;
	font: 1.3em "Comic Sans MS", "Comic Sans", Arial, Helvetica, Geneva, sans-serif;
	color: #5f4700;
}

.sc-welcome .sticky-note p {
	font-weight: bold ;
}

.sc-welcome .sticky-note ul {
	padding: 0 10px ;
}

.sc-welcome .sticky-note li {
	margin: 8px 0 ;
}

/* @end */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sproutcore-0.9.1 generators/client/templates/english.lproj/body.css