-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSMQ_Input_Viewer.css
More file actions
91 lines (91 loc) · 1.92 KB
/
SMQ_Input_Viewer.css
File metadata and controls
91 lines (91 loc) · 1.92 KB
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
/*Super Mombo Quest Controller Styling by Animach1ne*/
/* *********************************************************** */
.controller.custom{
background: url(https://i.imgur.com/m3HJuxL.png);
height: 140px;
width: 980px;
}
.custom.disconnected div {
display: none;
}
/* *********************************************************** */
.custom .start{
position: absolute;
background: url(https://i.imgur.com/o42k7kc.png);
width: 140px;
height: 140px;
top: 0px;
left: 140px;
opacity: 0;
}
.custom .start.pressed{
opacity: 1;
}
/* *********************************************************** */
.custom .abxy{
position: absolute;
width: 980px;
height: 140px;
top: 0px;
left: 0px;
}
.custom .button{
position: absolute;
width:140px;
height:140px;
opacity: 0;
}
.custom .button.a.pressed{
background: url(https://i.imgur.com/4DgqC1u.png);
top: 0px;
left: 560px;
opacity: 1;
}
.custom .button.b.pressed{
background: url(https://i.imgur.com/l1KWt3M.png);
top: 0px;
left: 840px;
opacity: 1;
}
.custom .button.x.pressed{
background: url(https://i.imgur.com/dYCRbg7.png);
top: 0px;
left: 700px;
opacity: 1;
}
.custom .button.y.pressed{
background: url(https://i.imgur.com/L5CCeV0.png);
top: 0px;
left: 0px;
opacity: 1;
}
/* *********************************************************** */
.custom .dpad{
position: absolute;
width: 280px;
height: 140px;
top: 0px;
left: 280px;
}
.custom .face{
position: absolute;
opacity: 0;
}
.custom .face.left{
background: url(https://i.imgur.com/hffaQnH.png);
width: 140px;
height: 140px;
left: 0px;
top: 0px;
}
.custom .face.right{
background: url(https://i.imgur.com/3M0pVwo.png);
width: 140px;
height: 140px;
left: 140px;
top: 0px;
}
.custom .face.pressed{
opacity: 1;
}
/*END Super Mombo Quest Controller Styling*/