-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (54 loc) · 1.06 KB
/
styles.css
File metadata and controls
60 lines (54 loc) · 1.06 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
body{border:0;margin:0;padding:0;background:#ccd1c7;}
.wrapper{
height:600px;
width:100%;
background : url(images/bg.png) repeat-x;
position:absolute;
top:-160px;
}
.seismic{
background: url(images/seismic.png) repeat-x;
height:265px;
margin-top:150px;
}
.logo{
background: url(images/logo.png) no-repeat;
width:239px;
height:64px;
position:absolute;
top:215px;
left:50px;
}
.download{
display:block;
background: url(images/download.png) no-repeat;
height:151px; width:151px;
position:absolute;
top:310px;
left:144px;
}
.screenshot{
background:url(images/screenshot.png) #aab1a7 10px 10px no-repeat;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding:10px;
width:436px;
height:447px;
margin-top:65px;
margin-left:312px;
margin-bottom:20px;
}
.copy{
color:#4B4848;
font-family:helvetica,arial,sans-serif;
font-size:14px;
left:312px;
line-height:19px;
position:absolute;
text-align:justify;
top:307px;
width:456px;
}
.copy a, .copy a:visited, .copy a:active, .copy a:hover{
color:#6F4C4C;
}