word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -1,417 +0,0 @@
1
- .pageHeaderBg {
2
- width: 100%;
3
- height: 100%;
4
- display: flex;
5
- flex-direction: column;
6
- justify-content: center;
7
- align-items: center;
8
- background: url(../images/bg_elements.png);
9
- background-position: center;
10
- background-size: cover;
11
- margin-bottom: 20vh;
12
- padding: 15px 0;
13
- }
14
-
15
- .result_navbar_section {
16
- width: 100%;
17
- padding: .8rem 9% !important;
18
- position: sticky;
19
- top: 0px;
20
- z-index: 99999;
21
- display: flex;
22
- justify-content: space-between;
23
- flex-wrap: wrap;
24
- -ms-flex-align: center;
25
- align-items: center;
26
- }
27
-
28
- .pageHeading {
29
- margin-bottom: 0.8rem;
30
- /* padding-top: 1.5rem; */
31
- }
32
-
33
- .pageHeading>h1 {
34
- font-size: 27px;
35
- }
36
-
37
- .pageHeading>.result_heading {
38
- font-size: 22px;
39
- font-weight: 600;
40
- color: #000;
41
- }
42
-
43
- .table {
44
- height: 5em;
45
- overflow: auto;
46
- }
47
-
48
- .serachSection {
49
- height: 50px;
50
- position: relative;
51
- }
52
-
53
- input:-webkit-autofill,
54
- input:-webkit-autofill:hover,
55
- input:-webkit-autofill:focus,
56
- input:-webkit-autofill:active {
57
- transition: background-color 5000s ease-in-out 0s;
58
- }
59
-
60
- .resultPageTxtBox,
61
- .resultPageSearchBtn {
62
- height: 50px !important;
63
- }
64
-
65
- .resultPageDropdown2 {
66
- height: 49px !important;
67
- padding: 0 !important;
68
- }
69
-
70
- ::placeholder {
71
- font-weight: 500;
72
- }
73
-
74
- .txtBox {
75
- height: 70px;
76
- border-radius: 8px;
77
- border: solid 1px rgba(0, 0, 0, 0.1);
78
- background: #fff;
79
- padding: 0;
80
- width: 100%;
81
- font-size: 15px;
82
- font-weight: 700;
83
- font-style: normal;
84
- letter-spacing: normal;
85
- color: var(--txtColor);
86
- text-indent: 15px;
87
- outline: none;
88
- position: relative;
89
- }
90
-
91
- .serachBtn {
92
- border-radius: 0px;
93
- background: url(../images/search.svg) no-repeat center center;
94
- background-size: 35px 35px;
95
- height: 70px;
96
- width: 59px;
97
- border: none;
98
- position: absolute;
99
- top: 0px;
100
- right: 0px;
101
- outline: none;
102
- background-color: #000;
103
- }
104
-
105
- .advancedFilter .filterButton {
106
- background: #f8f9fa;
107
- box-shadow: 0 0 2px #343a4063;
108
- width: 190px;
109
- border-radius: 10px;
110
- cursor: pointer;
111
- border: none;
112
- padding: 10px;
113
- text-align: left;
114
- color: #1c1107;
115
- font-size: 13px;
116
- font-weight: 600;
117
- font-stretch: normal;
118
- font-style: normal;
119
- outline: none;
120
- }
121
-
122
- .angle-arrow2 {
123
- background: url(../images/angle-arrow-down.svg) no-repeat;
124
- background-size: contain;
125
- object-fit: cover;
126
- width: 10px;
127
- height: 10px;
128
- font-weight: 900;
129
- position: absolute;
130
- top: 19px;
131
- right: 9px;
132
- margin: -3px 0;
133
- cursor: pointer;
134
- /* z-index: 9999; */
135
- }
136
-
137
- #select_dropDown {
138
- background: #f8f9fa;
139
- box-shadow: 0 0 2px #343a4063;
140
- word-wrap: normal;
141
- width: 190px;
142
- border-radius: 10px;
143
- cursor: pointer;
144
- border: none;
145
- padding: 10px;
146
- text-align: left;
147
- color: #1c1107;
148
- font-size: 13px;
149
- font-weight: 600;
150
- font-stretch: normal;
151
- font-style: normal;
152
- outline: none;
153
- }
154
-
155
- .select_dropDown2 {
156
- height: 69px;
157
- position: absolute;
158
- top: 0px;
159
- font-size: 15px;
160
- width: 142px;
161
- overflow: hidden;
162
- object-fit: cover;
163
- right: 69px;
164
- /* padding: 19px 0; */
165
- border-bottom: 0 !important;
166
- border-radius: 0;
167
- border: none;
168
- box-shadow: none;
169
- background: white;
170
- border-left: 1px solid rgba(0, 0, 0, 0.11);
171
- border-top: 1px solid rgba(0, 0, 0, 0.11);
172
- border-bottom: 1px solid rgba(0, 0, 0, 0.11);
173
- }
174
-
175
- .select_dropDown2:focus {
176
- outline: none;
177
- }
178
-
179
- .fillterWrapper {
180
- display: none;
181
- }
182
-
183
- .fillterWrapper label {
184
- margin: 0;
185
- text-indent: 12px;
186
- }
187
-
188
- .fillterWrapper input {
189
- border-radius: 10px;
190
- border: solid 1px rgba(0, 0, 0, 0.11);
191
- background-color: #fff;
192
- font-size: 12px;
193
- padding: 5px 12px;
194
- /* text-indent: 15px; */
195
- width: 100%;
196
- outline: none;
197
- box-shadow: none;
198
- }
199
-
200
- .btn-info:not(:disabled):not(.disabled).active:focus,
201
- .btn-info:not(:disabled):not(.disabled):active:focus,
202
- .show>.btn-info.dropdown-toggle:focus {
203
- box-shadow: unset;
204
- border-color: rgba(0, 0, 0, 0.1);
205
- }
206
-
207
- .fillterWrapper input:hover {
208
- border-color: rgba(0, 0, 0, 0.1);
209
- }
210
-
211
- .fillterWrapper input:focus {
212
- box-shadow: unset;
213
- }
214
-
215
- .fillterWrapper input:active {
216
- box-shadow: unset;
217
- }
218
-
219
- .actives {
220
- z-index: 999;
221
- top: 90px;
222
- background: #fff;
223
- box-shadow: 0 0 5px rgb(0 0 0 / 40%);
224
- padding: 15px 15px;
225
- border-radius: 15px;
226
- height: auto;
227
- position: absolute;
228
- right: -16px;
229
- margin: 1rem 0;
230
- flex-direction: column;
231
- width: 240px;
232
- display: inline-flex !important;
233
- gap: 5px;
234
- }
235
-
236
- .errorMsg {
237
- text-align: center;
238
- font-size: 20px;
239
- color: red;
240
- font-weight: 800;
241
- }
242
-
243
- #containerWd {
244
- width: 700px !important;
245
- padding: 0px;
246
- }
247
-
248
- .mobile_bars {
249
- cursor: pointer;
250
- position: absolute;
251
- top: 0px;
252
- margin: 0 40px
253
- }
254
-
255
- #open_list_bar {
256
- position: fixed;
257
- top: 0px;
258
- left: -100%;
259
- z-index: 999;
260
- height: 100vh;
261
- transition: all .5s ease-in-out;
262
- list-style: none;
263
- box-shadow: 0 0 5px grey;
264
- background: #f8f9fa;
265
- overflow-y: scroll;
266
- }
267
-
268
- .cat_title {
269
- color: #000;
270
- font-weight: 900;
271
- font-size: 14px;
272
- position: relative;
273
- left: 10px;
274
- top: 3px;
275
- }
276
-
277
- .close_bar_btn {
278
- position: absolute;
279
- right: 8px;
280
- font-size: 28px;
281
- top: 15px;
282
- cursor: pointer;
283
- }
284
-
285
- .cat_bar_logo_link {
286
- padding: 0 15px;
287
- }
288
-
289
- .cat_bar_logo_link .cat_bar_img {
290
- width: 30px;
291
- }
292
-
293
- .list_cat_heading {
294
- /* margin: 0 0 15px; */
295
- padding: 8px 15px;
296
- background-color: gray;
297
- color: #fff;
298
- font-size: 13px;
299
- }
300
-
301
- .list_cat_name {
302
- /* margin:0 0 15px; */
303
- padding: 8px 15px;
304
- font-size: 12px;
305
- border-bottom: 1px solid rgb(209, 213, 219)
306
- }
307
-
308
- .list_cat_name:active {
309
- color: #000 !important
310
- }
311
-
312
- .list_cat_name:hover {
313
- background-color: #e9ecef;
314
- }
315
-
316
- @media (max-width: 500px) {
317
- #select_dropDown {
318
- top: 150px !important;
319
- right: -15px !important
320
- }
321
- }
322
-
323
- @media (max-width: 768px) {
324
- .nav_menu_bar {
325
- display: none;
326
- }
327
-
328
- .mobile_bars {
329
- display: block;
330
- position: absolute;
331
- top: 5px;
332
- margin: 0;
333
- }
334
-
335
- .result_navbar_section {
336
- padding: 1.2rem 15px !important;
337
- }
338
-
339
- .pageHeading {
340
- margin-bottom: 1rem;
341
- }
342
-
343
- .pageHeading>h2 {
344
- font-size: 1.4rem;
345
- }
346
-
347
- .pageHeading>.result_heading {
348
- font-size: 1.8rem;
349
- padding-left: 25px;
350
- }
351
-
352
- .wrapper_dropDown {
353
- align-items: flex-end;
354
- flex-direction: column;
355
- gap: 0 !important;
356
- /* margin:0 !important */
357
- }
358
-
359
- .txtBox {
360
- height: 50px !important;
361
- }
362
-
363
- .serachBtn {
364
- height: 50px !important;
365
- width: 40px !important;
366
- }
367
-
368
- .advancedFilter .filterButton {
369
- top: 60px;
370
- }
371
-
372
- .select_dropDown2 {
373
- height: 50px;
374
- width: 30%;
375
- right: 40px;
376
- padding: 9.5px 0;
377
- border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
378
- }
379
-
380
- #select_dropDown {
381
- display: none;
382
- background: white;
383
- position: absolute;
384
- top: 149px;
385
- right: 0px;
386
- border-radius: 0;
387
- padding: 7.5px;
388
- z-index: 9999999999;
389
- width: 50%;
390
- }
391
-
392
- .pageHeading h1 {
393
- font-size: 2rem;
394
- }
395
-
396
- #containerWd {
397
- width: 100% !important;
398
- padding: 0px 15px;
399
- }
400
-
401
- .actives {
402
- top: 102px;
403
- display: flex;
404
- right: -5px;
405
- }
406
-
407
- .fillterWrapper input {
408
- width: 100%;
409
- margin-bottom: 10px;
410
- }
411
- }
412
-
413
- @media (max-width: 992px) {
414
- .navbar-nav .nav-item {
415
- padding: 0px !important;
416
- }
417
- }
@@ -1,4 +0,0 @@
1
- .main{
2
- min-height: 70vh;
3
- height: auto;
4
- }