-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.css
60 lines (47 loc) · 1.06 KB
/
main.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
@import url(http://fonts.googleapis.com/css?family=Cardo);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html, body, #edit, #bottomLeft {
height: 100%;
}
img {
display: block;
}
#topLeft {
height: 300px;
}
.prevSlide, .nextSlide {
height: 300px;
width: 300px;
float: left;
}
.prevSlide {
cursor: url('http://ga-dash.s3.amazonaws.com/production/assets/left-pointer-0f3eec3e7a95e4de64f52601d8d90a62.png'), pointer;
}
.nextSlide {
cursor: url('http://ga-dash.s3.amazonaws.com/production/assets/right-pointer-39e799e12cb1a1fb6a25d54054188bcb.png'), pointer;
}
.navigation {
width: 600px;
text-decoration:underline;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
height: 20px
}
#prev, #curr, #next {
float: left;
width: 200px;
color: white;
text-decoration: underline;
text-align: center;
}
#leftPane {
height: 100%;
width: 600px;
box-shadow: 5px 0px 35px rgba(0,0,0,0.6);
float: left;
}
#rightPane {
overflow: scroll;
overflow-x: scroll;
overflow-y: scroll;
}