-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathdemo.css
More file actions
54 lines (47 loc) · 651 Bytes
/
Copy pathdemo.css
File metadata and controls
54 lines (47 loc) · 651 Bytes
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
* {
margin:0;
}
body {
overflow:hidden;
}
canvas {
/* background-color:black;*/
}
#hudCanvas {
position:absolute;
left:0;
top:0;
font-size:24px;
}
#canvasContainer, #theCanvas, #error {
/*height:675px;
width:1200px;*/
height:500px;
width:888px;
position:absolute;
top:0;
left:0;
}
#error {
position:absolute;
top:0;
left:0;
}
#info {
position:absolute;
top:0px;
left:888px;
padding:10px;
width:300px;
}
#threeinfo a {
color:white;
}
#threeinfo {
font-family:Georgia;
color:#eee;
position:absolute;
top:0;
left:0;
z-index:1000;
}