@wwawing/styles 3.6.5 → 3.6.6

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
@@ -24,7 +24,7 @@ div#wwa-wrapper {
24
24
  text-align: center;
25
25
  }
26
26
 
27
- #wwa-controller, #wwa-audio-wrapper {
27
+ #wwa-audio-wrapper, #wwa-controller {
28
28
  position: absolute;
29
29
  top: 0;
30
30
  left: 0;
@@ -41,24 +41,24 @@ div#wwa-wrapper {
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 {
44
+ div.savedata > div.wide-cell-row, .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
45
45
  width: 120px;
46
46
  height: 35px;
47
47
  line-height: 35px;
48
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 {
51
+ div.savedata > div.wide-cell-row > div.status-icon, div.item-disp, div.item-click-border, div#wwa-sidebar > div.item-cell {
52
52
  position: absolute;
53
53
  width: 40px;
54
54
  height: 40px;
55
55
  }
56
56
 
57
- div#wwa-sidebar > div.wide-cell-row.onpress, div#wwa-sidebar > div.item-cell.onpress {
57
+ div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onpress {
58
58
  margin: 3px 0 0 3px;
59
59
  }
60
60
 
61
- div#wwa-sidebar > div.wide-cell-row, div.status-value-box, .wide-button {
61
+ .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
62
62
  position: absolute;
63
63
  }
64
64
 
@@ -71,7 +71,6 @@ div#wwa-sidebar {
71
71
  background-color: #000000;
72
72
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
73
73
  }
74
-
75
74
  div.status-icon {
76
75
  width: 40px;
77
76
  height: 35px;
@@ -245,7 +244,6 @@ canvas.wwa-canvas {
245
244
  font-size: 12px;
246
245
  background-color: #FFFFFF;
247
246
  }
248
-
249
247
  #wwa-cover > #version {
250
248
  position: absolute;
251
249
  bottom: 32px;
@@ -254,7 +252,6 @@ canvas.wwa-canvas {
254
252
  padding-left: 4px;
255
253
  color: #000000;
256
254
  }
257
-
258
255
  #wwa-cover > #progress-message-container {
259
256
  position: absolute;
260
257
  bottom: 16px;
@@ -263,7 +260,6 @@ canvas.wwa-canvas {
263
260
  padding-left: 4px;
264
261
  color: #000000;
265
262
  }
266
-
267
263
  #wwa-cover > #progress-bar {
268
264
  position: absolute;
269
265
  bottom: 0;
@@ -272,7 +268,6 @@ canvas.wwa-canvas {
272
268
  height: 16px;
273
269
  background-color: #00ff90;
274
270
  }
275
-
276
271
  #wwa-cover > #progress-bar-bg {
277
272
  position: absolute;
278
273
  bottom: 0;
@@ -281,7 +276,6 @@ canvas.wwa-canvas {
281
276
  height: 16px;
282
277
  background-color: #808080;
283
278
  }
284
-
285
279
  #wwa-cover > #progress-bar-audio {
286
280
  position: absolute;
287
281
  bottom: 0;
@@ -290,7 +284,6 @@ canvas.wwa-canvas {
290
284
  height: 16px;
291
285
  background-color: #008aff;
292
286
  }
293
-
294
287
  #wwa-cover > #progress-disp {
295
288
  position: absolute;
296
289
  bottom: 0;
@@ -316,8 +309,8 @@ canvas.wwa-canvas {
316
309
  display: none;
317
310
  }
318
311
 
319
- #wwa-password-window, #wwa-battle-estimate, #wwa-text-message-window,
320
- .wwa-message-window {
312
+ #wwa-text-message-window,
313
+ .wwa-message-window, #wwa-battle-estimate, #wwa-password-window {
321
314
  background-color: rgba(255, 255, 255, 0.9);
322
315
  border: 2px solid #000;
323
316
  border-radius: 10px;
@@ -326,7 +319,7 @@ canvas.wwa-canvas {
326
319
  user-select: none;
327
320
  }
328
321
 
329
- #wwa-password-window, #wwa-battle-estimate {
322
+ #wwa-battle-estimate, #wwa-password-window {
330
323
  position: absolute;
331
324
  top: 0;
332
325
  left: 0;
@@ -344,21 +337,17 @@ canvas.wwa-canvas {
344
337
  #wwa-password-window {
345
338
  font-size: 12px;
346
339
  }
347
-
348
340
  #wwa-password-window > div.wwa-password-description {
349
341
  text-align: left;
350
342
  padding: 8px;
351
343
  }
352
-
353
344
  #wwa-password-window > textarea {
354
345
  font-size: inherit;
355
346
  }
356
-
357
347
  #wwa-password-window > div.wwa-password-submit {
358
348
  padding: 4px;
359
349
  box-sizing: border-box;
360
350
  }
361
-
362
351
  #wwa-password-window > div.wwa-password-submit button {
363
352
  display: inline;
364
353
  margin: 0 4px;
@@ -367,19 +356,16 @@ canvas.wwa-canvas {
367
356
  #wwa-battle-estimate {
368
357
  font-size: 16px;
369
358
  }
370
-
371
359
  #wwa-battle-estimate > .est {
372
360
  width: 100%;
373
361
  height: 50px;
374
362
  }
375
-
376
363
  #wwa-battle-estimate > .est > .est-img-wrapper {
377
364
  width: 40px;
378
365
  height: 40px;
379
366
  margin: 5px;
380
367
  float: left;
381
368
  }
382
-
383
369
  #wwa-battle-estimate > .est > .est-status-wrapper {
384
370
  height: 40px;
385
371
  margin: 5px;
@@ -387,38 +373,32 @@ canvas.wwa-canvas {
387
373
  text-align: left;
388
374
  position: relative;
389
375
  }
390
-
391
376
  #wwa-battle-estimate > .est > .est-status-wrapper > div {
392
377
  width: 140px;
393
378
  height: 20px;
394
379
  line-height: 20px;
395
380
  position: absolute;
396
381
  }
397
-
398
382
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-energy {
399
383
  top: 0;
400
384
  left: 0;
401
385
  }
402
-
403
386
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-strength {
404
387
  top: 0;
405
388
  left: 140px;
406
389
  }
407
-
408
390
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-defence {
409
391
  top: 20px;
410
392
  left: 0;
411
393
  }
412
-
413
394
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-damage {
414
395
  top: 20px;
415
396
  left: 140px;
416
397
  color: #FF0000;
417
398
  white-space: nowrap;
418
399
  }
419
-
420
400
  #wwa-battle-estimate > .est:after {
421
- content: '';
401
+ content: "";
422
402
  clear: left;
423
403
  display: block;
424
404
  height: 0;
@@ -444,14 +424,12 @@ canvas.wwa-canvas {
444
424
  #wwa-wrapper.useScaleUp #wwa-text-message-window {
445
425
  overflow: hidden;
446
426
  }
447
-
448
427
  #wwa-wrapper.useScaleUp #wwa-text-message-window .wwa-yesno-wrapper {
449
428
  transform: scale(1.5, 1.5) translate(-30px, 20px);
450
429
  image-rendering: pixelated;
451
430
  width: 100px;
452
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
435
  margin: 0 5px !important;
@@ -468,23 +446,19 @@ div.savedata {
468
446
  border-color: transparent;
469
447
  border-radius: 7px;
470
448
  }
471
-
472
449
  div.savedata.select {
473
450
  border-color: #FF0000;
474
451
  }
475
-
476
452
  div.savedata > div.wide-cell-row {
477
453
  position: relative;
478
454
  pointer-events: none;
479
455
  }
480
-
481
456
  div.savedata > div.wide-cell-row > div.status-icon {
482
457
  top: 0;
483
458
  left: 6px;
484
459
  padding: 0;
485
460
  margin: 0;
486
461
  }
487
-
488
462
  div.savedata > div.ss {
489
463
  display: inline-block;
490
464
  padding: 0;
@@ -492,17 +466,14 @@ div.savedata > div.ss {
492
466
  position: relative;
493
467
  pointer-events: none;
494
468
  }
495
-
496
469
  div.savedata > div.ss:empty {
497
470
  background-color: rgba(0, 0, 0, 0.2);
498
471
  width: 99px;
499
472
  height: 99px;
500
473
  }
501
-
502
474
  div.savedata > div.ss > canvas {
503
475
  display: inline-block;
504
476
  }
505
-
506
477
  div.savedata > div.ss > span {
507
478
  display: inline-block;
508
479
  font-size: 7px;
@@ -549,7 +520,6 @@ div.savedata > div.ss > span {
549
520
  #wwa-virtualpad-left {
550
521
  left: 0;
551
522
  }
552
-
553
523
  #wwa-virtualpad-left .virtualpad_move button {
554
524
  border-radius: 1rem;
555
525
  }
@@ -557,11 +527,9 @@ div.savedata > div.ss > span {
557
527
  #wwa-virtualpad-right {
558
528
  right: 0;
559
529
  }
560
-
561
530
  #wwa-virtualpad-right .virtualpad_select button {
562
531
  border-radius: 50%;
563
532
  }
564
-
565
533
  #wwa-virtualpad-right .virtualpad_speedcontrol button {
566
534
  font-size: 30px;
567
535
  height: 50px;
@@ -671,11 +639,9 @@ div#wwa-sidebar {
671
639
  #disp-energy {
672
640
  z-index: 103;
673
641
  }
674
-
675
642
  #disp-energy > .status-icon {
676
643
  z-index: 140;
677
644
  }
678
-
679
645
  #disp-energy > .status-value-box {
680
646
  z-index: 150;
681
647
  }
@@ -683,11 +649,9 @@ div#wwa-sidebar {
683
649
  #disp-strength {
684
650
  z-index: 104;
685
651
  }
686
-
687
652
  #disp-strength > .status-icon {
688
653
  z-index: 141;
689
654
  }
690
-
691
655
  #disp-strength > .status-value-box {
692
656
  z-index: 151;
693
657
  }
@@ -695,11 +659,9 @@ div#wwa-sidebar {
695
659
  #disp-defence {
696
660
  z-index: 105;
697
661
  }
698
-
699
662
  #disp-defence > .status-icon {
700
663
  z-index: 142;
701
664
  }
702
-
703
665
  #disp-defence > .status-value-box {
704
666
  z-index: 152;
705
667
  }
@@ -707,11 +669,9 @@ div#wwa-sidebar {
707
669
  #disp-gold {
708
670
  z-index: 106;
709
671
  }
710
-
711
672
  #disp-gold > .status-icon {
712
673
  z-index: 143;
713
674
  }
714
-
715
675
  #disp-gold > .status-value-box {
716
676
  z-index: 153;
717
677
  }
@@ -719,11 +679,9 @@ div#wwa-sidebar {
719
679
  #item0 {
720
680
  z-index: 107;
721
681
  }
722
-
723
682
  #item0 > .item-disp {
724
683
  z-index: 160;
725
684
  }
726
-
727
685
  #item0 > .item-click-border {
728
686
  z-index: 172;
729
687
  }
@@ -731,11 +689,9 @@ div#wwa-sidebar {
731
689
  #item1 {
732
690
  z-index: 108;
733
691
  }
734
-
735
692
  #item1 > .item-disp {
736
693
  z-index: 161;
737
694
  }
738
-
739
695
  #item1 > .item-click-border {
740
696
  z-index: 173;
741
697
  }
@@ -743,11 +699,9 @@ div#wwa-sidebar {
743
699
  #item2 {
744
700
  z-index: 109;
745
701
  }
746
-
747
702
  #item2 > .item-disp {
748
703
  z-index: 162;
749
704
  }
750
-
751
705
  #item2 > .item-click-border {
752
706
  z-index: 174;
753
707
  }
@@ -755,11 +709,9 @@ div#wwa-sidebar {
755
709
  #item3 {
756
710
  z-index: 110;
757
711
  }
758
-
759
712
  #item3 > .item-disp {
760
713
  z-index: 163;
761
714
  }
762
-
763
715
  #item3 > .item-click-border {
764
716
  z-index: 175;
765
717
  }
@@ -767,11 +719,9 @@ div#wwa-sidebar {
767
719
  #item4 {
768
720
  z-index: 111;
769
721
  }
770
-
771
722
  #item4 > .item-disp {
772
723
  z-index: 164;
773
724
  }
774
-
775
725
  #item4 > .item-click-border {
776
726
  z-index: 176;
777
727
  }
@@ -779,11 +729,9 @@ div#wwa-sidebar {
779
729
  #item5 {
780
730
  z-index: 112;
781
731
  }
782
-
783
732
  #item5 > .item-disp {
784
733
  z-index: 165;
785
734
  }
786
-
787
735
  #item5 > .item-click-border {
788
736
  z-index: 177;
789
737
  }
@@ -791,11 +739,9 @@ div#wwa-sidebar {
791
739
  #item6 {
792
740
  z-index: 113;
793
741
  }
794
-
795
742
  #item6 > .item-disp {
796
743
  z-index: 166;
797
744
  }
798
-
799
745
  #item6 > .item-click-border {
800
746
  z-index: 178;
801
747
  }
@@ -803,11 +749,9 @@ div#wwa-sidebar {
803
749
  #item7 {
804
750
  z-index: 114;
805
751
  }
806
-
807
752
  #item7 > .item-disp {
808
753
  z-index: 167;
809
754
  }
810
-
811
755
  #item7 > .item-click-border {
812
756
  z-index: 179;
813
757
  }
@@ -815,11 +759,9 @@ div#wwa-sidebar {
815
759
  #item8 {
816
760
  z-index: 115;
817
761
  }
818
-
819
762
  #item8 > .item-disp {
820
763
  z-index: 168;
821
764
  }
822
-
823
765
  #item8 > .item-click-border {
824
766
  z-index: 180;
825
767
  }
@@ -827,11 +769,9 @@ div#wwa-sidebar {
827
769
  #item9 {
828
770
  z-index: 116;
829
771
  }
830
-
831
772
  #item9 > .item-disp {
832
773
  z-index: 169;
833
774
  }
834
-
835
775
  #item9 > .item-click-border {
836
776
  z-index: 181;
837
777
  }
@@ -839,11 +779,9 @@ div#wwa-sidebar {
839
779
  #item10 {
840
780
  z-index: 117;
841
781
  }
842
-
843
782
  #item10 > .item-disp {
844
783
  z-index: 170;
845
784
  }
846
-
847
785
  #item10 > .item-click-border {
848
786
  z-index: 182;
849
787
  }
@@ -851,11 +789,9 @@ div#wwa-sidebar {
851
789
  #item11 {
852
790
  z-index: 118;
853
791
  }
854
-
855
792
  #item11 > .item-disp {
856
793
  z-index: 171;
857
794
  }
858
-
859
795
  #item11 > .item-click-border {
860
796
  z-index: 183;
861
797
  }
@@ -911,23 +847,18 @@ div#wwa-sidebar {
911
847
  #wwa-cover {
912
848
  z-index: 300;
913
849
  }
914
-
915
850
  #wwa-cover > #progress-message-container {
916
851
  z-index: 305;
917
852
  }
918
-
919
853
  #wwa-cover > #progress-bar-bg {
920
854
  z-index: 310;
921
855
  }
922
-
923
856
  #wwa-cover > #progress-bar {
924
857
  z-index: 315;
925
858
  }
926
-
927
859
  #wwa-cover > #progress-bar-audio {
928
860
  z-index: 316;
929
861
  }
930
-
931
862
  #wwa-cover > #progress-disp {
932
863
  z-index: 320;
933
864
  }
@@ -946,4 +877,4 @@ div#wwa-sidebar {
946
877
 
947
878
  #wwa-virtualpad-right {
948
879
  z-index: 501;
949
- }
880
+ }
@@ -24,7 +24,7 @@ div#wwa-wrapper {
24
24
  text-align: center;
25
25
  }
26
26
 
27
- #wwa-controller, #wwa-audio-wrapper {
27
+ #wwa-audio-wrapper, #wwa-controller {
28
28
  position: absolute;
29
29
  top: 0;
30
30
  left: 0;
@@ -41,24 +41,24 @@ div#wwa-wrapper {
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 {
44
+ div.savedata > div.wide-cell-row, .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
45
45
  width: 120px;
46
46
  height: 35px;
47
47
  line-height: 35px;
48
48
  font-size: 18px;
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 {
51
+ div.savedata > div.wide-cell-row > div.status-icon, div.item-disp, div.item-click-border, div#wwa-sidebar > div.item-cell {
52
52
  position: absolute;
53
53
  width: 40px;
54
54
  height: 40px;
55
55
  }
56
56
 
57
- div#wwa-sidebar > div.wide-cell-row.onpress, div#wwa-sidebar > div.item-cell.onpress {
57
+ div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onpress {
58
58
  margin: 3px 0 0 3px;
59
59
  }
60
60
 
61
- div#wwa-sidebar > div.wide-cell-row, div.status-value-box, .wide-button {
61
+ .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
62
62
  position: absolute;
63
63
  }
64
64
 
@@ -71,7 +71,6 @@ div#wwa-sidebar {
71
71
  background-color: #000000;
72
72
  font-family: "MS Pゴシック", "Osaka", sans-serif;
73
73
  }
74
-
75
74
  div.status-icon {
76
75
  width: 40px;
77
76
  height: 35px;
@@ -245,7 +244,6 @@ canvas.wwa-canvas {
245
244
  font-size: 12px;
246
245
  background-color: #FFFFFF;
247
246
  }
248
-
249
247
  #wwa-cover > #version {
250
248
  position: absolute;
251
249
  bottom: 32px;
@@ -254,7 +252,6 @@ canvas.wwa-canvas {
254
252
  padding-left: 4px;
255
253
  color: #000000;
256
254
  }
257
-
258
255
  #wwa-cover > #progress-message-container {
259
256
  position: absolute;
260
257
  bottom: 16px;
@@ -263,7 +260,6 @@ canvas.wwa-canvas {
263
260
  padding-left: 4px;
264
261
  color: #000000;
265
262
  }
266
-
267
263
  #wwa-cover > #progress-bar {
268
264
  position: absolute;
269
265
  bottom: 0;
@@ -272,7 +268,6 @@ canvas.wwa-canvas {
272
268
  height: 16px;
273
269
  background-color: #00ff90;
274
270
  }
275
-
276
271
  #wwa-cover > #progress-bar-bg {
277
272
  position: absolute;
278
273
  bottom: 0;
@@ -281,7 +276,6 @@ canvas.wwa-canvas {
281
276
  height: 16px;
282
277
  background-color: #808080;
283
278
  }
284
-
285
279
  #wwa-cover > #progress-bar-audio {
286
280
  position: absolute;
287
281
  bottom: 0;
@@ -290,7 +284,6 @@ canvas.wwa-canvas {
290
284
  height: 16px;
291
285
  background-color: #008aff;
292
286
  }
293
-
294
287
  #wwa-cover > #progress-disp {
295
288
  position: absolute;
296
289
  bottom: 0;
@@ -316,8 +309,8 @@ canvas.wwa-canvas {
316
309
  display: none;
317
310
  }
318
311
 
319
- #wwa-password-window, #wwa-battle-estimate, #wwa-text-message-window,
320
- .wwa-message-window {
312
+ #wwa-text-message-window,
313
+ .wwa-message-window, #wwa-battle-estimate, #wwa-password-window {
321
314
  background-color: rgba(255, 255, 255, 0.9);
322
315
  border: 2px solid #000;
323
316
  border-radius: 10px;
@@ -326,7 +319,7 @@ canvas.wwa-canvas {
326
319
  user-select: none;
327
320
  }
328
321
 
329
- #wwa-password-window, #wwa-battle-estimate {
322
+ #wwa-battle-estimate, #wwa-password-window {
330
323
  position: absolute;
331
324
  top: 0;
332
325
  left: 0;
@@ -344,21 +337,17 @@ canvas.wwa-canvas {
344
337
  #wwa-password-window {
345
338
  font-size: 12px;
346
339
  }
347
-
348
340
  #wwa-password-window > div.wwa-password-description {
349
341
  text-align: left;
350
342
  padding: 8px;
351
343
  }
352
-
353
344
  #wwa-password-window > textarea {
354
345
  font-size: inherit;
355
346
  }
356
-
357
347
  #wwa-password-window > div.wwa-password-submit {
358
348
  padding: 4px;
359
349
  box-sizing: border-box;
360
350
  }
361
-
362
351
  #wwa-password-window > div.wwa-password-submit button {
363
352
  display: inline;
364
353
  margin: 0 4px;
@@ -367,19 +356,16 @@ canvas.wwa-canvas {
367
356
  #wwa-battle-estimate {
368
357
  font-size: 16px;
369
358
  }
370
-
371
359
  #wwa-battle-estimate > .est {
372
360
  width: 100%;
373
361
  height: 50px;
374
362
  }
375
-
376
363
  #wwa-battle-estimate > .est > .est-img-wrapper {
377
364
  width: 40px;
378
365
  height: 40px;
379
366
  margin: 5px;
380
367
  float: left;
381
368
  }
382
-
383
369
  #wwa-battle-estimate > .est > .est-status-wrapper {
384
370
  height: 40px;
385
371
  margin: 5px;
@@ -387,38 +373,32 @@ canvas.wwa-canvas {
387
373
  text-align: left;
388
374
  position: relative;
389
375
  }
390
-
391
376
  #wwa-battle-estimate > .est > .est-status-wrapper > div {
392
377
  width: 140px;
393
378
  height: 20px;
394
379
  line-height: 20px;
395
380
  position: absolute;
396
381
  }
397
-
398
382
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-energy {
399
383
  top: 0;
400
384
  left: 0;
401
385
  }
402
-
403
386
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-strength {
404
387
  top: 0;
405
388
  left: 140px;
406
389
  }
407
-
408
390
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-defence {
409
391
  top: 20px;
410
392
  left: 0;
411
393
  }
412
-
413
394
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-damage {
414
395
  top: 20px;
415
396
  left: 140px;
416
397
  color: #FF0000;
417
398
  white-space: nowrap;
418
399
  }
419
-
420
400
  #wwa-battle-estimate > .est:after {
421
- content: '';
401
+ content: "";
422
402
  clear: left;
423
403
  display: block;
424
404
  height: 0;
@@ -444,14 +424,12 @@ canvas.wwa-canvas {
444
424
  #wwa-wrapper.useScaleUp #wwa-text-message-window {
445
425
  overflow: hidden;
446
426
  }
447
-
448
427
  #wwa-wrapper.useScaleUp #wwa-text-message-window .wwa-yesno-wrapper {
449
428
  transform: scale(1.5, 1.5) translate(-30px, 20px);
450
429
  image-rendering: pixelated;
451
430
  width: 100px;
452
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
435
  margin: 0 5px !important;
@@ -468,23 +446,19 @@ div.savedata {
468
446
  border-color: transparent;
469
447
  border-radius: 7px;
470
448
  }
471
-
472
449
  div.savedata.select {
473
450
  border-color: #FF0000;
474
451
  }
475
-
476
452
  div.savedata > div.wide-cell-row {
477
453
  position: relative;
478
454
  pointer-events: none;
479
455
  }
480
-
481
456
  div.savedata > div.wide-cell-row > div.status-icon {
482
457
  top: 0;
483
458
  left: 6px;
484
459
  padding: 0;
485
460
  margin: 0;
486
461
  }
487
-
488
462
  div.savedata > div.ss {
489
463
  display: inline-block;
490
464
  padding: 0;
@@ -492,17 +466,14 @@ div.savedata > div.ss {
492
466
  position: relative;
493
467
  pointer-events: none;
494
468
  }
495
-
496
469
  div.savedata > div.ss:empty {
497
470
  background-color: rgba(0, 0, 0, 0.2);
498
471
  width: 99px;
499
472
  height: 99px;
500
473
  }
501
-
502
474
  div.savedata > div.ss > canvas {
503
475
  display: inline-block;
504
476
  }
505
-
506
477
  div.savedata > div.ss > span {
507
478
  display: inline-block;
508
479
  font-size: 7px;
@@ -549,7 +520,6 @@ div.savedata > div.ss > span {
549
520
  #wwa-virtualpad-left {
550
521
  left: 0;
551
522
  }
552
-
553
523
  #wwa-virtualpad-left .virtualpad_move button {
554
524
  border-radius: 1rem;
555
525
  }
@@ -557,11 +527,9 @@ div.savedata > div.ss > span {
557
527
  #wwa-virtualpad-right {
558
528
  right: 0;
559
529
  }
560
-
561
530
  #wwa-virtualpad-right .virtualpad_select button {
562
531
  border-radius: 50%;
563
532
  }
564
-
565
533
  #wwa-virtualpad-right .virtualpad_speedcontrol button {
566
534
  font-size: 30px;
567
535
  height: 50px;
@@ -671,11 +639,9 @@ div#wwa-sidebar {
671
639
  #disp-energy {
672
640
  z-index: 103;
673
641
  }
674
-
675
642
  #disp-energy > .status-icon {
676
643
  z-index: 140;
677
644
  }
678
-
679
645
  #disp-energy > .status-value-box {
680
646
  z-index: 150;
681
647
  }
@@ -683,11 +649,9 @@ div#wwa-sidebar {
683
649
  #disp-strength {
684
650
  z-index: 104;
685
651
  }
686
-
687
652
  #disp-strength > .status-icon {
688
653
  z-index: 141;
689
654
  }
690
-
691
655
  #disp-strength > .status-value-box {
692
656
  z-index: 151;
693
657
  }
@@ -695,11 +659,9 @@ div#wwa-sidebar {
695
659
  #disp-defence {
696
660
  z-index: 105;
697
661
  }
698
-
699
662
  #disp-defence > .status-icon {
700
663
  z-index: 142;
701
664
  }
702
-
703
665
  #disp-defence > .status-value-box {
704
666
  z-index: 152;
705
667
  }
@@ -707,11 +669,9 @@ div#wwa-sidebar {
707
669
  #disp-gold {
708
670
  z-index: 106;
709
671
  }
710
-
711
672
  #disp-gold > .status-icon {
712
673
  z-index: 143;
713
674
  }
714
-
715
675
  #disp-gold > .status-value-box {
716
676
  z-index: 153;
717
677
  }
@@ -719,11 +679,9 @@ div#wwa-sidebar {
719
679
  #item0 {
720
680
  z-index: 107;
721
681
  }
722
-
723
682
  #item0 > .item-disp {
724
683
  z-index: 160;
725
684
  }
726
-
727
685
  #item0 > .item-click-border {
728
686
  z-index: 172;
729
687
  }
@@ -731,11 +689,9 @@ div#wwa-sidebar {
731
689
  #item1 {
732
690
  z-index: 108;
733
691
  }
734
-
735
692
  #item1 > .item-disp {
736
693
  z-index: 161;
737
694
  }
738
-
739
695
  #item1 > .item-click-border {
740
696
  z-index: 173;
741
697
  }
@@ -743,11 +699,9 @@ div#wwa-sidebar {
743
699
  #item2 {
744
700
  z-index: 109;
745
701
  }
746
-
747
702
  #item2 > .item-disp {
748
703
  z-index: 162;
749
704
  }
750
-
751
705
  #item2 > .item-click-border {
752
706
  z-index: 174;
753
707
  }
@@ -755,11 +709,9 @@ div#wwa-sidebar {
755
709
  #item3 {
756
710
  z-index: 110;
757
711
  }
758
-
759
712
  #item3 > .item-disp {
760
713
  z-index: 163;
761
714
  }
762
-
763
715
  #item3 > .item-click-border {
764
716
  z-index: 175;
765
717
  }
@@ -767,11 +719,9 @@ div#wwa-sidebar {
767
719
  #item4 {
768
720
  z-index: 111;
769
721
  }
770
-
771
722
  #item4 > .item-disp {
772
723
  z-index: 164;
773
724
  }
774
-
775
725
  #item4 > .item-click-border {
776
726
  z-index: 176;
777
727
  }
@@ -779,11 +729,9 @@ div#wwa-sidebar {
779
729
  #item5 {
780
730
  z-index: 112;
781
731
  }
782
-
783
732
  #item5 > .item-disp {
784
733
  z-index: 165;
785
734
  }
786
-
787
735
  #item5 > .item-click-border {
788
736
  z-index: 177;
789
737
  }
@@ -791,11 +739,9 @@ div#wwa-sidebar {
791
739
  #item6 {
792
740
  z-index: 113;
793
741
  }
794
-
795
742
  #item6 > .item-disp {
796
743
  z-index: 166;
797
744
  }
798
-
799
745
  #item6 > .item-click-border {
800
746
  z-index: 178;
801
747
  }
@@ -803,11 +749,9 @@ div#wwa-sidebar {
803
749
  #item7 {
804
750
  z-index: 114;
805
751
  }
806
-
807
752
  #item7 > .item-disp {
808
753
  z-index: 167;
809
754
  }
810
-
811
755
  #item7 > .item-click-border {
812
756
  z-index: 179;
813
757
  }
@@ -815,11 +759,9 @@ div#wwa-sidebar {
815
759
  #item8 {
816
760
  z-index: 115;
817
761
  }
818
-
819
762
  #item8 > .item-disp {
820
763
  z-index: 168;
821
764
  }
822
-
823
765
  #item8 > .item-click-border {
824
766
  z-index: 180;
825
767
  }
@@ -827,11 +769,9 @@ div#wwa-sidebar {
827
769
  #item9 {
828
770
  z-index: 116;
829
771
  }
830
-
831
772
  #item9 > .item-disp {
832
773
  z-index: 169;
833
774
  }
834
-
835
775
  #item9 > .item-click-border {
836
776
  z-index: 181;
837
777
  }
@@ -839,11 +779,9 @@ div#wwa-sidebar {
839
779
  #item10 {
840
780
  z-index: 117;
841
781
  }
842
-
843
782
  #item10 > .item-disp {
844
783
  z-index: 170;
845
784
  }
846
-
847
785
  #item10 > .item-click-border {
848
786
  z-index: 182;
849
787
  }
@@ -851,11 +789,9 @@ div#wwa-sidebar {
851
789
  #item11 {
852
790
  z-index: 118;
853
791
  }
854
-
855
792
  #item11 > .item-disp {
856
793
  z-index: 171;
857
794
  }
858
-
859
795
  #item11 > .item-click-border {
860
796
  z-index: 183;
861
797
  }
@@ -911,23 +847,18 @@ div#wwa-sidebar {
911
847
  #wwa-cover {
912
848
  z-index: 300;
913
849
  }
914
-
915
850
  #wwa-cover > #progress-message-container {
916
851
  z-index: 305;
917
852
  }
918
-
919
853
  #wwa-cover > #progress-bar-bg {
920
854
  z-index: 310;
921
855
  }
922
-
923
856
  #wwa-cover > #progress-bar {
924
857
  z-index: 315;
925
858
  }
926
-
927
859
  #wwa-cover > #progress-bar-audio {
928
860
  z-index: 316;
929
861
  }
930
-
931
862
  #wwa-cover > #progress-disp {
932
863
  z-index: 320;
933
864
  }
@@ -955,15 +886,14 @@ div#wwa-sidebar {
955
886
  div#wwa-sidebar {
956
887
  text-shadow: 1px 1px 0 gray;
957
888
  }
958
-
959
889
  div#wwa-sidebar #cell-restart,
960
890
  div#wwa-sidebar #cell-gotowwa {
961
891
  font-size: 16px;
962
892
  letter-spacing: -0.3px;
963
893
  }
964
894
 
965
- #wwa-password-window, #wwa-battle-estimate, #wwa-text-message-window,
966
- .wwa-message-window {
895
+ #wwa-text-message-window,
896
+ .wwa-message-window, #wwa-password-window, #wwa-battle-estimate {
967
897
  background-color: #ffffff;
968
898
  box-sizing: border-box;
969
899
  border-radius: 15px;
@@ -984,4 +914,4 @@ div#wwa-sidebar #cell-gotowwa {
984
914
 
985
915
  #wwa-battle-estimate > .est > .est-status-wrapper > .est-damage {
986
916
  text-shadow: 1px 0px 0px #FF8080;
987
- }
917
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/styles",
3
- "version": "3.6.5",
3
+ "version": "3.6.6",
4
4
  "description": "WWA Wing stylesheet files",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -9,17 +9,16 @@
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "build": "npm run clean && ts-node ./scripts/make-css.ts",
12
- "clean": "shx rm -rf output && shx mkdir -p output",
13
- "prepare": "npm run build"
12
+ "clean": "shx rm -rf output && shx mkdir -p output"
14
13
  },
15
14
  "author": "WWA Wing Team",
16
15
  "license": "MIT",
17
16
  "devDependencies": {
18
- "@types/node-sass": "^4.11.2",
19
- "node-sass": "^7.0.0",
17
+ "@types/sass": "^1.43.1",
18
+ "sass": "^1.49.0",
20
19
  "shx": "^0.3.3",
21
20
  "ts-node": "^10.4.0",
22
21
  "typescript": "^4.5.4"
23
22
  },
24
- "gitHead": "25567485f604f813f9425e0756c9fea7437d8f0c"
23
+ "gitHead": "27f0f283da93bc999b4a721b2603053c3c464a92"
25
24
  }