Sha256: 086ed817fd40e15525968cbe50d872f356a8ff20b1a6afa97a1669a5d0cf5a47

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

.header {
	background: #171717 url(./layout/bg_highlight.png) no-repeat top center;
	color: #fff;
	padding: 8px 0 8px 50px;
	height: 100px;
	height: 80px;
}

.header h1 {
	margin: 0;
	color: #fff;
/*  font-family: helvetica, arial, sans-serif;*/
	font-size: 470%;
	margin: 9px 0 10px 60px;
}

.navigate {
	overflow: hidden;
	background: url(./layout/nav-bg.png) bottom left repeat-x;
	border-top: solid #000 1px;
	border-bottom: solid #600 1px;
  padding-left: 100px;
	font-size: 15px;
	max-height: 30px;
}
.navigate ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigate li {
	float: left;
	line-height: 30px;
	border-right: solid #900 1px;
}

.navigate li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
/*	height: 33px;*/
	font-weight: normal;
}

.navigate li a:hover {
	color: #fff;
	background: #900;
}

.navigate li a.active {
	color: #fff;
	background: #a00;
}

.navigate li a.active:hover {
	background: #900;
}

.navigate li.first {
	border-left: solid #900 1px;
}


.footer {
	border-top: solid #aaa 1px;
	background: #ccc url(./layout/footer.png) bottom left repeat-x;
	color: #333;
	font-size: 12px;
	padding: 5px 0;
	margin: 25px 0 0 0;
	text-align: center;
}

.footer a {
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #900;
}

.footer li.first {
	padding-left: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dougo_layout-0.0.1 rails_generators/templates/public/stylesheets/layout.css