@wwawing/styles 3.6.5 → 3.6.11

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