word-games-theme 1.8.5 → 1.8.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/footer/en/data.json +1 -1
- data/_data/header/en/data.json +174 -52
- data/_data/wordgames/en/five_letter_word_finder.json +449 -93
- data/_data/wordgames/en/root.json +11 -168
- data/_data/wordleSolver/en/resultData.json +2 -1
- data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
- data/_includes/WordPointTables/table.html +1 -4
- data/_includes/autogenerated/content.html +1 -3
- data/_includes/footer/index.html +1 -1
- data/_includes/head/index.html +39 -9
- data/_includes/howto.html +1 -1
- data/_includes/repeat-letters.html +50 -186
- data/_includes/script.html +4 -2
- data/_includes/section/commonPage.html +13 -18
- data/_includes/section/{news.html → faq.html} +2 -2
- data/_includes/section/feature.html +4 -4
- data/_includes/section/home.html +50 -54
- data/_includes/section/wordGroup.html +2 -7
- data/_includes/section/xyzGroup.html +1 -1
- data/_includes/wordfinderstrategy/content.html +1 -5
- data/_includes/xyzpages/xyz.html +12 -8
- data/_layouts/allpages.html +0 -1
- data/_layouts/autogencontent.html +0 -3
- data/_layouts/default.html +1 -11
- data/_layouts/disclaimer.html +28 -0
- data/_layouts/page.html +0 -45
- data/_layouts/page2.html +0 -44
- data/_layouts/post.html +3 -2
- data/_layouts/privacyPolicy.html +27 -0
- data/_layouts/termAndCondition.html +28 -4
- data/_layouts/tools.html +7 -1
- data/_layouts/wordMeaning.html +25 -17
- data/_layouts/xyzpages.html +2 -6
- data/assets/css/blog.css +128 -212
- data/assets/css/bootstrap.min.css +2521 -524
- data/assets/css/content.css +34 -49
- data/assets/css/game.css +60 -57
- data/assets/css/multiple-word-anagram-solver.css +14 -15
- data/assets/css/style.css +533 -285
- data/assets/css/wordGroup.css +380 -17
- data/assets/css/wordleSolver.css +22 -22
- data/assets/css/wordsInCertainPosition.css +14 -29
- data/assets/images/wordswithletters-logo.webp +0 -0
- data/assets/js/adBlocker.js +0 -1
- data/assets/js/words-starting-with.js +0 -4
- metadata +4 -32
- data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
- data/_data/wordgames/da/four_letter_word_finder.json +0 -196
- data/_data/wordgames/de/four_letter_word_finder.json +0 -196
- data/_data/wordgames/es/four_letter_word_finder.json +0 -196
- data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
- data/_data/wordgames/id/four_letter_word_finder.json +0 -196
- data/_data/wordgames/it/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
- data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
- data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
- data/_data/wordgames/th/four_letter_word_finder.json +0 -196
- data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
- data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
- data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
- data/_includes/section/home2.html +0 -174
- data/_layouts/other-lang-scrabble.html +0 -170
- data/assets/css/advancedFilter.css +0 -215
- data/assets/css/feature.css +0 -58
- data/assets/css/footer.css +0 -161
- data/assets/css/home.css +0 -538
- data/assets/css/news.css +0 -48
- data/assets/css/testhome.css +0 -417
- data/assets/css/wordScrabble.css +0 -4
data/assets/css/content.css
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
.main_h1 {
|
2
|
-
font-size: 27px;
|
3
|
-
margin-bottom: 20px;
|
4
|
-
color: #1e283c;
|
5
|
-
}
|
6
|
-
|
7
1
|
.content-heading {
|
8
2
|
font-weight: 600;
|
9
3
|
font-size: 30px;
|
@@ -11,8 +5,25 @@
|
|
11
5
|
color: #1e283c;
|
12
6
|
}
|
13
7
|
|
14
|
-
|
15
|
-
|
8
|
+
.toc_list {
|
9
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
10
|
+
padding: 10px;
|
11
|
+
background: white;
|
12
|
+
}
|
13
|
+
|
14
|
+
.toc_list .sameStyle {
|
15
|
+
color: #0645ad !important;
|
16
|
+
}
|
17
|
+
|
18
|
+
.toc_list .tabledata {
|
19
|
+
margin-left: 20px;
|
20
|
+
box-sizing: border-box;
|
21
|
+
line-height: 30px;
|
22
|
+
letter-spacing: 0.3px;
|
23
|
+
box-sizing: border-box;
|
24
|
+
letter-spacing: 0.3px;
|
25
|
+
font-size: 12px;
|
26
|
+
list-style: decimal;
|
16
27
|
}
|
17
28
|
|
18
29
|
.content_sub_heading {
|
@@ -33,43 +44,12 @@ b {
|
|
33
44
|
width: 100%;
|
34
45
|
}
|
35
46
|
|
36
|
-
.
|
37
|
-
margin-left: 20px;
|
38
|
-
box-sizing: border-box;
|
39
|
-
line-height: 30px;
|
40
|
-
letter-spacing: 0.3px;
|
41
|
-
box-sizing: border-box;
|
42
|
-
letter-spacing: 0.3px;
|
43
|
-
font-size: 12px;
|
44
|
-
list-style: decimal;
|
45
|
-
}
|
46
|
-
|
47
|
-
.wordsDetails {
|
48
|
-
margin-left: 20px;
|
49
|
-
line-height: 30px;
|
50
|
-
letter-spacing: .3px;
|
51
|
-
font-size: 13px;
|
52
|
-
color: #50668f;
|
53
|
-
font-weight: 600;
|
54
|
-
}
|
55
|
-
|
56
|
-
.sameStyle {
|
57
|
-
color: #0645ad !important;
|
58
|
-
}
|
59
|
-
|
60
|
-
.toc_list {
|
61
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
62
|
-
padding: 10px;
|
63
|
-
background: white;
|
64
|
-
}
|
65
|
-
|
66
|
-
.wordsdata {
|
47
|
+
.listofwords .wordsdata {
|
67
48
|
margin-bottom: 40px;
|
68
49
|
}
|
69
50
|
|
70
|
-
.word-
|
71
|
-
|
72
|
-
margin: 0px 0;
|
51
|
+
.wordsdata .word-heading {
|
52
|
+
margin: 10px 0;
|
73
53
|
/* margin-bottom: 40px; */
|
74
54
|
color: #0645ad;
|
75
55
|
vertical-align: baseline;
|
@@ -80,8 +60,9 @@ b {
|
|
80
60
|
line-height: 1.5;
|
81
61
|
}
|
82
62
|
|
83
|
-
.word-
|
84
|
-
|
63
|
+
.wordsdata .word-title {
|
64
|
+
font-size: 15px;
|
65
|
+
margin: 0px 0;
|
85
66
|
/* margin-bottom: 40px; */
|
86
67
|
color: #0645ad;
|
87
68
|
vertical-align: baseline;
|
@@ -92,18 +73,22 @@ b {
|
|
92
73
|
line-height: 1.5;
|
93
74
|
}
|
94
75
|
|
95
|
-
.
|
96
|
-
|
97
|
-
|
76
|
+
.wordsdata .wordsDetails {
|
77
|
+
margin-left: 20px;
|
78
|
+
line-height: 30px;
|
79
|
+
letter-spacing: .3px;
|
80
|
+
font-size: 13px;
|
81
|
+
color: #50668f;
|
82
|
+
font-weight: 600;
|
98
83
|
}
|
99
84
|
|
100
85
|
@media (max-width:768px) {
|
101
86
|
|
102
|
-
.wordsDetails {
|
87
|
+
.wordsdata .wordsDetails {
|
103
88
|
font-size: 12px;
|
104
89
|
}
|
105
90
|
|
106
|
-
.word-title {
|
91
|
+
.wordsdata .word-title {
|
107
92
|
font-size: 14px !important;
|
108
93
|
}
|
109
94
|
|
data/assets/css/game.css
CHANGED
@@ -1,18 +1,29 @@
|
|
1
|
+
::placeholder {
|
2
|
+
font-weight: 400;
|
3
|
+
text-transform: capitalize;
|
4
|
+
}
|
5
|
+
|
6
|
+
/* create wordle box css */
|
1
7
|
.create-wordle {
|
2
8
|
box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
|
3
9
|
margin-bottom: 150px;
|
4
10
|
padding: 8rem 0;
|
5
11
|
}
|
6
12
|
|
7
|
-
.
|
8
|
-
font-size:
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
+
.alert-container {
|
14
|
+
font-size: 15px;
|
15
|
+
box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
|
16
|
+
position: fixed;
|
17
|
+
top: 160px;
|
18
|
+
left: 50%;
|
19
|
+
transform: translate(-50%, -50%);
|
20
|
+
width: 180px;
|
21
|
+
padding: 12px 0px;
|
22
|
+
text-align: center;
|
23
|
+
z-index: 9999999;
|
24
|
+
background: #000;
|
25
|
+
color: #fff;
|
13
26
|
border-radius: 4px;
|
14
|
-
margin: 0 15px;
|
15
|
-
border: 1px solid rgba(0, 0, 0, .1)
|
16
27
|
}
|
17
28
|
|
18
29
|
.create-wordle .custom-word {
|
@@ -43,33 +54,12 @@
|
|
43
54
|
font-weight: 600;
|
44
55
|
}
|
45
56
|
|
46
|
-
.game-play-btn {
|
47
|
-
display: block;
|
48
|
-
margin: 5px auto;
|
49
|
-
background-color: #6aaa64;
|
50
|
-
border: #6aaa64;
|
51
|
-
color: #fff;
|
52
|
-
padding: 12px 15px;
|
53
|
-
width: 120px;
|
54
|
-
border-radius: 40px;
|
55
|
-
font-size: 12px;
|
56
|
-
font-weight: 600;
|
57
|
-
}
|
58
|
-
|
59
|
-
.game-play-btn:hover {
|
60
|
-
color: #fff !important
|
61
|
-
}
|
62
|
-
|
63
57
|
.create-wordle .generate-word-game-link:hover,
|
64
58
|
.copy-btn:hover {
|
65
59
|
color: #fff !important
|
66
60
|
}
|
67
61
|
|
68
|
-
|
69
|
-
font-weight: 400;
|
70
|
-
text-transform: capitalize;
|
71
|
-
}
|
72
|
-
|
62
|
+
/* modal css for create wordle */
|
73
63
|
.close {
|
74
64
|
background-color: transparent;
|
75
65
|
border: none;
|
@@ -90,11 +80,46 @@
|
|
90
80
|
top: 60px !important;
|
91
81
|
}
|
92
82
|
|
83
|
+
.game-play-btn {
|
84
|
+
display: block;
|
85
|
+
margin: 5px auto;
|
86
|
+
background-color: #6aaa64;
|
87
|
+
border: #6aaa64;
|
88
|
+
color: #fff;
|
89
|
+
padding: 12px 15px;
|
90
|
+
width: 120px;
|
91
|
+
border-radius: 40px;
|
92
|
+
font-size: 12px;
|
93
|
+
font-weight: 600;
|
94
|
+
}
|
95
|
+
|
96
|
+
.game-play-btn:hover {
|
97
|
+
color: #fff !important
|
98
|
+
}
|
99
|
+
|
100
|
+
.social-sharing-icons {
|
101
|
+
display: flex;
|
102
|
+
justify-content: center;
|
103
|
+
}
|
104
|
+
|
105
|
+
|
106
|
+
/* game layout css */
|
93
107
|
.game {
|
94
108
|
width: 100%;
|
95
109
|
|
96
110
|
}
|
97
111
|
|
112
|
+
.game .word-generator-link {
|
113
|
+
font-size: 18px;
|
114
|
+
background: #f8f9fa;
|
115
|
+
padding: 5px 15px;
|
116
|
+
color: #404040;
|
117
|
+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
|
118
|
+
border-radius: 4px;
|
119
|
+
margin: 0 15px;
|
120
|
+
border: 1px solid rgba(0, 0, 0, .1)
|
121
|
+
}
|
122
|
+
|
98
123
|
.game .game-container .game-board {
|
99
124
|
width: 350px;
|
100
125
|
height: auto;
|
@@ -162,22 +187,6 @@
|
|
162
187
|
|
163
188
|
}
|
164
189
|
|
165
|
-
.alert-container {
|
166
|
-
font-size: 15px;
|
167
|
-
box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
|
168
|
-
position: fixed;
|
169
|
-
top: 160px;
|
170
|
-
left: 50%;
|
171
|
-
transform: translate(-50%, -50%);
|
172
|
-
width: 180px;
|
173
|
-
padding: 12px 0px;
|
174
|
-
text-align: center;
|
175
|
-
z-index: 9999999;
|
176
|
-
background: #000;
|
177
|
-
color: #fff;
|
178
|
-
border-radius: 4px;
|
179
|
-
}
|
180
|
-
|
181
190
|
.active-alert {
|
182
191
|
visibility: visible;
|
183
192
|
}
|
@@ -376,17 +385,11 @@
|
|
376
385
|
text-decoration: none !important;
|
377
386
|
}
|
378
387
|
|
379
|
-
.social-sharing-icons {
|
380
|
-
display: flex;
|
381
|
-
justify-content: center;
|
382
|
-
}
|
383
|
-
|
384
388
|
.share-icon {
|
385
389
|
width: 50px;
|
386
390
|
height: 50px;
|
387
391
|
}
|
388
392
|
|
389
|
-
|
390
393
|
#wordle-examples {
|
391
394
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
392
395
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
@@ -435,11 +438,6 @@
|
|
435
438
|
}
|
436
439
|
|
437
440
|
@media (max-width: 768px) {
|
438
|
-
.tile {
|
439
|
-
caret-color: transparent;
|
440
|
-
cursor: default;
|
441
|
-
}
|
442
|
-
|
443
441
|
#create-wordle-form {
|
444
442
|
padding: 0 10px;
|
445
443
|
}
|
@@ -448,6 +446,11 @@
|
|
448
446
|
width: 100%;
|
449
447
|
}
|
450
448
|
|
449
|
+
.tile {
|
450
|
+
caret-color: transparent;
|
451
|
+
cursor: default;
|
452
|
+
}
|
453
|
+
|
451
454
|
#exampleModal,
|
452
455
|
.wordletip {
|
453
456
|
padding: 15px;
|
@@ -1,3 +1,10 @@
|
|
1
|
+
/* default css */
|
2
|
+
label {
|
3
|
+
margin-bottom: 0;
|
4
|
+
font-weight: 600;
|
5
|
+
font-size: 14px;
|
6
|
+
}
|
7
|
+
|
1
8
|
.content {
|
2
9
|
margin-bottom: 5rem;
|
3
10
|
}
|
@@ -9,12 +16,6 @@
|
|
9
16
|
border-radius: 5px;
|
10
17
|
}
|
11
18
|
|
12
|
-
label {
|
13
|
-
margin-bottom: 0;
|
14
|
-
font-weight: 600;
|
15
|
-
font-size: 14px;
|
16
|
-
}
|
17
|
-
|
18
19
|
input,
|
19
20
|
select,
|
20
21
|
#dict {
|
@@ -36,7 +37,6 @@ select,
|
|
36
37
|
border-color: #ced4da !important;
|
37
38
|
}
|
38
39
|
|
39
|
-
|
40
40
|
.anagram-button {
|
41
41
|
width: 150px;
|
42
42
|
padding: 8px;
|
@@ -52,13 +52,6 @@ select,
|
|
52
52
|
color: #000;
|
53
53
|
}
|
54
54
|
|
55
|
-
@media (max-width:768px) {
|
56
|
-
.content {
|
57
|
-
padding: 30px;
|
58
|
-
}
|
59
|
-
|
60
|
-
}
|
61
|
-
|
62
55
|
#loadMore {
|
63
56
|
width: 200px;
|
64
57
|
color: #fff;
|
@@ -71,4 +64,10 @@ select,
|
|
71
64
|
background-color: blue;
|
72
65
|
transition: .3s;
|
73
66
|
cursor: pointer;
|
74
|
-
|
67
|
+
}
|
68
|
+
|
69
|
+
@media (max-width:768px) {
|
70
|
+
.content {
|
71
|
+
padding: 30px;
|
72
|
+
}
|
73
|
+
}
|