-
Notifications
You must be signed in to change notification settings - Fork 0
/
bobaFett.css
294 lines (258 loc) · 5.88 KB
/
bobaFett.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
#boba-fett {
background-color: #7b7a77;
height: 330px;
width: 340px;
position: absolute;
top: 50px;
left: 50px;
}
/** Helment Base **/
/* Helmet variables */
:root {
--width: 120px;
--grey: #7b7a77;
--white: #fefefe;
--black: #0b0b0b;
--orange: #d5a115;
--darkgreen: #3a4e43;
--green: #446654;
--red: #84191c;
--red-shade: #621922;
--dark-red: #621922;
--dark-red-shade: #37141c;
}
/* Antenna */
#antenna-black-box {
z-index: 99;
position: absolute;
left: 37px;
top: 17px;
width: 0px;
height: 15px;
border-bottom: 5px solid transparent;
border-left: 40px solid var(--black);
border-right: 50px solid transparent;
}
#antenna-bar {
position: absolute;
left: 45px;
top: 35px;
width: 7px;
height: 92px;
background-color: var(--white);
}
#antenna-box {
position: absolute;
left: 35px;
top: 127px;
width: 27px;
height: 55px;
background-color: var(--orange);
}
/* Helmet Top - Green */
#helmet-top-left {
position: absolute;
left: 50px;
top: 50px;
background-color:var(--green);
border-radius: 70% 0% 0% 0%;
width: var(--width);
height: 210px;
}
/* Middle Green Circle */
#helmet-top-middle {
position: absolute;
left: 95px;
top: 50px;
overflow: hidden;
background-color: red;
border-radius: 50%;
width: 150px;
height: 60px;
background: linear-gradient(
to right,
var(--green) 0%,
var(--green) 50%,
var(--darkgreen) 50%,
var(--darkgreen) 100%
);
}
#helmet-top-right {
position: absolute;
left: 170px;
top: 50px;
background-color:var(--darkgreen);
border-radius: 0% 70% 0% 0%;
width: var(--width);
height: 210px;
}
/* Helmet Bottom - Angled Green */
#helmet-bottom {
position: absolute;
left: 50px;
top: 260px;
display: inline-flex;
}
#helmet-bottom-left {
border-left: 82px solid transparent;
border-right: 0px solid transparent;
border-top: 40px solid var(--green);
}
#helmet-bottom-middleLeft, #helmet-bottom-middleRight {
width: 38px;
height: 40px;
}
#helmet-bottom-middleLeft {
background-color: var(--green);
}
#helmet-bottom-middleRight{
background-color: var(--darkgreen);
}
#helmet-bottom-right {
border-left: 0px solid transparent;
border-right: 82px solid transparent;
border-top: 40px solid var(--darkgreen);
}
/** Helment Red **/
#red-top-left {
z-index: 99;
position: absolute;
left: 56.2px;
top: 120px;
width: 107.7px;
border-bottom: 21px solid var(--red);
border-left: 6px solid transparent;
}
#red-top-right {
z-index: 99;
position: absolute;
left: 170px;
top: 120px;
width: 107.5px;
border-bottom: 21px solid var(--red-shade);
border-right: 6px solid transparent;
}
/* Angled Eye Slits */
#red-triangle-left {
z-index: 3;
position: absolute;
left: 57px;
top: 139.5px;
border-bottom: 25.5px solid var(--red);
border-right: 96px solid transparent;
border-top: 0px solid transparent;
}
#red-triangle-right {
z-index: 3;
position: absolute;
left: 187px;
top: 139.5px;
border-bottom: 25.5px solid var(--red-shade);
border-left: 96px solid transparent;
border-top: 0px solid transparent;
}
/* Bottom Red Triangles - L&R */
#red-bottom-left {
z-index: 3;
position: absolute;
left: 52px;
top: 165px;
width: 13px;
border-bottom: 0px solid transparent;
border-left: 88px solid transparent;
border-top: 135px solid var(--red);
}
#red-bottom-right {
z-index: 3;
position: absolute;
left: 187px;
top: 165px;
width: 13px;
border-bottom: 0px solid transparent;
border-right: 88px solid transparent;
border-top: 135px solid var(--red-shade);
}
/* Darker Red, set as triangles behind brighter red - L&R */
#dark-red-left {
z-index: 1;
position: absolute;
left: 57px;
top: 141px;
width: 17px;
border-bottom: 0px solid transparent;
border-left: 96px solid transparent;
border-top: 159px solid var(--red-shade);
}
#dark-red-right {
z-index: 1;
position: absolute;
left: 170px;
top: 141px;
width: 17px;
border-bottom: 0px solid transparent;
border-right: 96px solid transparent;
border-top: 159px solid var(--dark-red-shade);
}
/* Green Elipsies to cover red triangle */
#green-round-left {
z-index: 98;
position: absolute;
left: 52px;
top: 165.4px;
height: 134.5px;
width: 88px;
background-color: var(--green);
border-radius: 1% 100% 0% 100% / 0% 99% 0% 100%;
}
#green-round-right {
z-index: 98;
position: absolute;
left: 200px;
top: 165.4px;
height: 134.5px;
width: 88px;
background-color: var(--darkgreen);
border-radius: 1% 100% 0% 100% / 0% 99% 0% 100%;
transform: scaleX(-1);
}
/* Red Angles to fill out Edge Green near eye slits */
#red-angle-cover-left {
position: absolute;
top: 144px;
left: 53.5px;
background-color: var(--red);
height: 25px;
width: 50px;
transform: rotate(9deg);
border-radius: 2% 100% 0% 0% / 50% 0% 0% 50%;
}
#red-angle-cover-right {
position: absolute;
top: 125px;
left: 235px;
background-color: var(--red-shade);
height: 45px;
width: 50px;
transform: rotate(-9deg);
border-radius: 100% 8% 0% 0% / 0% 100% 0% 0%;
/* border-radius: 100% 20% 0% 0% / 0% 50% 50% 0% ; */
}
/* Grey Cover to cover green elipsies....fml */
#grey-cover-left {
z-index: 99;
position: absolute;
left: 50px;
top: 260px;
border-left: 0px solid transparent;
border-right: 82px solid transparent;
border-bottom: 40px solid var(--grey);
}
#grey-cover-right {
z-index: 99;
position: absolute;
left: 208px;
top: 260px;
border-left: 82px solid transparent;
border-right: 0px solid transparent;
border-bottom: 40px solid var(--grey);
}