-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyle.css
58 lines (49 loc) · 784 Bytes
/
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
body {
font: 14px Lucida Grande, sans-serif;
text-shadow: #000000 2px 2px 10px;
color: #ffffff;
background-color: #000000;
margin: 0px;
overflow: hidden;
}
canvas {
width: 100%;
height: 100%;
}
#info-panel {
position: absolute;
top: 0px;
left: 0px;
width: auto;
text-align: left;
padding: 18px;
z-index: 1;
background: rgba(44, 44, 44, 0.4);
}
h1 {
margin-top: 0px;
}
a {
color: #ffffff;
}
ul {
list-style-type: square;
}
#info-btn {
float: right;
}
.dg.main.a {
width: 330px !important;
}
.close-button {
width: 330px !important;
}
#info-bottom-right {
position: absolute;
bottom: 0px;
right: 0px;
width: auto;
text-align: right;
padding: 18px;
z-index: 1;
}