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,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
- b {
15
- color: #000;
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
- .tabledata {
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-title {
71
- font-size: 15px;
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-heading {
84
- margin: 10px 0;
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
- .toc_title {
96
- font-weight: 700;
97
- text-align: center;
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