-
Notifications
You must be signed in to change notification settings - Fork 5
/
browser.css
45 lines (35 loc) · 857 Bytes
/
browser.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
@import url(http://fonts.googleapis.com/css?family=Cardo);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#topLeft {
height: 300px;
width: 600px;
}
.ace_editor {
margin-left:-15px;
width: 600px;
}
#edit {
height: 200px;
}
.prevSlide, .nextSlide {
height: 300px;
}
.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: 615px;
text-decoration:underline;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
.navigation div {
text-decoration: none;
text-align: center;
}
#leftPane {
box-shadow: 5px 0px 35px rgba(0,0,0,0.6);
}