-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
95 lines (85 loc) · 1.54 KB
/
styles.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#gameWorld {
position:absolute;
border: 3px double rgb(255, 255, 255);
background: rgb(0, 0, 0);
box-sizing: border-box;
margin:10px;
z-index: 0;
cursor:pointer;
}
#description {
width: 300px;
height: 706px;
padding: 10px;
left: 630px;
position: absolute;
border: 3px double rgb(255, 255, 255);
background: rgb(0, 0, 0);
box-sizing: border-box;
margin:10px;
z-index: 0;
color: white;
}
#center1, #center2, #center3, #center4 {
position:relative;
background:rgb(0, 0, 0);
width:1px;
height:1px;
}
#center1 {
top:0%;
left:50%;
}
#center2 {
top:25%;
left:50%;
}
#center3 {
top:50%;
left:50%;
}
#center4 {
top:75%;
left:50%;
}
#cageBorder {
width: 602px;
height: 200px;
position:absolute;
border:dashed 1px rgba(54, 144, 223, 0.26);
/* background: black; */
box-sizing: border-box;
margin:12px;
z-index: 1;
}
#rotateme {
width:50px;
height:220px;
border:solid 1px rgb(0, 0, 0);
z-index:1;
position:absolute;
border-radius: 5px;
top:520px;
left:285px;
transform-origin: 50% 100%;
background-color: rgba(54, 144, 223, 0.26);
}
#blocker {
width:604px;
height:122px;
border:solid 1px rgba(255, 0, 0, 0);
z-index:2;
position:absolute;
top:600px;
left:18px;
}
#blocker2 {
width:600px;
height:40px;
border:solid 1px rgba(0, 255, 21, 0);
background-color: cornflowerblue;
z-index:2;
position:absolute;
top:724px;
left:20px;
}