word-games-theme 3.2.7 → 3.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5540b3ab326d472126974f10230178b739ae1d59ada3e83a571e863fe8eb48e7
4
- data.tar.gz: f0b2894cf7fdb159db7de3bb1f0d6cb10526c5a149ed0c4edf69161c32d93a25
3
+ metadata.gz: 900611bb28204da634f1165025f425f840de6edb5d29797dd82e0319b7104ba3
4
+ data.tar.gz: 0f8ddc00d1856577f7b4002feb303ad90d9d1ce763c0639214c1748b4c98cd85
5
5
  SHA512:
6
- metadata.gz: 390564f06becd3da7ababa0ca897b1408cd26f4b91db9b811e0eb8c825fae7c9693416c19895059fcc8e6266a1e57f3ba2ba2c445688678bd85449547d4f232c
7
- data.tar.gz: a58ba654a01cd73e9d3e3cbbf965eb0a7aff8ed1d8d81a182e6f977b299daf5141f5a11d4ce273381bed47cc9baccc08f21542cab18b4e86a7520a32a5b94e3c
6
+ metadata.gz: 923014eea445e747a893542af0bd47ebac8add509bb2975fac87f6bf5046d17dfd878f210e24695d1502631192c8e24e3875d3966ae05cd431d642cd828bbd15
7
+ data.tar.gz: 5bfaa100c83aca7ab9ad2cad9f5480d431b703c8c6f4a857d34a66e1c5f293fde577576ecf7f0dd3d423ca91d5d5f5db6cafada0e4c41d9f048f7da62a81dfe6
@@ -360,20 +360,18 @@
360
360
  item.addEventListener('click', handleItemClick);
361
361
  });
362
362
 
363
- // window.onclick = function(event) {
364
- // if (!event.target.matches('.filter_val')) {
365
- // const dropdowns = document.getElementsByClassName("dropdown-content");
366
- // for (let i = 0; i < dropdowns.length; i++) {
367
- // dropdowns[i].style.display = "none";
368
- // }
369
- // const arrowDown = document.getElementsByClassName("arrow-down");
370
- // for (let i = 0; i < arrowDown.length; i++) {
371
- // arrowDown[i].style.display = "none";
372
- // }
373
-
374
-
375
- // }
376
- // }
363
+ window.onclick = function(event) {
364
+ if (!event.target.matches('.filter_val')) {
365
+ const dropdowns = document.getElementsByClassName("dropdown-content");
366
+ for (let i = 0; i < dropdowns.length; i++) {
367
+ dropdowns[i].style.display = "none";
368
+ }
369
+ const arrowDown = document.getElementsByClassName("arrow-down");
370
+ for (let i = 0; i < arrowDown.length; i++) {
371
+ arrowDown[i].style.display = "none";
372
+ }
373
+ }
374
+ }
377
375
 
378
376
 
379
377
 
@@ -26,6 +26,7 @@
26
26
  {%- else -%}
27
27
  <style>
28
28
  .main-header {
29
+ padding-bottom: 35vh;
29
30
  margin: 0px !important;
30
31
  background-image: radial-gradient(#e4e4f4 2px, transparent 2px);
31
32
  background-size: 25px 25px;
@@ -321,7 +321,7 @@
321
321
  padding: 10px;
322
322
  text-align: left;
323
323
  color: #1c1107;
324
- font-size: 13px;
324
+ font-size: 1.5rem;
325
325
  font-weight: 600;
326
326
  font-stretch: normal;
327
327
  font-style: normal;
@@ -338,7 +338,7 @@
338
338
  padding: 10px;
339
339
  text-align: left;
340
340
  color: #1c1107;
341
- font-size: 13px;
341
+ font-size: 1.5rem;
342
342
  font-weight: 600;
343
343
  font-stretch: normal;
344
344
  font-style: normal;
@@ -357,7 +357,7 @@
357
357
 
358
358
  .wordCount {
359
359
  /* text-indent: 10px; */
360
- font-size: 18px;
360
+ font-size: 2rem;
361
361
  }
362
362
 
363
363
  .filterSortedIcons {
@@ -408,7 +408,7 @@
408
408
  }
409
409
  .fillterWrapper input{
410
410
  padding: 10px !important;
411
- font-size: 14px;
411
+ font-size: 1.5rem;
412
412
  width: 140px;
413
413
  }
414
414
  .fillterWrapper .filter-tooltip img{
@@ -429,7 +429,7 @@
429
429
 
430
430
  .wordList .anchor__style {
431
431
  color: #000 !important;
432
- font-size: 15px;
432
+ font-size: 2rem;
433
433
  text-decoration: none !important;
434
434
  font-weight: 600;
435
435
  list-style: none;
@@ -104,13 +104,14 @@ input[type="number"] {
104
104
  }
105
105
 
106
106
  .serachSection .serachBox .txtBox {
107
+ text-transform: uppercase;
107
108
  height: 80px;
108
109
  border: solid 3px #313131;
109
110
  border-radius: 74px;
110
111
  background: #fff;
111
112
  padding: 2rem;
112
113
  width: 100%;
113
- font-size: 15px;
114
+ font-size: 16px;
114
115
  font-weight: 700;
115
116
  font-style: normal;
116
117
  letter-spacing: normal;
@@ -185,7 +186,7 @@ input[type="number"] {
185
186
  height: 80px;
186
187
  position: absolute;
187
188
  top: 0px;
188
- font-size: 15px;
189
+ font-size: 16px;
189
190
  width: 142px;
190
191
  overflow: hidden;
191
192
  object-fit: cover;
@@ -341,7 +341,7 @@ input:-webkit-autofill:active {
341
341
  padding: 10px;
342
342
  text-align: left;
343
343
  color: #1c1107;
344
- font-size: 13px;
344
+ font-size: 1.5rem;
345
345
  font-weight: 600;
346
346
  font-stretch: normal;
347
347
  font-style: normal;
@@ -19,3 +19,16 @@
19
19
  --tooltip-border-style: 0.5rem;
20
20
  }
21
21
 
22
+
23
+ /*
24
+
25
+ h1 - 48px
26
+ h2 - 20px
27
+ feature heading - 18px
28
+ feature desc - 16px
29
+ how-to-list-item - 16px
30
+ .faq-question - 20px
31
+ .faq-answer - 16px
32
+
33
+
34
+ .feature-highlight-title, .howto, .infographics-title, .related_post_heading - 48px */
@@ -124,12 +124,12 @@
124
124
 
125
125
  .wordList .anchor__style {
126
126
  color: #000!important;
127
- font-size: 15px;
127
+ font-size: 2rem;
128
128
  text-decoration: none!important;
129
129
  font-weight: 600;
130
130
  }
131
131
  #wordleWordCount {
132
- font-size: 18px;
132
+ font-size: 2rem;
133
133
  /* width: 75%; */
134
134
  margin: 10px auto;
135
135
  }
@@ -31,7 +31,11 @@ self.onmessage = async (event) => {
31
31
  sum += ScrabbleLetterScore[item[i]] || 0 // for unknown characters
32
32
  }
33
33
  return `
34
- <a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
34
+ <a style='color: #000!important;
35
+ font-size: 2rem;
36
+ text-decoration: none!important;
37
+ font-weight: 600;'
38
+ class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
35
39
  <li>
36
40
  ${item.toLowerCase()}
37
41
  <span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px"> ${sum}</span>
@@ -214,7 +214,7 @@ const wordleSolver = async (value, value2, value3, greenWithIndex) => {
214
214
 
215
215
  worker.postMessage({
216
216
  type: "api",
217
- endpoint: `/.netlify/functions/wordleSolver/wordleSolver`,
217
+ endpoint: `/.netlify/functions/wordleSolver`,
218
218
  greenLetters: value,
219
219
  yellowLetters: value2,
220
220
  greyLetters: value3,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.7
4
+ version: 3.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll