-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
56 lines (51 loc) · 987 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
#canvas-wrap {
position:relative
} /* Make this a positioned parent */
.interface {
position:absolute;
top:0px;
left:0px;
width: 1024px;
height: 768px;
overflow: hidden;
}
.label {
position:absolute;
font-family: "Helvetica";
top:20px;
left:30px;
color: #FFF;
float: right;
margin-left: 830px;
margin-top: 10px;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.label2 {
position:absolute;
font-family: "Helvetica";
text-align: center;
width: 100%;
top: 250px;
color: #FFF;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
z-index: 9999;
}
.wheel {
/*padding-top: 470px;
padding-left: 150px;*/
margin-top: 550px;
margin-left: 250px;
width: 50%;
height: 50%;
}
#hitbox {
position: absolute;
width: 1024px;
padding-bottom: 1024px;
height: 768px;
background-color: #ff0000;
}