-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin99.css
142 lines (140 loc) · 2.68 KB
/
skin99.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.controller.edit {
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/base-blue2.png);
height: 650px;
width: 743px;
}
.edit .stick {
position: absolute;
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/sticks.png);
background-position: 84px 0;
height: 84px;
width: 84px;
}
.edit .sticks{
position: absolute;
width: 140px;
height: 139px;
top: 231px;
left: 138px;
}
.edit .stick.right{
top: calc(100% - 25px);
left: calc(100% + 150px);
}
.edit .bumper{
width: 162px;
height: 60px;
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/bumper.png);
opacity: 0;
}
.edit .bumpers{
width: 523px;
top: 130px;
left: 110px;
}
/*.edit .bumper.right{
left: calc(100% - 12px);
}*/
.edit .abxy{
position: absolute;
top: 190px;
left: 483px;
}
.edit .button{
position: absolute;
width: 54px;
height: 54px;
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/abxy2.png);
}
.edit .button.pressed{
background-position-y: -56px;
margin-top: -1px;
}
.edit .a{
background-position: 0 0;
top: 108px;
left: 55px;
}
.edit .b{
background-position: -53px 0;
top: 61px;
left: 105px;
}
.edit .x{
background-position: -106px 0;
top: 58px;
left: 2px;
}
.edit .y{
background-position: 54px 0;
left: 54px;
top: 9px;
}
.edit .arrows{
position: absolute;
width: 143px;
height: 33px;
top: 257px;
left: 300px;
}
.edit .back, .edit .start{
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/start-select1.png);
width: 33px;
height: 33px;
opacity: 0;
}
.edit .back.pressed, .edit .start.pressed{
opacity: 1;
}
.edit .back{
float: left;
}
.edit .start{
background-position: 33px 0px;
float: right;
}
.edit .dpad{
position: absolute;
width: 119px;
height: 115px;
top: 338px;
left: 214px;
}
.edit .face{
background: url(https://raw.githubusercontent.com/appleguy010/blue-gampad-skin/master/dpad1.png);
position: absolute;
opacity: 0;
}
.edit .face.pressed{
opacity: 1;
}
.edit .face.up{
background-position: 39px 0;
left: 40px;
top: 0px;
width: 37px;
height: 38px;
}
.edit .face.down{
left: 38px;
bottom: 0;
width: 40px;
height: 38px;
}
.edit .face.left{
background-position: 0 -79px;
width: 41px;
height: 39px;
top: 39px;
left: 0;
}
.edit .face.right{
background-position: 0 -39px;
width: 41px;
height: 39px;
top: 39px;
right: 0;
}
.edit .quadrant{
display: none
}