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
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
- .word-generator-link {
8
- font-size: 18px;
9
- background: #f8f9fa;
10
- padding: 5px 15px;
11
- color: #404040;
12
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
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
- ::placeholder {
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
+ }