word-games-theme 1.5.5 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/_data/wordgames/en/jumble_word_finder.json +25 -4
  3. data/_includes/WordPointTables/table.html +0 -2
  4. data/_includes/adBlocker/adBlocker.html +1 -1
  5. data/_includes/autogenerated/content.html +75 -74
  6. data/_includes/autogenerated/footer.html +4 -3
  7. data/_includes/custom-head.html +1 -2
  8. data/_includes/footer/index.html +5 -23
  9. data/_includes/footer/unqFooter.html +4 -4
  10. data/_includes/head/index.html +5 -5
  11. data/_includes/header/blogHeader.html +1 -1
  12. data/_includes/header/index.html +1 -5
  13. data/_includes/howto.html +0 -37
  14. data/_includes/postbox.html +1 -1
  15. data/_includes/script.html +9 -7
  16. data/_includes/section/commonPage.html +0 -21
  17. data/_includes/section/count.html +1 -39
  18. data/_includes/section/feature.html +0 -28
  19. data/_includes/section/home.html +4 -2
  20. data/_includes/section/home2.html +4 -2
  21. data/_includes/section/news.html +1 -27
  22. data/_includes/section/recent_posts.html +0 -48
  23. data/_includes/section/related_categories_post.html +3 -181
  24. data/_includes/xyzpages/xyz.html +2 -2
  25. data/_layouts/allpages.html +1 -4
  26. data/_layouts/autogencontent.html +1 -6
  27. data/_layouts/blank.html +0 -5
  28. data/_layouts/blog.html +0 -52
  29. data/_layouts/categories.html +2 -3
  30. data/_layouts/default.html +0 -10
  31. data/_layouts/page.html +1 -4
  32. data/_layouts/page2.html +2 -4
  33. data/_layouts/post.html +22 -59
  34. data/_layouts/privacyPolicy.html +0 -6
  35. data/_layouts/termAndCondition.html +2 -4
  36. data/_layouts/tools.html +1 -5
  37. data/_layouts/wordMeaning.html +2 -4
  38. data/_layouts/xyzpages.html +1 -5
  39. data/assets/css/adBlocker.css +0 -1
  40. data/assets/css/blog.css +10 -50
  41. data/assets/css/content.css +33 -18
  42. data/assets/css/feature.css +0 -1
  43. data/assets/css/footer.css +0 -1
  44. data/assets/css/game.css +2 -20
  45. data/assets/css/home.css +1 -5
  46. data/assets/css/news.css +6 -0
  47. data/assets/css/style.css +2 -18
  48. data/assets/css/testhome.css +417 -0
  49. data/assets/css/wordleSolver.css +43 -29
  50. data/assets/css/wordsInCertainPosition.css +0 -7
  51. data/assets/js/bootstrap.bundle.min.js +7 -0
  52. data/assets/js/jquery.min.js +2 -0
  53. metadata +5 -7
  54. data/_includes/placeholder-loading.html +0 -8
  55. data/assets/css/config.css +0 -22
  56. data/assets/js/advancedFilter.js +0 -5
  57. data/assets/js/advancedFilter2.js +0 -12
  58. data/assets/js/advancedFilter3.js +0 -2
@@ -1,10 +1,9 @@
1
1
  ---
2
2
  layout: blog
3
3
  ---
4
-
5
4
  <div class="container">
6
- <div class="row listrecent mx-5">
7
- <div class="col-md-10 mx-auto">
5
+ <div class="row listrecent">
6
+ <div class="col-md-12 mx-auto">
8
7
  <div class="row">
9
8
  {% for category in site.categories %}
10
9
  <div class="section-title col-md-12 mt-5">
@@ -19,8 +19,6 @@
19
19
 
20
20
  {% include section/feature.html %}
21
21
 
22
-
23
-
24
22
  {%- if dataToShow.faqList -%}
25
23
  {%- if dataToShow.faqList.first.Question !='' -%}
26
24
  {% include section/news.html %}
@@ -53,16 +51,10 @@
53
51
  {%- include section/recent_posts.html -%}
54
52
  {% endif %}
55
53
 
56
- {%- if site.MonumetricID and page.url != '/' -%}
57
- {%- include footer/unqFooter.html -%}
58
- {%- else -%}
59
54
  {%- include footer/index.html -%}
60
- {%- endif -%}
61
-
62
55
 
63
56
  {%- include script.html -%}
64
57
 
65
-
66
58
  {%- if page.language -%}
67
59
  <script>
68
60
  const select_dropDown2 = document.querySelector(".select_dropDown2")
@@ -111,8 +103,6 @@
111
103
  e.target.value = e.target.value.replace(/ /g, '?')
112
104
  let data = []
113
105
  data = e.target.value.split('').filter((i) => i === '?')
114
- // console.log(data.length)
115
- // console.log(rangeOfBlankTile)
116
106
  if (data.length > rangeOfBlankTile) {
117
107
  e.target.value = e.target.value.replace(/\?$/, '')
118
108
  }
data/_layouts/page.html CHANGED
@@ -54,11 +54,8 @@
54
54
 
55
55
  {%- include share/socialshare.html -%}
56
56
 
57
- {%- if site.MonumetricID -%}
58
- {%- include footer/unqFooter.html -%}
59
- {%- else -%}
57
+
60
58
  {%- include footer/index.html -%}
61
- {%- endif -%}
62
59
 
63
60
  {%- include script.html -%}
64
61
 
data/_layouts/page2.html CHANGED
@@ -50,11 +50,9 @@
50
50
 
51
51
  {%- include share/socialshare.html -%}
52
52
 
53
- {%- if site.MonumetricID -%}
54
- {%- include footer/unqFooter.html -%}
55
- {%- else -%}
53
+
56
54
  {%- include footer/index.html -%}
57
- {%- endif -%}
55
+
58
56
 
59
57
  {%- include script.html -%}
60
58
 
data/_layouts/post.html CHANGED
@@ -7,7 +7,6 @@
7
7
  }
8
8
 
9
9
  .mainThings {
10
- /* padding-left: 40px; */
11
10
  position: sticky;
12
11
  top: 80px;
13
12
  }
@@ -29,22 +28,15 @@
29
28
 
30
29
  <body>
31
30
  {%- include header/blogHeader.html -%}
32
- <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
33
- <div id="ezoic-pub-ad-placeholder-109"> </div>
34
- <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
35
-
36
- <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
37
- <div id="ezoic-pub-ad-placeholder-110"> </div>
38
- <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
39
31
  <section class="section_post">
40
32
  <div class="container">
41
33
  <div class="row section-title-wrap">
42
- <div class="col-md-8 mx-auto mt-5">
34
+ <div class="col-md-8 mt-5">
43
35
  <h1 class="display-4" style="font-weight: 900;">{{ page.title }}</h1>
44
36
  </div>
45
37
  </div>
46
38
  <div class="row mt-5">
47
- <div class="col-md-8 mx-auto">
39
+ <div class="col-md-8">
48
40
  {%- include authors/authors.html -%}
49
41
  {%- include postauthorbio.html -%}
50
42
  {% if page.author %}
@@ -53,14 +45,13 @@
53
45
  <div class="post-content">
54
46
  {{ content }}
55
47
  </div>
56
-
57
48
  {%- include paginationPostPage.html -%}
58
49
  </div>
59
- <div class="col-md-8 mx-auto">
50
+ <div class="col-md-4 ">
60
51
  <div class="mainThings">
61
52
  <div class="socialIons">
62
53
  <ul class="list-unstyled item-lists2">
63
- <li style="color: rgba(0,0,0,.44); font-size:16px">{{ site.data.blog.share.label }}</li>
54
+ <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
64
55
  {% capture title %}{{ page.title }}{% endcapture %}
65
56
  {% assign url = page.url | relative_url | prepend: site.url %}
66
57
  {% for share in site.data.blog.share.platforms %}
@@ -68,35 +59,23 @@
68
59
  <li> <a href=" {{ link }}" data-toggle="tooltip"
69
60
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
70
61
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
71
- <img loading="lazy" alt="share-icon" src="{{ share.icon }}" class="mb-0 py-1"
72
- style="width: 18px"></img>
62
+ <i class="fa-fw {{ share.icon }}"></i>
73
63
  </a>
74
64
  </li>
75
65
  {% endfor %}
76
66
  </span>
77
67
  </ul>
78
- <!-- <div class="sep"></div> -->
79
- <div class="comments-count">
80
- <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
81
- </div>
82
- </ul>
83
68
  </div>
84
-
85
69
  <div class="theseFeatures">
86
70
  {%- if page.URLS -%}
87
- <div class="font-weight-bolder" style="font-size: 15px;">Checkout out these features</div>
71
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
88
72
  <br>
89
- <div class="row">
90
- {%- for item in page.URLS -%}
91
- {%- if item.name-%}
92
-
93
- <p class="mb-3 col-md-6 col-lg-3"> <a class="featureLink" style="font-size: 13px"
94
- href="{{item.url}}">{{item.name}}</a></p>
95
- {%- endif -%}
96
- {%- endfor -%}
97
- </div>
73
+ {%- for item in page.URLS -%}
74
+ <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
75
+ href="{{item.url}}">{{item.name}}</a></p>
76
+ {%- endfor -%}
98
77
  {% else %}
99
- <div class="font-weight-bolder" style="font-size: 15px;">Checkout out these features</div>
78
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
100
79
  <br>
101
80
 
102
81
  {% assign tools = site.pages | where_exp:"item","item.tool" %}
@@ -107,18 +86,16 @@
107
86
  {%- endif -%}
108
87
  {%- endfor -%}
109
88
 
110
- <div class="row">
111
- {%- for url in allRandomUrls limit: 10-%}
112
- {% if url %}
113
- <p class="mb-3 col-md-6 col-lg-3">
114
- <a class="featureLink" style="font-size: 13px" href="{{url }}">
115
- {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
116
- {{ name }}
117
- </a>
118
- </p>
119
- {%- endif -%}
120
- {%- endfor -%}
121
- </div>
89
+ {%- for url in allRandomUrls limit: 10-%}
90
+ {% if url %}
91
+ <p class="mb-3">
92
+ <a class="featureLink" style="font-size: 13px" href="{{url }}">
93
+ {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
94
+ {{ name }}
95
+ </a>
96
+ </p>
97
+ {%- endif -%}
98
+ {%- endfor -%}
122
99
  {%- endif -%}
123
100
 
124
101
  </div>
@@ -130,32 +107,18 @@
130
107
  {%- else -%}
131
108
  {%- include section/recent_posts.html -%}
132
109
  {% endif %}
133
- <!-- <div class="row">
134
- <div class="col-lg-8 mx-auto">
135
- <div class="commentsection my-5">
136
- {%- if site.disqus.shortname -%}
137
- {%- include disqus_comments.html -%}
138
- {%- endif -%}
139
- </div>
140
- </div>
141
- </div> -->
142
-
143
110
  </div>
144
111
  </div>
145
112
  </div>
146
113
  </section>
147
- {% include adBlocker/adBlocker.html %}
148
114
  {%- include section/count.html -%}
149
-
150
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
151
115
  {% include script.html %}
152
116
  <script>
153
117
  const img = document.getElementsByTagName("img")
154
-
155
118
  Array.from(img).forEach((elem) => {
156
119
  elem.setAttribute("loading", 'lazy')
120
+ elem.setAttribute("alt", 'post-image')
157
121
  })
158
-
159
122
  </script>
160
123
  </body>
161
124
 
@@ -412,14 +412,8 @@
412
412
  care@{{page.companyName}}.{{page.domain}}.</p>
413
413
  </div>
414
414
  </section>
415
- <!-- End main body content -->
416
415
 
417
- {%- if site.MonumetricID -%}
418
- {%- include footer/unqFooter.html -%}
419
- {%- else -%}
420
416
  {%- include footer/index.html -%}
421
- {%- endif -%}
422
-
423
417
 
424
418
  {%- include script.html -%}
425
419
 
@@ -414,11 +414,9 @@
414
414
  <!-- End main body content -->
415
415
 
416
416
 
417
- {%- if site.MonumetricID -%}
418
- {%- include footer/unqFooter.html -%}
419
- {%- else -%}
417
+
420
418
  {%- include footer/index.html -%}
421
- {%- endif -%}
419
+
422
420
  {%- include script.html -%}
423
421
 
424
422
  </body>
data/_layouts/tools.html CHANGED
@@ -66,12 +66,8 @@
66
66
  {%- include section/recent_posts.html -%}
67
67
  {% endif %}
68
68
 
69
-
70
- {%- if site.MonumetricID -%}
71
- {%- include footer/unqFooter.html -%}
72
- {%- else -%}
73
69
  {%- include footer/index.html -%}
74
- {%- endif -%}
70
+
75
71
  {%- include script.html -%}
76
72
  </body>
77
73
 
@@ -150,11 +150,9 @@
150
150
 
151
151
 
152
152
  {% include adBlocker/adBlocker.html %}
153
- {%- if site.MonumetricID -%}
154
- {%- include footer/unqFooter.html -%}
155
- {%- else -%}
153
+
156
154
  {%- include footer/index.html -%}
157
- {%- endif -%}
155
+
158
156
 
159
157
  {%- include script.html -%}
160
158
  <script src="/assets/js/scrabbleDictonary.js"></script>
@@ -88,13 +88,9 @@
88
88
  <body>
89
89
  {%- include header/index.html -%}
90
90
 
91
- <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
92
91
  <div id="ezoic-pub-ad-placeholder-109"> </div>
93
- <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
94
-
95
- <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
96
92
  <div id="ezoic-pub-ad-placeholder-110"> </div>
97
- <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
93
+
98
94
 
99
95
  {%- include xyzpages/xyz.html -%}
100
96
 
@@ -102,7 +102,6 @@
102
102
  font-size: 12px;
103
103
  }
104
104
 
105
-
106
105
  .wrapper {
107
106
  position: fixed;
108
107
  left: 0;
data/assets/css/blog.css CHANGED
@@ -1,7 +1,3 @@
1
- /**********************************************/
2
- /***************BLOG-CSS-STYLING *************/
3
- /********************************************/
4
-
5
1
  html {
6
2
  scroll-behavior: smooth;
7
3
  font-size: 62.5%;
@@ -11,20 +7,28 @@ body {
11
7
  font-family: 'Open Sans', sans-serif !important;
12
8
  }
13
9
 
10
+ .bars {
11
+ position: relative;
12
+ top: 3px;
13
+ color: #000;
14
+ font-size: 35px;
15
+ }
16
+
14
17
  a {
15
18
  text-decoration: none !important;
16
19
  }
17
20
 
18
21
  img {
19
22
  width: 100%;
23
+ height: 100%;
20
24
  }
21
25
 
22
26
  .section_post {
23
27
  margin-top: 100px;
24
28
  }
25
29
 
26
- /* logo styling */
27
30
  .logo {
31
+ height: 50px;
28
32
  width: 50px;
29
33
  border-radius: 50%;
30
34
  }
@@ -80,9 +84,6 @@ header {
80
84
  color: gray !important;
81
85
  }
82
86
 
83
- /* close */
84
-
85
- /* blogs-card title, content styling */
86
87
  .anchor_link {
87
88
  text-decoration: none !important;
88
89
  color: #343a40 !important;
@@ -106,9 +107,6 @@ header {
106
107
  font-weight: 400;
107
108
  }
108
109
 
109
- /* close */
110
-
111
- /* Blog-card-footer styling */
112
110
  .card-footer {
113
111
  border: none;
114
112
  }
@@ -147,9 +145,6 @@ header {
147
145
  font-size: 13px;
148
146
  }
149
147
 
150
- /* close */
151
-
152
- /* BLOG-Categories stlying */
153
148
  .explore {
154
149
  padding: 25px;
155
150
  color: #fff;
@@ -187,10 +182,6 @@ header {
187
182
  margin: 0 15px;
188
183
  }
189
184
 
190
- /* close */
191
-
192
-
193
- /* Blog-Pages-Pagination stlying*/
194
185
  .blog-pagination a,
195
186
  .blog-pagination span {
196
187
  padding: 7px 10px;
@@ -211,7 +202,7 @@ header {
211
202
  font-size: 14px;
212
203
  }
213
204
 
214
- /* BLOG-Categories-PAGes styling */
205
+
215
206
  .section-title h2 {
216
207
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
217
208
  font-weight: 700;
@@ -226,18 +217,12 @@ header {
226
217
  margin-bottom: -1px;
227
218
  }
228
219
 
229
- /***************************************************************/
230
- /********************** post-layouts-styling *******************/
231
- /***************************************************************/
232
-
233
- /* left-sidebar-social-styling */
234
220
  .post-content {
235
221
  font-size: 20px;
236
222
  }
237
223
 
238
224
  .socialIons>.item-lists2 {
239
225
  display: flex;
240
- /* flex-direction: column; */
241
226
  width: 100%;
242
227
  }
243
228
 
@@ -272,22 +257,6 @@ header {
272
257
  margin: 3px auto;
273
258
  }
274
259
 
275
- .comments-count {
276
- margin: 18px 25px;
277
- text-align: center;
278
- }
279
-
280
- .comment_count {
281
- font-size: 12px;
282
- color: rgba(95, 21, 21, 0.44) !important;
283
- fill: rgba(0, 0, 0, 0.44);
284
- text-decoration: none !important;
285
- }
286
-
287
- /* close */
288
-
289
- /* right-sidebar-styling-starts */
290
- /* author bio styling.. */
291
260
  .author_image .author-thumb {
292
261
  width: 60px;
293
262
  height: 60px;
@@ -321,9 +290,6 @@ header {
321
290
  line-height: 20px;
322
291
  }
323
292
 
324
- /* close */
325
-
326
- /* pagination-styling-postpages */
327
293
  .pointerup i.fa {
328
294
  color: #eaeaea;
329
295
  }
@@ -386,7 +352,6 @@ header {
386
352
  outline: none !important;
387
353
  }
388
354
 
389
- /* recent post heading stlye */
390
355
  .related_post_heading {
391
356
  width: 100%;
392
357
  font-size: 35px;
@@ -417,10 +382,6 @@ header {
417
382
  display: inline-block;
418
383
  }
419
384
 
420
-
421
-
422
-
423
- /* for ezoic ads css */
424
385
  #ezoic-pub-ad-placeholder-109 {
425
386
  position: absolute;
426
387
  top: 60px;
@@ -439,7 +400,6 @@ header {
439
400
  height: 100vh; */
440
401
  }
441
402
 
442
-
443
403
  @media (max-width: 768px) {
444
404
  .bd-search {
445
405
  padding: 10px 25px;
@@ -1,14 +1,6 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
2
-
3
- .article {
4
- padding-top: 100px;
5
- font-family: 'Poppins', sans-serif !important;
6
- }
7
-
8
1
  .main_h1 {
9
- font-size: 30px;
2
+ font-size: 27px;
10
3
  margin-bottom: 20px;
11
- line-height: 52px;
12
4
  color: #1e283c;
13
5
  }
14
6
 
@@ -25,7 +17,7 @@ b {
25
17
 
26
18
  .content_sub_heading {
27
19
  font-weight: 600;
28
- font-size: 20px;
20
+ font-size: 18px;
29
21
  padding-bottom: 0.8rem;
30
22
  color: #1e283c;
31
23
  }
@@ -41,27 +33,21 @@ b {
41
33
  width: 100%;
42
34
  }
43
35
 
44
- .toc_list {
45
- border: 1px solid #dee2e6;
46
- background-color: #f8f9fa;
47
- }
48
-
49
36
  .tabledata {
50
37
  margin-left: 20px;
51
38
  box-sizing: border-box;
52
39
  line-height: 30px;
53
40
  letter-spacing: 0.3px;
54
- margin-left: 20px;
55
41
  box-sizing: border-box;
56
42
  letter-spacing: 0.3px;
57
- font-size: 13px;
43
+ font-size: 12px;
58
44
  list-style: decimal;
59
45
  }
60
46
 
61
47
  .wordsDetails {
62
48
  margin-left: 20px;
63
49
  line-height: 30px;
64
- letter-spacing: 0.3px;
50
+ letter-spacing: .3px;
65
51
  font-size: 13px;
66
52
  color: #50668f;
67
53
  font-weight: 600;
@@ -71,11 +57,18 @@ b {
71
57
  color: #0645ad !important;
72
58
  }
73
59
 
60
+ .toc_list {
61
+ border: 1px solid rgba(0, 0, 0, 0.1);
62
+ padding: 10px;
63
+ background: white;
64
+ }
65
+
74
66
  .wordsdata {
75
67
  margin-bottom: 40px;
76
68
  }
77
69
 
78
70
  .word-title {
71
+ font-size: 15px;
79
72
  margin: 0px 0;
80
73
  /* margin-bottom: 40px; */
81
74
  color: #0645ad;
@@ -102,4 +95,26 @@ b {
102
95
  .toc_title {
103
96
  font-weight: 700;
104
97
  text-align: center;
98
+ }
99
+
100
+ @media (max-width:768px) {
101
+
102
+ .wordsDetails {
103
+ font-size: 12px;
104
+ }
105
+
106
+ .word-title {
107
+ font-size: 14px !important;
108
+ }
109
+
110
+ .word-heading,
111
+ .content_sub_heading {
112
+ font-size: 14px;
113
+ line-height: 25px;
114
+ }
115
+
116
+ .anchor_links {
117
+ font-size: inherit !important;
118
+ }
119
+
105
120
  }
@@ -15,7 +15,6 @@
15
15
  text-align: center;
16
16
  }
17
17
 
18
-
19
18
  .card-body>i {
20
19
  font-size: 20px;
21
20
  }
@@ -133,7 +133,6 @@
133
133
  border-radius: 3px;
134
134
  }
135
135
 
136
-
137
136
  .modal-header {
138
137
  padding: 1.8rem;
139
138
  }
data/assets/css/game.css CHANGED
@@ -1,4 +1,3 @@
1
- /* create wordle screen css */
2
1
  .create-wordle {
3
2
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
4
3
  margin-bottom: 150px;
@@ -71,7 +70,6 @@
71
70
  text-transform: capitalize;
72
71
  }
73
72
 
74
- /* modal style */
75
73
  .close {
76
74
  background-color: transparent;
77
75
  border: none;
@@ -94,10 +92,9 @@
94
92
 
95
93
  .game {
96
94
  width: 100%;
97
- /* height: 100vh; */
95
+
98
96
  }
99
97
 
100
- /* wordle game play css */
101
98
  .game .game-container .game-board {
102
99
  width: 350px;
103
100
  height: auto;
@@ -109,7 +106,6 @@
109
106
  }
110
107
 
111
108
  .game .game-container .game-board .tile {
112
-
113
109
  display: flex;
114
110
  justify-content: center;
115
111
  align-items: center;
@@ -127,7 +123,6 @@
127
123
  transition: transform 240ms linear;
128
124
  }
129
125
 
130
-
131
126
  .game .game-container .game-board .tile:focus-visible {
132
127
  outline: none !important;
133
128
  }
@@ -330,7 +325,6 @@
330
325
  align-items: center;
331
326
  }
332
327
 
333
-
334
328
  #confetti-canvas {
335
329
  width: 100%;
336
330
  position: fixed;
@@ -467,16 +461,4 @@
467
461
  .game .game-container .game-keyboard {
468
462
  margin-top: 3rem !important;
469
463
  }
470
- }
471
-
472
- /*
473
- .wordl_ani{
474
- animation: animated 3s ease-in-out infinite;
475
- }
476
-
477
- @keyframes animated {
478
- 100%{
479
- transform: scale(1.03);
480
- }
481
- */
482
- /* } */
464
+ }
data/assets/css/home.css CHANGED
@@ -162,14 +162,12 @@ input:-webkit-autofill:active {
162
162
  }
163
163
 
164
164
  .txtBox::-ms-input-placeholder {
165
- /* Internet Explorer 10-11 */
166
165
  color: var(--txtColor);
167
166
  opacity: 0.5;
168
167
  font-weight: 500 !important;
169
168
  }
170
169
 
171
170
  .txtBox::-ms-input-placeholder {
172
- /* Microsoft Edge */
173
171
  color: var(--txtColor);
174
172
  opacity: 0.5;
175
173
  font-weight: 500 !important;
@@ -186,8 +184,6 @@ input:-webkit-autofill:active {
186
184
  top: 0px;
187
185
  right: 0px;
188
186
  outline: none;
189
- /* border-top-right-radius: 8px;
190
- border-bottom-right-radius: 8px; */
191
187
  background-color: #000;
192
188
  }
193
189
 
@@ -250,7 +246,7 @@ input:-webkit-autofill:active {
250
246
  overflow: hidden;
251
247
  object-fit: cover;
252
248
  right: 69px;
253
- padding: 19px 0;
249
+ /* padding: 19px 0; */
254
250
  border-bottom: 0 !important;
255
251
  border-radius: 0;
256
252
  border: none;