-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgamepad.css
More file actions
118 lines (99 loc) · 1.43 KB
/
gamepad.css
File metadata and controls
118 lines (99 loc) · 1.43 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
115
116
117
118
.bbase {
fill:#dcdcdc;
}
.btext {
font-style:normal;
font-variant:normal;
font-family:Impact;
fill:#919191;
pointer-events: none;
}
.tbase {
fill:#dcdcdc;
stroke: #919191;
stroke-width: 4px;
stroke-opacity:1;
stroke-linecap:round;
stroke-linejoin:round;
}
.ttext {
font-style:normal;
font-variant:normal;
font-family:Impact;
fill:#919191;
pointer-events: none;
}
#AText {
font-style:normal;
font-variant:normal;
font-family:Impact;
font-size:40px;
fill:#1c736d;
}
#BText {
font-style:normal;
font-variant:normal;
font-family:Impact;
font-size:36px;
fill:#9a1223;
pointer-events: none;
}
.zbase {
fill:#4e40b5;
stroke: #3b3280;
stroke-width: 4px;
stroke-opacity:1;
stroke-linecap:round;
stroke-linejoin:round;
}
#lsOctagon {
fill:#a0a0a0;
}
#lStickBase {
fill: #dcdcdc;
}
#lStickDepth {
fill: #cdcdcd;
}
#lStickShadow {
fill:#848484;
}
.lStickCircle {
fill:none;
stroke: #c0c0c0;
stroke-width:3.75px;
stroke-linecap:round;
stroke-linejoin:round;
}
#csOctagon {
fill:#e7c518;
}
.cStickShadow2 {
fill:#b68e0b;
}
#cStickbase {
fill:#e7c518;
stroke:#b68e0b;
}
#cStickText {
fill:#b68e0b;
}
#dPadShape {
fill:#dcdcdc;
stroke:#dcdcdc;
}
.dPadDepth {
fill:#cdcdcd;
stroke:#cdcdcd;
stroke-linecap:round;
}
#dPadDisk {
fill:#919191;
}
.dPadArrow {
fill:#b0b0b0;
stroke:#b0b0b0;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
}