global.css 1.37 KB
Newer Older
Dave Syer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@IMPORT url("resets.css");

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}


#header {
17
	background: #FFFFFF url(../images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 0%;
Dave Syer committed
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
	height: 65px;
	margin-bottom: 5px;
}

#header h2 {
	float:left;
	color: black;
	position:relative;
	padding-left: 20px;
	top: 26px;
	font-size: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#header .header_nav {
	position:absolute;
	top:48px;
	right:15px;
}

#header .header_links {
	float:left;
	color: lightgray;
	font-size: 18px;
	top: 3px;
	padding-left: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#header .header_links a {
	color: white;
}

#header .header_clusters {
	float:left;
	position:relative;
	padding-left: 10px;
	top: -1px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


@media screen and (min-width: 1500px) {
	
	#header .header_nav {
		top:13px;
		right:130px;
	}
	
	#header {
68
		background: #FFFFFF url(../images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 50%;
Dave Syer committed
69 70 71
		height: 65px;
	}
}