-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbunny.scss
49 lines (45 loc) · 869 Bytes
/
bunny.scss
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
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
.webgl {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
outline: none;
background-color: #000000;
cursor: move;
/* fallback if grab cursor is unsupported */
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
#credits {
position: absolute;
width: 100%;
margin: auto;
bottom: 0;
margin-bottom: 20px;
font-family: "Open Sans", sans-serif;
color: #544027;
font-size: 0.7em;
text-transform: uppercase;
text-align: center;
}
#credits a {
color: #7beeff;
}
#credits a:hover {
color: #ff3434;
}
#instructions{
position: absolute;
width: 100%;
margin: auto;
bottom: 60px;
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}