-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (56 loc) · 1.04 KB
/
style.css
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
.appvertise-wrapper {
display: none;
}
.appvertise-wrapper, .appbox {
width: 950px;
height: 300px;
position: relative;
overflow: hidden;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.appbox .app-slide1, .app-slide2 {
float: left;
position: absolute;
left: 0;
top: 0;
width: 750px;
height: 300px;
}
.appbox .navigation {
float: right;
width: 200px;
height: 300px;
}
.appbox ul.slides{
list-style: none;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.appbox ul.slides li{
list-style: none;
list-style-type: none;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
left: 0px;
width: 600px;
height: 300px;
}
.appvertise-wrapper .navigation ul{
list-style: none;
list-style-type: none;
margin: 0px;
}
.appvertise-wrapper .navigation li{
list-style: none;
list-style-type: none;
margin: 0px 0px;
height: 100px;
}