Sha256: 81ee0e3fd2cae8be11ceb26d75efa780cec356a24ab935859921c0c4502989b7

Contents?: true

Size: 1.51 KB

Versions: 2

Compression:

Stored size: 1.51 KB

Contents

// footer

footer {
padding: 80px 0;
background: @black url(/images/footer_background.png) center center;
text-align: center;
color: @white;
z-index: 999;
position: relative; //z-index needs position!

	ul.footer-nav {
	color: @blue;
	text-transform: uppercase;
	font-size: 15px;
	.museo-sans-light;

		li {
		display: inline-block;
		margin:  0 10px;

			a {
			color: @blue;

				&:hover {
				color: @purple;
				} //li a:hover
			} // li a
		} //li

	} //ul


	ul.logos {
	margin: (@baseline * 2) 0;


		li {
		display: inline-block;
		}

		span {
		color: @dark-gray-text;
		.museo-sans-light;
		text-transform: uppercase;
		font-size: 40px;
		margin: 0 10px;
		}

		.vagrant-logo-monochrome,
		.hashi-logo-monochrome {

			&:hover {
			-khtml-opacity: .85;
			-moz-opacity: .85;
			opacity: .85;
			filter: alpha(opacity=85);
			.animate-opacity;
			}
		}

		.vagrant-logo-monochrome {
		height: 80px;
		width: 80px;
		background: url(/images/footer_vagrant_logo.png) no-repeat center center;
		margin-bottom: -25px;

		}

		.hashi-logo-monochrome {
		height: 80px;
		width: 80px;
		background: url(/images/footer_hashi_logo.png) no-repeat center center;
		margin-bottom: -25px;
		}

	}


		a.contact-link {
		color: @dark-gray-text;
		line-height: @base-line-height * 2;
		font-size: 30px;

			&:hover {
			color: @white;
			}

			&:visited {
			color: inherit;
			}

			&:active {
			color: @blue;
			}
		} //contact link





} //footer

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/website/docs/source/stylesheets/_footer.less
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/website/www/source/stylesheets/_footer.less