-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathie9.css
More file actions
88 lines (83 loc) · 1.75 KB
/
ie9.css
File metadata and controls
88 lines (83 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/*
Spectral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Spotlight */
.spotlight {
display: block; }
.spotlight .image {
display: inline-block;
vertical-align: top; }
.spotlight .content {
padding: 4em 4em 2em 4em ;
display: inline-block; }
.spotlight:after {
clear: both;
content: '';
display: block; }
/* Features */
.features {
display: block; }
.features li {
float: left; }
.features:after {
content: '';
display: block;
clear: both; }
/* Banner + Wrapper (style4) */
#banner,
.wrapper.style4 {
background-image: url("../../images/banner.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative; }
#banner:before,
.wrapper.style4:before {
background: #000000;
content: '';
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%; }
#banner .inner,
.wrapper.style4 .inner {
position: relative;
z-index: 1; }
/* Banner */
#banner {
padding: 14em 0 12em 0 ;
height: auto; }
#banner:after {
display: none; }
/* CTA */
#cta .inner header {
float: left; }
#cta .inner .actions {
float: left; }
#cta .inner:after {
clear: both;
content: '';
display: block; }
/* Main */
#main > header {
background-image: url("../../images/banner.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative; }
#main > header:before {
background: #000000;
content: '';
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%; }
#main > header > * {
position: relative;
z-index: 1; }