|
5 | 5 | src: url(../assets/fonts/MinecraftRegular-Bmg3.otf); |
6 | 6 | } |
7 | 7 |
|
| 8 | +.dg.ac { |
| 9 | + z-index: 98; |
| 10 | +} |
| 11 | + |
8 | 12 | body { |
9 | 13 | margin: 0; |
10 | 14 | background: black; |
@@ -195,79 +199,71 @@ body { |
195 | 199 |
|
196 | 200 | :root { |
197 | 201 | --mn: 1; |
198 | | - --box: calc(9*3)px; |
199 | | - --st: calc(9*3)px; |
| 202 | + --box: calc(9 * 3) px; |
| 203 | + --st: calc(9 * 3) px; |
200 | 204 | } |
201 | 205 |
|
202 | 206 | .hp, |
203 | 207 | .food { |
204 | | - width: calc(9*3px); |
205 | | - height: calc(9*3px); |
| 208 | + width: calc(9 * 3px); |
| 209 | + height: calc(9 * 3px); |
206 | 210 | margin-right: -10px; |
207 | | - background-image: |
208 | | - url("../../assets/pack/assets/minecraft/textures/gui/icons.png"), |
209 | | - url("../../assets/pack/assets/minecraft/textures/gui/icons.png"); |
| 211 | + background-image: url("../../assets/pack/assets/minecraft/textures/gui/icons.png"), |
| 212 | + url("../../assets/pack/assets/minecraft/textures/gui/icons.png"); |
210 | 213 | background-repeat: no-repeat, no-repeat; |
211 | | - background-size: 256*3px auto, 256*3px auto; |
| 214 | + background-size: 256 * 3px auto, 256 * 3px auto; |
212 | 215 | display: inline-block; |
213 | 216 | image-rendering: pixelated; |
214 | 217 | } |
215 | 218 |
|
216 | 219 | .hp.full { |
217 | | - background-position: -3*52px 0px, |
218 | | - -3*16px 0px; |
| 220 | + background-position: -3 * 52px 0px, -3 * 16px 0px; |
219 | 221 | } |
220 | 222 |
|
221 | 223 | .hp.half { |
222 | | - background-position: -3*61px 0px, |
223 | | - -3*16px 0px; |
| 224 | + background-position: -3 * 61px 0px, -3 * 16px 0px; |
224 | 225 | } |
225 | 226 |
|
226 | 227 | .hp.empty { |
227 | | - background-position: -3*16px 0px, |
228 | | - -3*16px 0px; |
| 228 | + background-position: -3 * 16px 0px, -3 * 16px 0px; |
229 | 229 | } |
230 | 230 |
|
231 | 231 | .food.full { |
232 | | - background-position: -3*52px -3*27px, |
233 | | - -3*16px -3*27px; |
| 232 | + background-position: -3 * 52px -3 * 27px, -3 * 16px -3 * 27px; |
234 | 233 | } |
235 | 234 |
|
236 | 235 | .food.half { |
237 | | - background-position: -3*61px -3*27px, |
238 | | - -3*16px -3*27px; |
| 236 | + background-position: -3 * 61px -3 * 27px, -3 * 16px -3 * 27px; |
239 | 237 | } |
240 | 238 |
|
241 | 239 | .food.empty { |
242 | | - background-position: -3*16px -3*27px, |
243 | | - -3*16px -3*27px; |
| 240 | + background-position: -3 * 16px -3 * 27px, -3 * 16px -3 * 27px; |
244 | 241 | } |
245 | 242 |
|
246 | 243 | .xp_bar_empty, |
247 | 244 | .xp_bar { |
248 | 245 | position: fixed; |
249 | 246 | bottom: 65px; |
250 | 247 | left: calc(50vw - 275px); |
251 | | - width: 256*3px; |
252 | | - height: 3*5px; |
| 248 | + width: 256 * 3px; |
| 249 | + height: 3 * 5px; |
253 | 250 | background-image: url("../../assets/pack/assets/minecraft/textures/gui/icons.png"); |
254 | 251 | background-repeat: no-repeat; |
255 | 252 | border: 0px; |
256 | | - background-size: 256*3px auto; |
| 253 | + background-size: 256 * 3px auto; |
257 | 254 | border: none; |
258 | 255 | } |
259 | 256 |
|
260 | 257 | .xp_bar_empty { |
261 | 258 | image-rendering: pixelated; |
262 | | - background-position: 0px -3*64px; |
| 259 | + background-position: 0px -3 * 64px; |
263 | 260 | } |
264 | 261 |
|
265 | 262 | .xp_bar { |
266 | 263 | image-rendering: pixelated; |
267 | | - background-position: 0px -3*68px; |
| 264 | + background-position: 0px -3 * 68px; |
268 | 265 | } |
269 | 266 |
|
270 | | - |
271 | 267 | .inv_window { |
272 | 268 | z-index: 10; |
273 | 269 | background-image: url("../../assets/pack/assets/minecraft/textures/gui/container/inventory.png"); |
|
0 commit comments