-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore.css
More file actions
35 lines (30 loc) · 739 Bytes
/
core.css
File metadata and controls
35 lines (30 loc) · 739 Bytes
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
body {
margin: 0;
background-image: url('background-pixel-gradient.png');
background-position: center;
background-repeat: repeat-y;
}
.header-layer {
width: 100%;
height: 965px; margin-bottom: -965px;
}
#background-color {
background-color: #cee3ea;
}
#background-sky-gradient {
background-image: url('background-sky-gradient.png');
background-position: center;
}
#background-radial-gradient {
background-image: url('background-radial-gradient.png');
background-position: center;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}
#airplug-logo {
display: block;
margin: 77px auto 0 auto;
position: relative; /* Ensure displays above background gradients */
}