@wwawing/styles 3.6.6 → 3.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/output/wwa.css CHANGED
@@ -6,35 +6,35 @@
6
6
  フォントやフォントサイズは自由に変更できます。
7
7
  */
8
8
  .wwa-size-box {
9
- width: 560px;
10
- height: 440px;
11
- font-size: 16px;
12
- font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
13
- line-height: 1.2;
14
- text-indent: 0px;
15
- letter-spacing: 0px;
16
- word-spacing: 0px;
17
- writing-mode: horizontal-tb;
18
- overflow: hidden;
9
+ width: 560px;
10
+ height: 440px;
11
+ font-size: 16px;
12
+ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
13
+ line-height: 1.2;
14
+ text-indent: 0px;
15
+ letter-spacing: 0px;
16
+ word-spacing: 0px;
17
+ writing-mode: horizontal-tb;
18
+ overflow: hidden;
19
19
  }
20
20
 
21
21
  div#wwa-wrapper {
22
- position: relative;
23
- margin: 0 auto;
24
- text-align: center;
22
+ position: relative;
23
+ margin: 0 auto;
24
+ text-align: center;
25
25
  }
26
26
 
27
27
  #wwa-audio-wrapper, #wwa-controller {
28
- position: absolute;
29
- top: 0;
30
- left: 0;
31
- width: 440px;
32
- height: 440px;
28
+ position: absolute;
29
+ top: 0;
30
+ left: 0;
31
+ width: 440px;
32
+ height: 440px;
33
33
  }
34
34
 
35
35
  #wwa-audio-wrapper {
36
- display: none;
37
- overflow: hidden;
36
+ display: none;
37
+ overflow: hidden;
38
38
  }
39
39
 
40
40
  /**
@@ -42,578 +42,578 @@ div#wwa-wrapper {
42
42
  * UI 構築の際はこれらのセレクターもご活用ください。
43
43
  */
44
44
  div.savedata > div.wide-cell-row, .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
45
- width: 120px;
46
- height: 35px;
47
- line-height: 35px;
48
- font-size: 14px;
45
+ width: 120px;
46
+ height: 35px;
47
+ line-height: 35px;
48
+ font-size: 14px;
49
49
  }
50
50
 
51
51
  div.savedata > div.wide-cell-row > div.status-icon, div.item-disp, div.item-click-border, div#wwa-sidebar > div.item-cell {
52
- position: absolute;
53
- width: 40px;
54
- height: 40px;
52
+ position: absolute;
53
+ width: 40px;
54
+ height: 40px;
55
55
  }
56
56
 
57
57
  div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onpress {
58
- margin: 3px 0 0 3px;
58
+ margin: 3px 0 0 3px;
59
59
  }
60
60
 
61
61
  .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
62
- position: absolute;
62
+ position: absolute;
63
63
  }
64
64
 
65
65
  div#wwa-sidebar {
66
- position: absolute;
67
- top: 0px;
68
- left: 440px;
69
- width: 120px;
70
- height: 440px;
71
- background-color: #000000;
72
- font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
66
+ position: absolute;
67
+ top: 0px;
68
+ left: 440px;
69
+ width: 120px;
70
+ height: 440px;
71
+ background-color: #000000;
72
+ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
73
73
  }
74
74
  div.status-icon {
75
- width: 40px;
76
- height: 35px;
77
- margin-left: 6px;
75
+ width: 40px;
76
+ height: 35px;
77
+ margin-left: 6px;
78
78
  }
79
79
 
80
80
  div.status-value-box {
81
- top: 0;
82
- left: 0;
83
- padding-left: 46px;
84
- box-sizing: border-box;
85
- text-align: center;
81
+ top: 0;
82
+ left: 0;
83
+ padding-left: 46px;
84
+ box-sizing: border-box;
85
+ text-align: center;
86
86
  }
87
87
 
88
88
  div.item-click-border {
89
- top: 0;
90
- left: 0;
89
+ top: 0;
90
+ left: 0;
91
91
  }
92
92
 
93
93
  div.item-disp {
94
- top: 0;
95
- left: 0;
94
+ top: 0;
95
+ left: 0;
96
96
  }
97
97
 
98
98
  .item-overwritten {
99
- width: 40px;
100
- height: 40px;
101
- z-index: 0 !important;
99
+ width: 40px;
100
+ height: 40px;
101
+ z-index: 0 !important;
102
102
  }
103
103
 
104
104
  .item-transitioning {
105
- z-index: 240 !important;
105
+ z-index: 240 !important;
106
106
  }
107
107
 
108
108
  .wide-button {
109
- cursor: pointer;
109
+ cursor: pointer;
110
110
  }
111
111
 
112
112
  #disp-energy {
113
- top: 0;
114
- left: 0px;
113
+ top: 0;
114
+ left: 0px;
115
115
  }
116
116
 
117
117
  #disp-strength {
118
- top: 35px;
119
- left: 0px;
118
+ top: 35px;
119
+ left: 0px;
120
120
  }
121
121
 
122
122
  #disp-defence {
123
- top: 70px;
124
- left: 0px;
123
+ top: 70px;
124
+ left: 0px;
125
125
  }
126
126
 
127
127
  #disp-gold {
128
- top: 105px;
129
- left: 0px;
128
+ top: 105px;
129
+ left: 0px;
130
130
  }
131
131
 
132
132
  #item0 {
133
- top: 140px;
134
- left: 0px;
133
+ top: 140px;
134
+ left: 0px;
135
135
  }
136
136
 
137
137
  #item1 {
138
- top: 140px;
139
- left: 40px;
138
+ top: 140px;
139
+ left: 40px;
140
140
  }
141
141
 
142
142
  #item2 {
143
- top: 140px;
144
- left: 80px;
143
+ top: 140px;
144
+ left: 80px;
145
145
  }
146
146
 
147
147
  #item3 {
148
- top: 180px;
149
- left: 0px;
148
+ top: 180px;
149
+ left: 0px;
150
150
  }
151
151
 
152
152
  #item4 {
153
- top: 180px;
154
- left: 40px;
153
+ top: 180px;
154
+ left: 40px;
155
155
  }
156
156
 
157
157
  #item5 {
158
- top: 180px;
159
- left: 80px;
158
+ top: 180px;
159
+ left: 80px;
160
160
  }
161
161
 
162
162
  #item6 {
163
- top: 220px;
164
- left: 0px;
163
+ top: 220px;
164
+ left: 0px;
165
165
  }
166
166
 
167
167
  #item7 {
168
- top: 220px;
169
- left: 40px;
168
+ top: 220px;
169
+ left: 40px;
170
170
  }
171
171
 
172
172
  #item8 {
173
- top: 220px;
174
- left: 80px;
173
+ top: 220px;
174
+ left: 80px;
175
175
  }
176
176
 
177
177
  #item9 {
178
- top: 260px;
179
- left: 0px;
178
+ top: 260px;
179
+ left: 0px;
180
180
  }
181
181
 
182
182
  #item10 {
183
- top: 260px;
184
- left: 40px;
183
+ top: 260px;
184
+ left: 40px;
185
185
  }
186
186
 
187
187
  #item11 {
188
- top: 260px;
189
- left: 80px;
188
+ top: 260px;
189
+ left: 80px;
190
190
  }
191
191
 
192
192
  #cell-load {
193
- top: 300px;
194
- left: 0px;
193
+ top: 300px;
194
+ left: 0px;
195
195
  }
196
196
 
197
197
  #button-load {
198
- top: 300px;
199
- left: 0px;
198
+ top: 300px;
199
+ left: 0px;
200
200
  }
201
201
 
202
202
  #cell-save {
203
- top: 335px;
204
- left: 0px;
203
+ top: 335px;
204
+ left: 0px;
205
205
  }
206
206
 
207
207
  #button-save {
208
- top: 335px;
209
- left: 0px;
208
+ top: 335px;
209
+ left: 0px;
210
210
  }
211
211
 
212
212
  #cell-restart {
213
- top: 370px;
214
- left: 0px;
213
+ top: 370px;
214
+ left: 0px;
215
215
  }
216
216
 
217
217
  #button-restart {
218
- top: 370px;
219
- left: 0px;
218
+ top: 370px;
219
+ left: 0px;
220
220
  }
221
221
 
222
222
  #cell-gotowwa {
223
- top: 405px;
224
- left: 0px;
223
+ top: 405px;
224
+ left: 0px;
225
225
  }
226
226
 
227
227
  #button-gotowwa {
228
- top: 405px;
229
- left: 0px;
228
+ top: 405px;
229
+ left: 0px;
230
230
  }
231
231
 
232
232
  canvas.wwa-canvas {
233
- display: block;
234
- position: absolute;
233
+ display: block;
234
+ position: absolute;
235
235
  }
236
236
 
237
237
  #wwa-cover {
238
- position: absolute;
239
- top: 0;
240
- left: 0;
241
- width: 560px;
242
- height: 440px;
243
- line-height: 16px;
244
- font-size: 12px;
245
- background-color: #FFFFFF;
238
+ position: absolute;
239
+ top: 0;
240
+ left: 0;
241
+ width: 560px;
242
+ height: 440px;
243
+ line-height: 16px;
244
+ font-size: 12px;
245
+ background-color: #FFFFFF;
246
246
  }
247
247
  #wwa-cover > #version {
248
- position: absolute;
249
- bottom: 32px;
250
- height: 16px;
251
- text-align: left;
252
- padding-left: 4px;
253
- color: #000000;
248
+ position: absolute;
249
+ bottom: 32px;
250
+ height: 16px;
251
+ text-align: left;
252
+ padding-left: 4px;
253
+ color: #000000;
254
254
  }
255
255
  #wwa-cover > #progress-message-container {
256
- position: absolute;
257
- bottom: 16px;
258
- height: 16px;
259
- text-align: left;
260
- padding-left: 4px;
261
- color: #000000;
256
+ position: absolute;
257
+ bottom: 16px;
258
+ height: 16px;
259
+ text-align: left;
260
+ padding-left: 4px;
261
+ color: #000000;
262
262
  }
263
263
  #wwa-cover > #progress-bar {
264
- position: absolute;
265
- bottom: 0;
266
- left: 0;
267
- width: auto;
268
- height: 16px;
269
- background-color: #00ff90;
264
+ position: absolute;
265
+ bottom: 0;
266
+ left: 0;
267
+ width: auto;
268
+ height: 16px;
269
+ background-color: #00ff90;
270
270
  }
271
271
  #wwa-cover > #progress-bar-bg {
272
- position: absolute;
273
- bottom: 0;
274
- left: 0;
275
- width: 560px;
276
- height: 16px;
277
- background-color: #808080;
272
+ position: absolute;
273
+ bottom: 0;
274
+ left: 0;
275
+ width: 560px;
276
+ height: 16px;
277
+ background-color: #808080;
278
278
  }
279
279
  #wwa-cover > #progress-bar-audio {
280
- position: absolute;
281
- bottom: 0;
282
- left: 0;
283
- width: auto;
284
- height: 16px;
285
- background-color: #008aff;
280
+ position: absolute;
281
+ bottom: 0;
282
+ left: 0;
283
+ width: auto;
284
+ height: 16px;
285
+ background-color: #008aff;
286
286
  }
287
287
  #wwa-cover > #progress-disp {
288
- position: absolute;
289
- bottom: 0;
290
- right: 0;
291
- width: 120px;
292
- height: 16px;
293
- background-color: #FF6A00;
294
- color: #FFFFFF;
295
- text-align: center;
296
- font-weight: bold;
297
- overflow: hidden;
288
+ position: absolute;
289
+ bottom: 0;
290
+ right: 0;
291
+ width: 120px;
292
+ height: 16px;
293
+ background-color: #FF6A00;
294
+ color: #FFFFFF;
295
+ text-align: center;
296
+ font-weight: bold;
297
+ overflow: hidden;
298
298
  }
299
299
 
300
300
  #wwa-fader {
301
- position: absolute;
302
- top: 0;
303
- left: 0;
304
- width: 440px;
305
- height: 440px;
306
- border-width: 0;
307
- border-color: #808080;
308
- border-style: solid;
309
- display: none;
301
+ position: absolute;
302
+ top: 0;
303
+ left: 0;
304
+ width: 440px;
305
+ height: 440px;
306
+ border-width: 0;
307
+ border-color: #808080;
308
+ border-style: solid;
309
+ display: none;
310
310
  }
311
311
 
312
312
  #wwa-text-message-window,
313
313
  .wwa-message-window, #wwa-battle-estimate, #wwa-password-window {
314
- background-color: rgba(255, 255, 255, 0.9);
315
- border: 2px solid #000;
316
- border-radius: 10px;
317
- box-sizing: border-box;
318
- overflow: auto;
319
- user-select: none;
314
+ background-color: rgba(255, 255, 255, 0.9);
315
+ border: 2px solid #000;
316
+ border-radius: 10px;
317
+ box-sizing: border-box;
318
+ overflow: auto;
319
+ user-select: none;
320
320
  }
321
321
 
322
322
  #wwa-battle-estimate, #wwa-password-window {
323
- position: absolute;
324
- top: 0;
325
- left: 0;
326
- margin: 20px;
327
- width: 400px;
328
- height: 400px;
329
- cursor: pointer;
323
+ position: absolute;
324
+ top: 0;
325
+ left: 0;
326
+ margin: 20px;
327
+ width: 400px;
328
+ height: 400px;
329
+ cursor: pointer;
330
330
  }
331
331
 
332
332
  #wwa-text-message-window,
333
333
  .wwa-message-window {
334
- position: absolute;
334
+ position: absolute;
335
335
  }
336
336
 
337
337
  #wwa-password-window {
338
- font-size: 12px;
338
+ font-size: 12px;
339
339
  }
340
340
  #wwa-password-window > div.wwa-password-description {
341
- text-align: left;
342
- padding: 8px;
341
+ text-align: left;
342
+ padding: 8px;
343
343
  }
344
344
  #wwa-password-window > textarea {
345
- font-size: inherit;
345
+ font-size: inherit;
346
346
  }
347
347
  #wwa-password-window > div.wwa-password-submit {
348
- padding: 4px;
349
- box-sizing: border-box;
348
+ padding: 4px;
349
+ box-sizing: border-box;
350
350
  }
351
351
  #wwa-password-window > div.wwa-password-submit button {
352
- display: inline;
353
- margin: 0 4px;
352
+ display: inline;
353
+ margin: 0 4px;
354
354
  }
355
355
 
356
356
  #wwa-battle-estimate {
357
- font-size: 16px;
357
+ font-size: 16px;
358
358
  }
359
359
  #wwa-battle-estimate > .est {
360
- width: 100%;
361
- height: 50px;
360
+ width: 100%;
361
+ height: 50px;
362
362
  }
363
363
  #wwa-battle-estimate > .est > .est-img-wrapper {
364
- width: 40px;
365
- height: 40px;
366
- margin: 5px;
367
- float: left;
364
+ width: 40px;
365
+ height: 40px;
366
+ margin: 5px;
367
+ float: left;
368
368
  }
369
369
  #wwa-battle-estimate > .est > .est-status-wrapper {
370
- height: 40px;
371
- margin: 5px;
372
- float: left;
373
- text-align: left;
374
- position: relative;
370
+ height: 40px;
371
+ margin: 5px;
372
+ float: left;
373
+ text-align: left;
374
+ position: relative;
375
375
  }
376
376
  #wwa-battle-estimate > .est > .est-status-wrapper > div {
377
- width: 140px;
378
- height: 20px;
379
- line-height: 20px;
380
- position: absolute;
377
+ width: 140px;
378
+ height: 20px;
379
+ line-height: 20px;
380
+ position: absolute;
381
381
  }
382
382
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-energy {
383
- top: 0;
384
- left: 0;
383
+ top: 0;
384
+ left: 0;
385
385
  }
386
386
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-strength {
387
- top: 0;
388
- left: 140px;
387
+ top: 0;
388
+ left: 140px;
389
389
  }
390
390
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-defence {
391
- top: 20px;
392
- left: 0;
391
+ top: 20px;
392
+ left: 0;
393
393
  }
394
394
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-damage {
395
- top: 20px;
396
- left: 140px;
397
- color: #FF0000;
398
- white-space: nowrap;
395
+ top: 20px;
396
+ left: 140px;
397
+ color: #FF0000;
398
+ white-space: nowrap;
399
399
  }
400
400
  #wwa-battle-estimate > .est:after {
401
- content: "";
402
- clear: left;
403
- display: block;
404
- height: 0;
405
- visibility: hidden;
401
+ content: "";
402
+ clear: left;
403
+ display: block;
404
+ height: 0;
405
+ visibility: hidden;
406
406
  }
407
407
 
408
408
  .wwa-yesno-wrapper {
409
- margin: 0 0 10px 246px;
410
- width: 80px;
411
- height: 40px;
412
- cursor: pointer;
409
+ margin: 0 0 10px 246px;
410
+ width: 80px;
411
+ height: 40px;
412
+ cursor: pointer;
413
413
  }
414
414
 
415
415
  .wwa-yes-button,
416
416
  .wwa-no-button {
417
- padding: 0;
418
- margin: 0;
419
- float: left;
420
- width: 40px;
421
- height: 40px;
417
+ padding: 0;
418
+ margin: 0;
419
+ float: left;
420
+ width: 40px;
421
+ height: 40px;
422
422
  }
423
423
 
424
424
  #wwa-wrapper.useScaleUp #wwa-text-message-window {
425
- overflow: hidden;
425
+ overflow: hidden;
426
426
  }
427
427
  #wwa-wrapper.useScaleUp #wwa-text-message-window .wwa-yesno-wrapper {
428
- transform: scale(1.5, 1.5) translate(-30px, 20px);
429
- image-rendering: pixelated;
430
- width: 100px;
431
- height: 80px !important;
428
+ transform: scale(1.5, 1.5) translate(-30px, 20px);
429
+ image-rendering: pixelated;
430
+ width: 100px;
431
+ height: 80px !important;
432
432
  }
433
433
  #wwa-wrapper.useScaleUp #wwa-text-message-window .wwa-yesno-wrapper .wwa-yes-button,
434
434
  #wwa-wrapper.useScaleUp #wwa-text-message-window .wwa-yesno-wrapper .wwa-no-button {
435
- margin: 0 5px !important;
435
+ margin: 0 5px !important;
436
436
  }
437
437
 
438
438
  div.savedata {
439
- display: inline-block;
440
- text-align: center;
441
- padding: 2px 17px;
442
- vertical-align: middle;
443
- font-size: 0;
444
- border-width: 3px;
445
- border-style: dotted;
446
- border-color: transparent;
447
- border-radius: 7px;
439
+ display: inline-block;
440
+ text-align: center;
441
+ padding: 2px 17px;
442
+ vertical-align: middle;
443
+ font-size: 0;
444
+ border-width: 3px;
445
+ border-style: dotted;
446
+ border-color: transparent;
447
+ border-radius: 7px;
448
448
  }
449
449
  div.savedata.select {
450
- border-color: #FF0000;
450
+ border-color: #FF0000;
451
451
  }
452
452
  div.savedata > div.wide-cell-row {
453
- position: relative;
454
- pointer-events: none;
453
+ position: relative;
454
+ pointer-events: none;
455
455
  }
456
456
  div.savedata > div.wide-cell-row > div.status-icon {
457
- top: 0;
458
- left: 6px;
459
- padding: 0;
460
- margin: 0;
457
+ top: 0;
458
+ left: 6px;
459
+ padding: 0;
460
+ margin: 0;
461
461
  }
462
462
  div.savedata > div.ss {
463
- display: inline-block;
464
- padding: 0;
465
- margin: 0px 4px 3px 4px;
466
- position: relative;
467
- pointer-events: none;
463
+ display: inline-block;
464
+ padding: 0;
465
+ margin: 0px 4px 3px 4px;
466
+ position: relative;
467
+ pointer-events: none;
468
468
  }
469
469
  div.savedata > div.ss:empty {
470
- background-color: rgba(0, 0, 0, 0.2);
471
- width: 99px;
472
- height: 99px;
470
+ background-color: rgba(0, 0, 0, 0.2);
471
+ width: 99px;
472
+ height: 99px;
473
473
  }
474
474
  div.savedata > div.ss > canvas {
475
- display: inline-block;
475
+ display: inline-block;
476
476
  }
477
477
  div.savedata > div.ss > span {
478
- display: inline-block;
479
- font-size: 7px;
480
- position: absolute;
481
- bottom: 0;
482
- right: 0;
483
- background-color: rgba(0, 0, 0, 0.6);
484
- color: white;
485
- padding: 3px 7px;
478
+ display: inline-block;
479
+ font-size: 7px;
480
+ position: absolute;
481
+ bottom: 0;
482
+ right: 0;
483
+ background-color: rgba(0, 0, 0, 0.6);
484
+ color: white;
485
+ padding: 3px 7px;
486
486
  }
487
487
 
488
488
  .wwa-vardump-wrapper {
489
- margin: 0 auto;
489
+ margin: 0 auto;
490
490
  }
491
491
 
492
492
  .wwa-vardump-wrapper > table {
493
- margin: 0 auto;
494
- text-align: center;
495
- width: 560px;
493
+ margin: 0 auto;
494
+ text-align: center;
495
+ width: 560px;
496
496
  }
497
497
 
498
498
  .wwa-vardump-wrapper > table th.varlist-header {
499
- background-color: orange;
499
+ background-color: orange;
500
500
  }
501
501
 
502
502
  .wwa-vardump-wrapper > table tr.var-number > th {
503
- background-color: #FFFF66;
503
+ background-color: #FFFF66;
504
504
  }
505
505
 
506
506
  .wwa-vardump-wrapper > table tr.var-val > td {
507
- background-color: #FFFFCC;
507
+ background-color: #FFFFCC;
508
508
  }
509
509
 
510
510
  .wwa-vardump-wrapper > table th, .wwa-vardump-wrapper > table td {
511
- width: 3em;
511
+ width: 3em;
512
512
  }
513
513
 
514
514
  #wwa-virtualpad-left,
515
515
  #wwa-virtualpad-right {
516
- bottom: 0;
517
- position: fixed;
516
+ bottom: 0;
517
+ position: fixed;
518
518
  }
519
519
 
520
520
  #wwa-virtualpad-left {
521
- left: 0;
521
+ left: 0;
522
522
  }
523
523
  #wwa-virtualpad-left .virtualpad_move button {
524
- border-radius: 1rem;
524
+ border-radius: 1rem;
525
525
  }
526
526
 
527
527
  #wwa-virtualpad-right {
528
- right: 0;
528
+ right: 0;
529
529
  }
530
530
  #wwa-virtualpad-right .virtualpad_select button {
531
- border-radius: 50%;
531
+ border-radius: 50%;
532
532
  }
533
533
  #wwa-virtualpad-right .virtualpad_speedcontrol button {
534
- font-size: 30px;
535
- height: 50px;
536
- width: 90px;
534
+ font-size: 30px;
535
+ height: 50px;
536
+ width: 90px;
537
537
  }
538
538
 
539
539
  #wwa-virtualpad-left button,
540
540
  #wwa-virtualpad-right button {
541
- background-color: #c0c0c0;
542
- border: 0;
543
- color: #000;
544
- opacity: 0.75;
541
+ background-color: #c0c0c0;
542
+ border: 0;
543
+ color: #000;
544
+ opacity: 0.75;
545
545
  }
546
546
 
547
547
  #wwa-virtualpad-left .virtualpad_move button,
548
548
  #wwa-virtualpad-right .virtualpad_select button {
549
- font-size: 50px;
550
- height: 100px;
551
- width: 100px;
549
+ font-size: 50px;
550
+ height: 100px;
551
+ width: 100px;
552
552
  }
553
553
 
554
554
  #wwa-virtualpad-left .virtualpad_move,
555
555
  #wwa-virtualpad-right .virtualpad_select,
556
556
  #wwa-virtualpad-right .virtualpad_speedcontrol {
557
- display: grid;
557
+ display: grid;
558
558
  }
559
559
 
560
560
  #wwa-virtualpad-left .virtualpad_move {
561
- grid-template-columns: repeat(3, 1fr);
561
+ grid-template-columns: repeat(3, 1fr);
562
562
  }
563
563
 
564
564
  #wwa-virtualpad-right .virtualpad_select,
565
565
  #wwa-virtualpad-right .virtualpad_speedcontrol {
566
- grid-template-columns: repeat(2, 1fr);
566
+ grid-template-columns: repeat(2, 1fr);
567
567
  }
568
568
 
569
569
  #wwa-virtualpad-right .virtualpad_speedcontrol {
570
- margin-bottom: 16px;
570
+ margin-bottom: 16px;
571
571
  }
572
572
 
573
573
  #wwa-top-button {
574
- grid-column-start: 2;
575
- grid-row-start: 1;
574
+ grid-column-start: 2;
575
+ grid-row-start: 1;
576
576
  }
577
577
 
578
578
  #wwa-left-button,
579
579
  #wwa-right-button {
580
- grid-row-start: 2;
580
+ grid-row-start: 2;
581
581
  }
582
582
 
583
583
  #wwa-left-button {
584
- grid-column-start: 1;
584
+ grid-column-start: 1;
585
585
  }
586
586
 
587
587
  #wwa-right-button {
588
- grid-column-start: 3;
588
+ grid-column-start: 3;
589
589
  }
590
590
 
591
591
  #wwa-bottom-button {
592
- grid-column-start: 2;
593
- grid-row-start: 3;
592
+ grid-column-start: 2;
593
+ grid-row-start: 3;
594
594
  }
595
595
 
596
596
  #wwa-y-button {
597
- grid-column-start: 2;
598
- grid-row-start: 3;
597
+ grid-column-start: 2;
598
+ grid-row-start: 3;
599
599
  }
600
600
 
601
601
  #wwa-n-button {
602
- grid-column-start: 1;
603
- grid-row-start: 4;
602
+ grid-column-start: 1;
603
+ grid-row-start: 4;
604
604
  }
605
605
 
606
606
  #wwa-m-button {
607
- grid-column-start: 1;
608
- grid-row-start: 2;
607
+ grid-column-start: 1;
608
+ grid-row-start: 2;
609
609
  }
610
610
 
611
611
  #wwa-i-button {
612
- border-radius: 1rem 0 0 1rem;
612
+ border-radius: 1rem 0 0 1rem;
613
613
  }
614
614
 
615
615
  #wwa-p-button {
616
- border-radius: 0 1rem 1rem 0;
616
+ border-radius: 0 1rem 1rem 0;
617
617
  }
618
618
 
619
619
  /*
@@ -621,260 +621,260 @@ div.savedata > div.ss > span {
621
621
  * アイテムボックスのエフェクトなど、一定条件で発生する、クラス指定の要素は別のSASSファイルをご利用ください。
622
622
  */
623
623
  .wwa-yesno-wrapper {
624
- z-index: 10;
624
+ z-index: 10;
625
625
  }
626
626
 
627
627
  canvas#wwa-map {
628
- z-index: 100;
628
+ z-index: 100;
629
629
  }
630
630
 
631
631
  canvas#wwa-map-sub {
632
- z-index: 101;
632
+ z-index: 101;
633
633
  }
634
634
 
635
635
  div#wwa-sidebar {
636
- z-index: 102;
636
+ z-index: 102;
637
637
  }
638
638
 
639
639
  #disp-energy {
640
- z-index: 103;
640
+ z-index: 103;
641
641
  }
642
642
  #disp-energy > .status-icon {
643
- z-index: 140;
643
+ z-index: 140;
644
644
  }
645
645
  #disp-energy > .status-value-box {
646
- z-index: 150;
646
+ z-index: 150;
647
647
  }
648
648
 
649
649
  #disp-strength {
650
- z-index: 104;
650
+ z-index: 104;
651
651
  }
652
652
  #disp-strength > .status-icon {
653
- z-index: 141;
653
+ z-index: 141;
654
654
  }
655
655
  #disp-strength > .status-value-box {
656
- z-index: 151;
656
+ z-index: 151;
657
657
  }
658
658
 
659
659
  #disp-defence {
660
- z-index: 105;
660
+ z-index: 105;
661
661
  }
662
662
  #disp-defence > .status-icon {
663
- z-index: 142;
663
+ z-index: 142;
664
664
  }
665
665
  #disp-defence > .status-value-box {
666
- z-index: 152;
666
+ z-index: 152;
667
667
  }
668
668
 
669
669
  #disp-gold {
670
- z-index: 106;
670
+ z-index: 106;
671
671
  }
672
672
  #disp-gold > .status-icon {
673
- z-index: 143;
673
+ z-index: 143;
674
674
  }
675
675
  #disp-gold > .status-value-box {
676
- z-index: 153;
676
+ z-index: 153;
677
677
  }
678
678
 
679
679
  #item0 {
680
- z-index: 107;
680
+ z-index: 107;
681
681
  }
682
682
  #item0 > .item-disp {
683
- z-index: 160;
683
+ z-index: 160;
684
684
  }
685
685
  #item0 > .item-click-border {
686
- z-index: 172;
686
+ z-index: 172;
687
687
  }
688
688
 
689
689
  #item1 {
690
- z-index: 108;
690
+ z-index: 108;
691
691
  }
692
692
  #item1 > .item-disp {
693
- z-index: 161;
693
+ z-index: 161;
694
694
  }
695
695
  #item1 > .item-click-border {
696
- z-index: 173;
696
+ z-index: 173;
697
697
  }
698
698
 
699
699
  #item2 {
700
- z-index: 109;
700
+ z-index: 109;
701
701
  }
702
702
  #item2 > .item-disp {
703
- z-index: 162;
703
+ z-index: 162;
704
704
  }
705
705
  #item2 > .item-click-border {
706
- z-index: 174;
706
+ z-index: 174;
707
707
  }
708
708
 
709
709
  #item3 {
710
- z-index: 110;
710
+ z-index: 110;
711
711
  }
712
712
  #item3 > .item-disp {
713
- z-index: 163;
713
+ z-index: 163;
714
714
  }
715
715
  #item3 > .item-click-border {
716
- z-index: 175;
716
+ z-index: 175;
717
717
  }
718
718
 
719
719
  #item4 {
720
- z-index: 111;
720
+ z-index: 111;
721
721
  }
722
722
  #item4 > .item-disp {
723
- z-index: 164;
723
+ z-index: 164;
724
724
  }
725
725
  #item4 > .item-click-border {
726
- z-index: 176;
726
+ z-index: 176;
727
727
  }
728
728
 
729
729
  #item5 {
730
- z-index: 112;
730
+ z-index: 112;
731
731
  }
732
732
  #item5 > .item-disp {
733
- z-index: 165;
733
+ z-index: 165;
734
734
  }
735
735
  #item5 > .item-click-border {
736
- z-index: 177;
736
+ z-index: 177;
737
737
  }
738
738
 
739
739
  #item6 {
740
- z-index: 113;
740
+ z-index: 113;
741
741
  }
742
742
  #item6 > .item-disp {
743
- z-index: 166;
743
+ z-index: 166;
744
744
  }
745
745
  #item6 > .item-click-border {
746
- z-index: 178;
746
+ z-index: 178;
747
747
  }
748
748
 
749
749
  #item7 {
750
- z-index: 114;
750
+ z-index: 114;
751
751
  }
752
752
  #item7 > .item-disp {
753
- z-index: 167;
753
+ z-index: 167;
754
754
  }
755
755
  #item7 > .item-click-border {
756
- z-index: 179;
756
+ z-index: 179;
757
757
  }
758
758
 
759
759
  #item8 {
760
- z-index: 115;
760
+ z-index: 115;
761
761
  }
762
762
  #item8 > .item-disp {
763
- z-index: 168;
763
+ z-index: 168;
764
764
  }
765
765
  #item8 > .item-click-border {
766
- z-index: 180;
766
+ z-index: 180;
767
767
  }
768
768
 
769
769
  #item9 {
770
- z-index: 116;
770
+ z-index: 116;
771
771
  }
772
772
  #item9 > .item-disp {
773
- z-index: 169;
773
+ z-index: 169;
774
774
  }
775
775
  #item9 > .item-click-border {
776
- z-index: 181;
776
+ z-index: 181;
777
777
  }
778
778
 
779
779
  #item10 {
780
- z-index: 117;
780
+ z-index: 117;
781
781
  }
782
782
  #item10 > .item-disp {
783
- z-index: 170;
783
+ z-index: 170;
784
784
  }
785
785
  #item10 > .item-click-border {
786
- z-index: 182;
786
+ z-index: 182;
787
787
  }
788
788
 
789
789
  #item11 {
790
- z-index: 118;
790
+ z-index: 118;
791
791
  }
792
792
  #item11 > .item-disp {
793
- z-index: 171;
793
+ z-index: 171;
794
794
  }
795
795
  #item11 > .item-click-border {
796
- z-index: 183;
796
+ z-index: 183;
797
797
  }
798
798
 
799
799
  #cell-load {
800
- z-index: 119;
800
+ z-index: 119;
801
801
  }
802
802
 
803
803
  #button-load {
804
- z-index: 201;
804
+ z-index: 201;
805
805
  }
806
806
 
807
807
  #cell-save {
808
- z-index: 120;
808
+ z-index: 120;
809
809
  }
810
810
 
811
811
  #button-save {
812
- z-index: 202;
812
+ z-index: 202;
813
813
  }
814
814
 
815
815
  #cell-restart {
816
- z-index: 121;
816
+ z-index: 121;
817
817
  }
818
818
 
819
819
  #button-restart {
820
- z-index: 203;
820
+ z-index: 203;
821
821
  }
822
822
 
823
823
  #cell-gotowwa {
824
- z-index: 122;
824
+ z-index: 122;
825
825
  }
826
826
 
827
827
  #button-gotowwa {
828
- z-index: 204;
828
+ z-index: 204;
829
829
  }
830
830
 
831
831
  #wwa-controller {
832
- z-index: 200;
832
+ z-index: 200;
833
833
  }
834
834
 
835
835
  #wwa-battle-estimate {
836
- z-index: 230;
836
+ z-index: 230;
837
837
  }
838
838
 
839
839
  #wwa-password-window {
840
- z-index: 231;
840
+ z-index: 231;
841
841
  }
842
842
 
843
843
  #wwa-fader {
844
- z-index: 250;
844
+ z-index: 250;
845
845
  }
846
846
 
847
847
  #wwa-cover {
848
- z-index: 300;
848
+ z-index: 300;
849
849
  }
850
850
  #wwa-cover > #progress-message-container {
851
- z-index: 305;
851
+ z-index: 305;
852
852
  }
853
853
  #wwa-cover > #progress-bar-bg {
854
- z-index: 310;
854
+ z-index: 310;
855
855
  }
856
856
  #wwa-cover > #progress-bar {
857
- z-index: 315;
857
+ z-index: 315;
858
858
  }
859
859
  #wwa-cover > #progress-bar-audio {
860
- z-index: 316;
860
+ z-index: 316;
861
861
  }
862
862
  #wwa-cover > #progress-disp {
863
- z-index: 320;
863
+ z-index: 320;
864
864
  }
865
865
 
866
866
  #wwa-text-message-window {
867
- z-index: 400;
867
+ z-index: 400;
868
868
  }
869
869
 
870
870
  #wwa-audio-wrapper {
871
- z-index: -9999;
871
+ z-index: -9999;
872
872
  }
873
873
 
874
874
  #wwa-virtualpad-left {
875
- z-index: 500;
875
+ z-index: 500;
876
876
  }
877
877
 
878
878
  #wwa-virtualpad-right {
879
- z-index: 501;
879
+ z-index: 501;
880
880
  }