Sha256: d6b020f6b5ebd50e4981a17b8631417f76345cbce5cbca14ce5d76d9d9ed03f4

Contents?: true

Size: 1.91 KB

Versions: 6

Compression:

Stored size: 1.91 KB

Contents

/* CASEIN LOGIN         */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #efefef;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

a {
	outline: none;
}

#header {
	background: #efefef url(/casein/images/login/top.png) repeat-x bottom left;
	padding: 80px 0 40px 0;
}

#header h1 a img {
	border: 0;
}

#header h1 a {
	display: block;
	width: 230px;
	height: 33px;
	margin: 0 auto;
}

#content {
	background: #fff url(/casein/images/login/bottom.png) repeat-x bottom left;
	padding: 70px 0;
}

#content label {
	display: block;
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #444;
}

#content .text {
	width: 318px;
	margin: 0 auto;
	text-align: left;
}

#content .text h3 {
	color: #444;
	font-size: 12px;
	margin: 0 0 5px 0;
	text-align: left;
}

#content .caseinTextField {
	width: 292px;
	padding: 8px 12px 7px 12px;
	background: #efefef;
	margin: 0 0 5px 0;
}

#content .submit_remember {
	width: 318px;
	text-align: left;
	margin: 10px auto 0 auto;
	font-size: 11px;
	color: #444;
}

#content .caseinSubmit {
	background: #338018;
	border: medium none;
	color: #fff;
	font-size: 10px;
	padding: 4px 5px 5px 5px;
	cursor: pointer;
}

#content .caseinSubmit:hover {
	background: #4ebf26;
}

#content .caseinSubmitBlue {
	background: #5990CE;
	border: medium none;
	color: #fff;
	font-size: 10px;
	padding: 4px 5px 5px 5px;
	cursor: pointer;
}

#content .caseinSubmitBlue:hover {
	background: #71b4ff;
}

#content .error {
	height: auto;
	font-size: 11px;
	color: #c30;
	width: 318px;
	text-align: center;
	margin: 0 auto 10px auto;
}

#content .notice {
	height: auto;
	font-size: 11px;
	color: green;
	width: 318px;
	text-align: center;
	margin: 0 auto 10px auto;
}

#recover {
	padding: 30px 0 0 0;
	display: none;
}

#footer {
	padding: 25px;
	font-size: 11px;
	color: #555;
}

#footer a {
	font-size: 11px;
	color: #4d8bb3;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casein-3.1.11 lib/generators/casein/update/templates/public/casein/stylesheets/login.css
casein-3.1.10 lib/generators/casein/update/templates/public/casein/stylesheets/login.css
casein-3.1.9 lib/generators/casein/update/templates/public/casein/stylesheets/login.css
casein-3.1.8 lib/generators/casein/update/templates/public/casein/stylesheets/login.css
casein-3.1.7 lib/generators/casein/update/templates/public/casein/stylesheets/login.css
casein-3.1.6 lib/generators/casein/update/templates/public/casein/stylesheets/login.css