-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSTH1.css
More file actions
114 lines (99 loc) · 1.93 KB
/
STH1.css
File metadata and controls
114 lines (99 loc) · 1.93 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
Sonic the Hedgehog 1 Gamepad Viewer skin by Animach1ne twitch.tv/animach1ne
*/
/*Start Sonic the Hedgehog 1 Gamepad Viewer*/
.controller.custom{
background: url(https://i.imgur.com/YiZ1UnR.png);
width: 256px;
height: 100px;
}
.custom.disconnected {
background: url(https://i.imgur.com/oNWhJUU.png);
}
/* Dpad */
.custom .dpad{
position: absolute;
width: 88px;
height: 92px;
top: 4px;
left: 4px;
}
.custom .face{
position: absolute;
opacity: 0;
}
.custom .face.up{
top: 0px;
left: 32px;
background: url(https://i.imgur.com/0wj4IJA.png);
width: 24px;
height: 28px;
}
.custom .face.down{
top: 64px;
left: 32px;
background: url(https://i.imgur.com/fbjmndx.png);
width: 24px;
height: 28px;
}
.custom .face.left{
top: 32px;
left: 0px;
background: url(https://i.imgur.com/QtXce2B.png);
width: 24px;
height: 28px;
}
.custom .face.right{
top: 32px;
left: 64px;
background: url(https://i.imgur.com/JxM0paB.png);
width: 24px;
height: 28px;
}
.custom .face.pressed{
opacity: 1;
}
/* Start */
.custom .start{
position: absolute;
background: url(https://i.imgur.com/N5NxLQC.png);
width: 28px;
height: 28px;
top: 12px;
left: 176px;
opacity: 0;
}
.custom .start.pressed{
opacity: 1;
}
/* AB */
.custom .button{
position: absolute;
opacity: 0;
}
.custom .button.a.pressed{
background: url(https://i.imgur.com/UENwKQK.png);
width: 28px;
height: 28px;
top: 60px;
left: 128px;
opacity: 1;
}
.custom .button.b.pressed{
background: url(https://i.imgur.com/sDrf3bB.png);
width: 28px;
height: 28px;
top: 60px;
left: 176px;
opacity: 1;
}
/* C */
.custom .button.x.pressed{
background: url(https://i.imgur.com/ukxFmcZ.png);
width: 28px;
height: 28px;
top: 60px;
left: 224px;
opacity: 1;
}
/*END Sonic the Hedgehog 1 Gamepad Viewer*/