@mideind/netskrafl-react 3.3.2 → 3.4.1
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/dist/esm/css/netskrafl.css +136 -80
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -316,6 +316,14 @@
|
|
|
316
316
|
content: "\E512";
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
+
.netskrafl-container .glyphicon-lock:before {
|
|
320
|
+
content: "\E204";
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.netskrafl-container .glyphicon-lock {
|
|
324
|
+
font-size: 90%;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*
|
|
320
328
|
|
|
321
329
|
Skrafl-explo.css
|
|
@@ -1000,6 +1008,7 @@ div.netskrafl-container {
|
|
|
1000
1008
|
/* The outer container fills its parent and paints the background */
|
|
1001
1009
|
width: 100%;
|
|
1002
1010
|
height: 100%;
|
|
1011
|
+
overflow: auto;
|
|
1003
1012
|
background-color: var(--container-bg-color);
|
|
1004
1013
|
}
|
|
1005
1014
|
|
|
@@ -1008,7 +1017,7 @@ div.netskrafl-container {
|
|
|
1008
1017
|
position: relative;
|
|
1009
1018
|
top: 0;
|
|
1010
1019
|
left: 0;
|
|
1011
|
-
padding-top:
|
|
1020
|
+
padding-top: 4px;
|
|
1012
1021
|
/* font-family: var(--primary-font); */
|
|
1013
1022
|
width: 375px;
|
|
1014
1023
|
/* Full height is 667px - we subtract 115px for browser chrome, top and bottom */
|
|
@@ -1052,6 +1061,7 @@ div.netskrafl-container {
|
|
|
1052
1061
|
-------------------------------------------------------------------------- */
|
|
1053
1062
|
|
|
1054
1063
|
.netskrafl-container div#board-background {
|
|
1064
|
+
position: relative;
|
|
1055
1065
|
height: 100%;
|
|
1056
1066
|
width: 100%;
|
|
1057
1067
|
}
|
|
@@ -1485,7 +1495,7 @@ div.netskrafl-container {
|
|
|
1485
1495
|
.netskrafl-container div.netskrafl-inner {
|
|
1486
1496
|
transform: scale(0.96, 1);
|
|
1487
1497
|
/* 0.96 = 360/375, scales 375px design to fit 360px viewport */
|
|
1488
|
-
transform-origin:
|
|
1498
|
+
transform-origin: center top;
|
|
1489
1499
|
}
|
|
1490
1500
|
}
|
|
1491
1501
|
|
|
@@ -2616,8 +2626,9 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2616
2626
|
-------------------------------------------------------------------------- */
|
|
2617
2627
|
|
|
2618
2628
|
.netskrafl-container div.right-tab {
|
|
2619
|
-
position:
|
|
2620
|
-
top:
|
|
2629
|
+
position: relative;
|
|
2630
|
+
top: auto;
|
|
2631
|
+
flex-shrink: 0;
|
|
2621
2632
|
height: 34px;
|
|
2622
2633
|
min-height: 34px;
|
|
2623
2634
|
width: 55px;
|
|
@@ -2637,27 +2648,22 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2637
2648
|
}
|
|
2638
2649
|
|
|
2639
2650
|
.netskrafl-container div.right-tab#tab-board {
|
|
2640
|
-
left: 41px;
|
|
2641
2651
|
background-color: var(--container-bg-color);
|
|
2642
2652
|
}
|
|
2643
2653
|
|
|
2644
2654
|
.netskrafl-container div.right-tab#tab-movelist {
|
|
2645
|
-
left: 106px;
|
|
2646
2655
|
background-color: var(--tab-movelist-background);
|
|
2647
2656
|
}
|
|
2648
2657
|
|
|
2649
2658
|
.netskrafl-container div.right-tab#tab-twoletter {
|
|
2650
|
-
left: 171px;
|
|
2651
2659
|
background-color: var(--two-letter-background);
|
|
2652
2660
|
}
|
|
2653
2661
|
|
|
2654
2662
|
.netskrafl-container div.right-tab#tab-games {
|
|
2655
|
-
left: 236px;
|
|
2656
2663
|
background-color: var(--tab-games-background);
|
|
2657
2664
|
}
|
|
2658
2665
|
|
|
2659
2666
|
.netskrafl-container div.right-tab#tab-chat {
|
|
2660
|
-
left: 301px;
|
|
2661
2667
|
background-color: var(--chat-background);
|
|
2662
2668
|
}
|
|
2663
2669
|
|
|
@@ -2677,7 +2683,8 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2677
2683
|
.netskrafl-container div.right-area {
|
|
2678
2684
|
/* display: none; */
|
|
2679
2685
|
position: relative;
|
|
2680
|
-
top:
|
|
2686
|
+
top: 0;
|
|
2687
|
+
padding-top: 34px;
|
|
2681
2688
|
left: 0;
|
|
2682
2689
|
height: 464px;
|
|
2683
2690
|
width: 100%;
|
|
@@ -2693,6 +2700,24 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2693
2700
|
margin-top: 46px;
|
|
2694
2701
|
}
|
|
2695
2702
|
|
|
2703
|
+
.netskrafl-container div.tab-strip {
|
|
2704
|
+
position: absolute;
|
|
2705
|
+
top: 0;
|
|
2706
|
+
left: 0;
|
|
2707
|
+
width: 100%;
|
|
2708
|
+
display: flex;
|
|
2709
|
+
flex-direction: row;
|
|
2710
|
+
height: 34px;
|
|
2711
|
+
padding-left: 41px;
|
|
2712
|
+
gap: 10px;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
.netskrafl-container div.right-content {
|
|
2716
|
+
position: relative;
|
|
2717
|
+
width: 100%;
|
|
2718
|
+
height: 100%;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2696
2721
|
.netskrafl-container div.message {
|
|
2697
2722
|
text-align: center;
|
|
2698
2723
|
font-size: 14px;
|
|
@@ -3641,17 +3666,32 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3641
3666
|
}
|
|
3642
3667
|
|
|
3643
3668
|
.netskrafl-container div#promo-form {
|
|
3644
|
-
top:
|
|
3669
|
+
top: 16px;
|
|
3645
3670
|
left: 12px;
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3671
|
+
right: 12px;
|
|
3672
|
+
bottom: 16px;
|
|
3673
|
+
width: auto;
|
|
3674
|
+
height: auto;
|
|
3675
|
+
line-height: 1.4em;
|
|
3676
|
+
font-size: 14px;
|
|
3677
|
+
display: flex;
|
|
3678
|
+
flex-direction: column;
|
|
3649
3679
|
}
|
|
3650
3680
|
|
|
3651
3681
|
.netskrafl-container div.promo-content {
|
|
3652
|
-
margin-top:
|
|
3653
|
-
margin-left:
|
|
3654
|
-
margin-right:
|
|
3682
|
+
margin-top: 12px;
|
|
3683
|
+
margin-left: 4px;
|
|
3684
|
+
margin-right: 4px;
|
|
3685
|
+
overflow-y: auto;
|
|
3686
|
+
flex: 1;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
.netskrafl-container div.promo-content ul {
|
|
3690
|
+
padding-left: 20px;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
.netskrafl-container div.promo-content li {
|
|
3694
|
+
margin-bottom: 6px;
|
|
3655
3695
|
}
|
|
3656
3696
|
|
|
3657
3697
|
.netskrafl-container div.promo-fullscreen {
|
|
@@ -3662,9 +3702,17 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3662
3702
|
display: block;
|
|
3663
3703
|
}
|
|
3664
3704
|
|
|
3705
|
+
.netskrafl-container div.promo-buttons {
|
|
3706
|
+
display: flex;
|
|
3707
|
+
flex-direction: row;
|
|
3708
|
+
gap: 12px;
|
|
3709
|
+
padding: 12px 4px;
|
|
3710
|
+
flex-shrink: 0;
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3665
3713
|
.netskrafl-container div.btn-promo-yes {
|
|
3666
3714
|
text-align: center;
|
|
3667
|
-
font-size:
|
|
3715
|
+
font-size: 16px;
|
|
3668
3716
|
font-weight: 700;
|
|
3669
3717
|
color: white;
|
|
3670
3718
|
margin: 0;
|
|
@@ -3672,18 +3720,14 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3672
3720
|
padding-top: 9px;
|
|
3673
3721
|
border-radius: 5px;
|
|
3674
3722
|
cursor: pointer;
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
height: 28px;
|
|
3678
|
-
bottom: 24px;
|
|
3679
|
-
right: 222px;
|
|
3680
|
-
top: auto;
|
|
3723
|
+
flex: 1;
|
|
3724
|
+
height: 26px;
|
|
3681
3725
|
background-color: var(--ok-button);
|
|
3682
3726
|
}
|
|
3683
3727
|
|
|
3684
3728
|
.netskrafl-container div.btn-promo-no {
|
|
3685
3729
|
text-align: center;
|
|
3686
|
-
font-size:
|
|
3730
|
+
font-size: 16px;
|
|
3687
3731
|
font-weight: 700;
|
|
3688
3732
|
color: white;
|
|
3689
3733
|
margin: 0;
|
|
@@ -3691,13 +3735,10 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3691
3735
|
padding-top: 9px;
|
|
3692
3736
|
border-radius: 5px;
|
|
3693
3737
|
cursor: pointer;
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
height:
|
|
3697
|
-
|
|
3698
|
-
right: 24px;
|
|
3699
|
-
top: auto;
|
|
3700
|
-
background-color: var(--ok-button);
|
|
3738
|
+
width: 100px;
|
|
3739
|
+
flex-shrink: 0;
|
|
3740
|
+
height: 26px;
|
|
3741
|
+
background-color: var(--light-shadow);
|
|
3701
3742
|
}
|
|
3702
3743
|
|
|
3703
3744
|
/* Game limit dialog */
|
|
@@ -4893,10 +4934,17 @@ div.highlight1.netskrafl-blanktile {
|
|
|
4893
4934
|
|
|
4894
4935
|
.netskrafl-container div.promo-content h2 {
|
|
4895
4936
|
color: var(--ok-button);
|
|
4896
|
-
font-size:
|
|
4897
|
-
line-height:
|
|
4937
|
+
font-size: 20px;
|
|
4938
|
+
line-height: 26px;
|
|
4898
4939
|
font-weight: bold;
|
|
4899
|
-
margin-bottom:
|
|
4940
|
+
margin-bottom: 12px;
|
|
4941
|
+
display: flex;
|
|
4942
|
+
align-items: first baseline;
|
|
4943
|
+
gap: 6px;
|
|
4944
|
+
}
|
|
4945
|
+
|
|
4946
|
+
.netskrafl-container div.promo-content h2 span.glyphicon {
|
|
4947
|
+
flex-shrink: 0;
|
|
4900
4948
|
}
|
|
4901
4949
|
|
|
4902
4950
|
.netskrafl-container div.promo-krafla {
|
|
@@ -6462,32 +6510,22 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6462
6510
|
padding-bottom: 6px;
|
|
6463
6511
|
}
|
|
6464
6512
|
.netskrafl-container div.right-area {
|
|
6465
|
-
top: 36px;
|
|
6513
|
+
padding-top: 36px;
|
|
6514
|
+
}
|
|
6515
|
+
.netskrafl-container div.tab-strip {
|
|
6516
|
+
height: 38px;
|
|
6517
|
+
padding-left: 8px;
|
|
6518
|
+
padding-top: 4px;
|
|
6519
|
+
gap: 6px;
|
|
6466
6520
|
}
|
|
6467
6521
|
.netskrafl-container div.right-tab {
|
|
6468
|
-
top: -32px;
|
|
6469
6522
|
width: 64px;
|
|
6470
6523
|
min-width: 64px;
|
|
6471
6524
|
padding-top: 6px;
|
|
6472
6525
|
font-size: 18px;
|
|
6473
6526
|
}
|
|
6474
|
-
.netskrafl-container div.right-tab#tab-board {
|
|
6475
|
-
left: 8px;
|
|
6476
|
-
}
|
|
6477
|
-
.netskrafl-container div.right-tab#tab-movelist {
|
|
6478
|
-
left: 78px;
|
|
6479
|
-
}
|
|
6480
|
-
.netskrafl-container div.right-tab#tab-twoletter {
|
|
6481
|
-
left: 148px;
|
|
6482
|
-
}
|
|
6483
|
-
.netskrafl-container div.right-tab#tab-games {
|
|
6484
|
-
left: 218px;
|
|
6485
|
-
}
|
|
6486
|
-
.netskrafl-container div.right-tab#tab-chat {
|
|
6487
|
-
left: 288px;
|
|
6488
|
-
}
|
|
6489
6527
|
.netskrafl-container div.board-area {
|
|
6490
|
-
top:
|
|
6528
|
+
top: 98px;
|
|
6491
6529
|
}
|
|
6492
6530
|
.netskrafl-container div #userlist,
|
|
6493
6531
|
.netskrafl-container div #elolist {
|
|
@@ -6532,10 +6570,6 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6532
6570
|
min-height: 652px
|
|
6533
6571
|
) {
|
|
6534
6572
|
.netskrafl-container div.netskrafl-inner {
|
|
6535
|
-
/*
|
|
6536
|
-
transform: scale(1.1);
|
|
6537
|
-
transform-origin: center top;
|
|
6538
|
-
*/
|
|
6539
6573
|
margin-top: 4px;
|
|
6540
6574
|
height: 652px;
|
|
6541
6575
|
}
|
|
@@ -6694,6 +6728,9 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6694
6728
|
.netskrafl-container div.scoreright {
|
|
6695
6729
|
top: 3px;
|
|
6696
6730
|
}
|
|
6731
|
+
.netskrafl-container div.tab-strip {
|
|
6732
|
+
display: none;
|
|
6733
|
+
}
|
|
6697
6734
|
.netskrafl-container div.right-tab {
|
|
6698
6735
|
display: none;
|
|
6699
6736
|
}
|
|
@@ -6746,6 +6783,7 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6746
6783
|
.netskrafl-container div.right-area {
|
|
6747
6784
|
top: 8px;
|
|
6748
6785
|
height: 316px;
|
|
6786
|
+
padding-top: 0;
|
|
6749
6787
|
}
|
|
6750
6788
|
.netskrafl-container span.list-chall {
|
|
6751
6789
|
width: 240px;
|
|
@@ -6797,7 +6835,7 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6797
6835
|
) {
|
|
6798
6836
|
.netskrafl-container div.board {
|
|
6799
6837
|
transform: scale(0.96);
|
|
6800
|
-
transform-origin: top
|
|
6838
|
+
transform-origin: center top;
|
|
6801
6839
|
}
|
|
6802
6840
|
}
|
|
6803
6841
|
|
|
@@ -6955,6 +6993,17 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6955
6993
|
top: 0;
|
|
6956
6994
|
margin-top: 6px;
|
|
6957
6995
|
height: 420px;
|
|
6996
|
+
padding-top: 0;
|
|
6997
|
+
}
|
|
6998
|
+
.netskrafl-container div.tab-strip {
|
|
6999
|
+
position: absolute;
|
|
7000
|
+
left: -40px;
|
|
7001
|
+
top: 0;
|
|
7002
|
+
width: 40px;
|
|
7003
|
+
height: auto;
|
|
7004
|
+
flex-direction: column;
|
|
7005
|
+
padding-left: 0;
|
|
7006
|
+
gap: 6px;
|
|
6958
7007
|
}
|
|
6959
7008
|
.netskrafl-container div.games,
|
|
6960
7009
|
.netskrafl-container div.twoletter,
|
|
@@ -7566,7 +7615,6 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
7566
7615
|
min-height: 38px;
|
|
7567
7616
|
width: 38px;
|
|
7568
7617
|
min-width: 38px;
|
|
7569
|
-
top: auto;
|
|
7570
7618
|
text-align: left;
|
|
7571
7619
|
padding-top: 14px;
|
|
7572
7620
|
padding-left: 10px;
|
|
@@ -7578,22 +7626,6 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
7578
7626
|
.netskrafl-container div.right-tab#tab-board {
|
|
7579
7627
|
display: none;
|
|
7580
7628
|
}
|
|
7581
|
-
.netskrafl-container div.right-tab#tab-movelist {
|
|
7582
|
-
top: 0;
|
|
7583
|
-
left: -40px;
|
|
7584
|
-
}
|
|
7585
|
-
.netskrafl-container div.right-tab#tab-twoletter {
|
|
7586
|
-
top: 58px;
|
|
7587
|
-
left: -40px;
|
|
7588
|
-
}
|
|
7589
|
-
.netskrafl-container div.right-tab#tab-games {
|
|
7590
|
-
top: 116px;
|
|
7591
|
-
left: -40px;
|
|
7592
|
-
}
|
|
7593
|
-
.netskrafl-container div.right-tab#tab-chat {
|
|
7594
|
-
top: 174px;
|
|
7595
|
-
left: -40px;
|
|
7596
|
-
}
|
|
7597
7629
|
.netskrafl-container div.movelist-container {
|
|
7598
7630
|
padding-top: 0;
|
|
7599
7631
|
padding-bottom: 0;
|
|
@@ -8068,14 +8100,22 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
8068
8100
|
left: 128px;
|
|
8069
8101
|
right: auto;
|
|
8070
8102
|
bottom: auto;
|
|
8071
|
-
width:
|
|
8072
|
-
height:
|
|
8103
|
+
width: 786px;
|
|
8104
|
+
height: 500px;
|
|
8073
8105
|
line-height: 1.62em;
|
|
8106
|
+
font-size: 16px;
|
|
8107
|
+
display: block;
|
|
8074
8108
|
}
|
|
8075
8109
|
.netskrafl-container div.promo-content {
|
|
8076
|
-
margin-
|
|
8077
|
-
margin-
|
|
8078
|
-
|
|
8110
|
+
margin-left: 32px;
|
|
8111
|
+
margin-right: 32px;
|
|
8112
|
+
overflow-y: visible;
|
|
8113
|
+
flex: none;
|
|
8114
|
+
}
|
|
8115
|
+
.netskrafl-container div.promo-content h2 {
|
|
8116
|
+
font-size: 26px;
|
|
8117
|
+
line-height: 32px;
|
|
8118
|
+
margin-bottom: 20px;
|
|
8079
8119
|
}
|
|
8080
8120
|
.netskrafl-container div.promo-fullscreen {
|
|
8081
8121
|
display: block;
|
|
@@ -8083,12 +8123,28 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
8083
8123
|
.netskrafl-container div.promo-mobile {
|
|
8084
8124
|
display: none;
|
|
8085
8125
|
}
|
|
8126
|
+
.netskrafl-container div.promo-buttons {
|
|
8127
|
+
display: block;
|
|
8128
|
+
}
|
|
8129
|
+
.netskrafl-container div.btn-promo-yes {
|
|
8130
|
+
position: absolute;
|
|
8131
|
+
width: 200px;
|
|
8132
|
+
height: 28px;
|
|
8133
|
+
bottom: 24px;
|
|
8134
|
+
right: 222px;
|
|
8135
|
+
top: auto;
|
|
8136
|
+
flex: none;
|
|
8137
|
+
font-size: 18px;
|
|
8138
|
+
}
|
|
8086
8139
|
.netskrafl-container div.btn-promo-no {
|
|
8140
|
+
position: absolute;
|
|
8087
8141
|
width: 160px;
|
|
8088
8142
|
height: 28px;
|
|
8089
8143
|
bottom: 24px;
|
|
8090
8144
|
right: 24px;
|
|
8091
8145
|
top: auto;
|
|
8146
|
+
flex-shrink: initial;
|
|
8147
|
+
font-size: 18px;
|
|
8092
8148
|
background-color: var(--light-shadow);
|
|
8093
8149
|
}
|
|
8094
8150
|
/* Game limit dialog - fullscreen */
|