word-games-theme 1.3.4 → 1.3.7

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: 8d1d0877a11e083c0ebf870188d288068bdb12d8261c807b35071f605a64aef4
4
- data.tar.gz: 836f36147ca4a89d76e5d6868b9a4c0266d9e2d042f8e15fe9eaec3747216eb3
3
+ metadata.gz: 4d62c89c089ed4834d1c2eef9fb42241d372be4d79329c5ee4e6bd7eb8b1658b
4
+ data.tar.gz: 2c2a977f3f6361688fba2d45c31fb7beaad1a905fbf54d1d75abd7f76b12d857
5
5
  SHA512:
6
- metadata.gz: 77c339968e3e2bab0c2ce42f3f775ec987f5ed412b1ea0abf6ba386a0fa2d6b36b4e5d0257f59b4e3d488d6ac60eeb9588bebf481cad2d5a60400f51f5c0db42
7
- data.tar.gz: 1c2e3cb6f2d92e92d6281110506005f9fce92186f8ad5e0bc5ecc12f2733427f3b3b6bf34191a4afe93c245e2ce921b552bc74486cc2df8fc76f159612799bee
6
+ metadata.gz: cb6693e2ff3eeecbc65dd4653ff0c75478bb6429f88d2b24760e0f92fbe5b16b06fb0fbd67c01122b15ebd6cf5705b41a61082a25880fdd93ee0f5e722b695f8
7
+ data.tar.gz: 05662dd86c3f0e4e8122cceba1abf3857d6962b0f7a1d14bb462bce7d8e5b4f07c45188c6f67934db679d4c0e1473866ca4d6d4c28c1eee86f903d6a00850d81
@@ -1,37 +1,71 @@
1
- {
2
- "letter": "python",
3
- "x": 6,
4
- "h1": "6 letters words created using letters python",
5
- "h2": "Find Possible combinations of words with letters python",
6
- "title": "Words with letters python | Find all the words with these letters",
7
- "meta": "Searching for words with letters python for games like word with friends or scrabble? Don't worry ,we have provided all the possible combinations for you.",
8
- "wordLength": "3 words with letters p,y,t,h,o,n",
9
- "words": [
10
- [
1
+ [
2
+ {
3
+ "verb": []
4
+ },
5
+ {
6
+ "noun": [
11
7
  {
12
- "no": "1.",
13
- "word": "phyton",
14
- "points": 14,
15
- "i": 6,
16
- "scrabble": "<strong>Python</strong> is a valid word in scrabble. As per TWL06 dictionary it has <strong>14</strong> points, and as per SOWPODS dictionary it has <strong>14</strong> points.",
17
- "wordswithfriend": "Phyton is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
8
+ "def": "a canal for a current of water ",
9
+ "exp": [],
10
+ "syn": [
11
+ "raceway",
12
+ "race"
13
+ ],
14
+ "c": "n"
18
15
  },
19
16
  {
20
- "no": "2.",
21
- "word": "python",
22
- "points": 14,
23
- "i": 6,
24
- "scrabble": "Python is a valid word in scrabble. As per TWL06 dictionary it has 14 points, and as per SOWPODS dictionary it has 14 points.",
25
- "wordswithfriend": "python is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
17
+ "def": "the flow of air that is driven backwards by an aircraft propeller ",
18
+ "exp": [],
19
+ "syn": [
20
+ "slipstream",
21
+ "airstream",
22
+ "race",
23
+ "backwash",
24
+ "wash"
25
+ ],
26
+ "type": "n"
26
27
  },
27
28
  {
28
- "no": "3.",
29
- "word": "typhon",
30
- "points": 14,
31
- "i": 6,
32
- "scrabble": "typhon is a valid word in scrabble. As per TWL06 dictionary it has 14 points, and as per SOWPODS dictionary it has 14 points.",
33
- "wordswithfriend": "typhon is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
29
+ "def": "(biology) a taxonomic group that is a division of a species",
30
+ "exp": [
31
+ "usually arises as a consequence of geographical isolation within a species"
32
+ ],
33
+ "syn": [
34
+ "subspecies",
35
+ "race"
36
+ ],
37
+ "type": "n"
38
+ },
39
+ {
40
+ "def": "people who are believed to belong to the same genetic stock",
41
+ "exp": [
42
+ "some biologists doubt that there are important genetic differences between races of human beings"
43
+ ],
44
+ "syn": [
45
+ "race"
46
+ ],
47
+ "type": "n"
48
+ },
49
+ {
50
+ "def": "a contest of speed",
51
+ "exp": [
52
+ "the race is to the swift"
53
+ ],
54
+ "syn": [
55
+ "race"
56
+ ],
57
+ "type": "n"
58
+ },
59
+ {
60
+ "def": "any competition",
61
+ "exp": [
62
+ "the race for the presidency"
63
+ ],
64
+ "syn": [
65
+ "race"
66
+ ],
67
+ "type": "n"
34
68
  }
35
69
  ]
36
- ]
37
- }
70
+ }
71
+ ]
@@ -1,5 +1,5 @@
1
1
  {% if jekyll.environment == 'production' and site.MonumetricID %}
2
- <script>
2
+ <!-- <script>
3
3
  const autoLoadDuration = 5; //In Seconds
4
4
  const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
5
5
 
@@ -23,11 +23,10 @@
23
23
  });
24
24
  }
25
25
  </script>
26
- <script type="text/javascript" defer delay="{{site.MonumetricID}}" data-cfasync="false"></script>
27
26
  {% endif %}
28
27
 
29
28
  {% if jekyll.environment == 'development' and site.MonumetricID %}
30
- <script>
29
+ <!-- <script>
31
30
  const autoLoadDuration = 5; //In Seconds
32
31
  const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
33
32
 
@@ -51,5 +50,5 @@
51
50
  });
52
51
  }
53
52
  </script>
54
- <script type="text/javascript" delay="{{site.MonumetricID}}"></script>
53
+ <script type="text/javascript" delay="{{site.MonumetricID}}"></script> -->
55
54
  {% endif %}
@@ -34,6 +34,16 @@ writer is hidden in me. You can found me with my laptop either coding or writing
34
34
  {% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer science and love
35
35
  reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split:
36
36
  '&&' %}
37
+ {% assign balark = "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few of them also got
38
+ published
39
+ in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also
40
+ in my free time I like to do skating, swimming and read books.&&N/A" | split:
41
+ '&&' %}
42
+ {% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a Digital Marketer and a Content
43
+ Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new
44
+ insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a
45
+ profound ability to stay up to date with latest industry trends.&&N/A" | split:
46
+ '&&' %}
37
47
  {%- assign postAuthor = post.author | split: " " -%}
38
48
  {%- assign author = postAuthor.first | downcase -%}
39
49
  {%- assign collection = [author] -%}
@@ -15,6 +15,13 @@
15
15
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
16
16
  </a>
17
17
 
18
+ <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
19
+ <div id="ezoic-pub-ad-placeholder-109"> </div>
20
+ <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
21
+
22
+ <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
23
+ <div id="ezoic-pub-ad-placeholder-110"> </div>
24
+ <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
18
25
 
19
26
  {%- if site.MonumetricID -%}
20
27
 
@@ -4,6 +4,9 @@
4
4
  <div class="container-fluid">
5
5
  <div class="row">
6
6
 
7
+
8
+
9
+
7
10
  {%- if site.MonumetricID and page.url != '/' -%}
8
11
  <div class="ads_layout">
9
12
  <h5 class="title">{{dataToShow.feature_title}}</h5>
@@ -137,12 +137,12 @@
137
137
 
138
138
 
139
139
 
140
- document.addEventListener('click', (event) => {
141
- const withinBoundaries = event.composedPath().includes(advancedFilter)
142
- if (!withinBoundaries) {
143
- closeModal()
144
- }
145
- })
140
+ // document.addEventListener('click', (event) => {
141
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
142
+ // if (!withinBoundaries) {
143
+ // closeModal()
144
+ // }
145
+ // })
146
146
  function closeModal() {
147
147
  fillterWrapper.classList.remove('actives')
148
148
  fillterWrapper.classList.add('hide')
@@ -126,12 +126,12 @@
126
126
  fillterWrapper.classList.remove('hide')
127
127
  })
128
128
 
129
- document.addEventListener('click', (event) => {
130
- const withinBoundaries = event.composedPath().includes(advancedFilter)
131
- if (!withinBoundaries) {
132
- closeModal()
133
- }
134
- })
129
+ // document.addEventListener('click', (event) => {
130
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
131
+ // if (!withinBoundaries) {
132
+ // closeModal()
133
+ // }
134
+ // })
135
135
  function closeModal() {
136
136
  fillterWrapper.classList.remove('actives')
137
137
  fillterWrapper.classList.add('hide')
@@ -5,6 +5,14 @@
5
5
  <body>
6
6
  {%- include header/index.html -%}
7
7
 
8
+ <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
9
+ <div id="ezoic-pub-ad-placeholder-109"> </div>
10
+ <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
11
+
12
+ <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
13
+ <div id="ezoic-pub-ad-placeholder-110"> </div>
14
+ <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
15
+
8
16
  {{content}}
9
17
 
10
18
  {% include adBlocker/adBlocker.html %}
data/_layouts/post.html CHANGED
@@ -29,6 +29,13 @@
29
29
 
30
30
  <body>
31
31
  {%- 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 -->
32
39
  <section class="section_post">
33
40
  <div class="container">
34
41
  <div class="row section-title-wrap">
data/_layouts/tools.html CHANGED
@@ -24,6 +24,15 @@
24
24
  </div>
25
25
  {%- endif -%}
26
26
 
27
+ <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
28
+ <div id="ezoic-pub-ad-placeholder-109"> </div>
29
+ <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
30
+
31
+ <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
32
+ <div id="ezoic-pub-ad-placeholder-110"> </div>
33
+ <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
34
+
35
+
27
36
  <div class="tools-feature">
28
37
  {{content}}
29
38
  </div>
@@ -88,6 +88,14 @@
88
88
  <body>
89
89
  {%- include header/index.html -%}
90
90
 
91
+ <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
92
+ <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
+ <div id="ezoic-pub-ad-placeholder-110"> </div>
97
+ <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
98
+
91
99
  {%- include xyzpages/xyz.html -%}
92
100
 
93
101
  {%- include share/socialshare.html -%}
data/assets/css/blog.css CHANGED
@@ -6,12 +6,15 @@ html {
6
6
  scroll-behavior: smooth;
7
7
  font-size: 62.5%;
8
8
  }
9
+
9
10
  body {
10
11
  font-family: 'Open Sans', sans-serif !important;
11
12
  }
13
+
12
14
  a {
13
15
  text-decoration: none !important;
14
16
  }
17
+
15
18
  img {
16
19
  width: 100%;
17
20
  }
@@ -30,6 +33,7 @@ header {
30
33
  width: 100%;
31
34
  position: relative;
32
35
  }
36
+
33
37
  .navbar {
34
38
  width: 100%;
35
39
  padding: 1.2rem 9% !important;
@@ -38,36 +42,44 @@ header {
38
42
  left: 0;
39
43
  z-index: 999;
40
44
  }
45
+
41
46
  .navbar-nav {
42
47
  align-items: center;
43
48
  }
49
+
44
50
  .navbar-brand {
45
51
  font-size: 2.2rem;
46
52
  color: var(--txtColor) !important;
47
53
  font-weight: 900;
48
54
  }
55
+
49
56
  .navbar-brand-image {
50
57
  width: 80%;
51
58
  display: inline-block;
52
59
  max-width: 40px;
53
60
  }
61
+
54
62
  .navbar-dark .navbar-toggler {
55
63
  outline: none !important;
56
64
  }
65
+
57
66
  .navbar-nav .nav-item {
58
67
  padding: 0 10px;
59
68
  }
69
+
60
70
  .navbar-nav .nav-link:hover {
61
71
  color: var(--txtColor) !important;
62
72
  transition: all 0.2s linear;
63
73
  -webkit-transition: all 0.2s linear;
64
74
  -moz-transition: all 0.2s linear;
65
75
  }
76
+
66
77
  .nav-link {
67
78
  text-decoration: none !important;
68
79
  font-size: 16px;
69
80
  color: gray !important;
70
81
  }
82
+
71
83
  /* close */
72
84
 
73
85
  /* blogs-card title, content styling */
@@ -75,83 +87,94 @@ header {
75
87
  text-decoration: none !important;
76
88
  color: #343a40 !important;
77
89
  }
90
+
78
91
  .anchor_link:hover {
79
92
  transition: all 0.5s linear;
80
93
  color: #000 !important;
81
94
  }
95
+
82
96
  .anchor_link .card-title {
83
97
  font-weight: 600;
84
98
  font-size: 22px;
85
99
  line-height: 1.3;
86
100
  }
101
+
87
102
  .text_size {
88
103
  color: rgba(0, 0, 0, 0.44);
89
104
  font-size: 15px;
90
105
  line-height: 1.6;
91
106
  font-weight: 400;
92
107
  }
108
+
93
109
  /* close */
94
110
 
95
111
  /* Blog-card-footer styling */
96
112
  .card-footer {
97
113
  border: none;
98
114
  }
115
+
99
116
  .wrapfooter {
100
117
  display: flex;
101
118
  align-items: center;
102
119
  margin-bottom: 15px;
103
120
  }
121
+
104
122
  .wrapfooter img {
105
123
  width: 35px;
106
124
  height: 35px;
107
125
  border-radius: 50%;
108
126
  }
127
+
109
128
  .wrapfooter .author-meta {
110
129
  flex: 1 1 auto;
111
130
  padding: 0 15px;
112
131
  }
132
+
113
133
  .wrapfooter .author-meta a {
114
134
  font-size: 15px;
115
135
  color: #000;
116
136
  text-transform: capitalize;
117
137
  }
138
+
118
139
  .wrapfooter .span.post-read-more {
119
140
  align-items: center;
120
141
  display: inline-block;
121
142
  margin-top: 8px;
122
143
  }
144
+
123
145
  .post-date {
124
146
  color: rgba(0, 0, 0, 0.44);
125
147
  font-size: 13px;
126
148
  }
149
+
127
150
  /* close */
128
151
 
129
152
  /* BLOG-Categories stlying */
130
153
  .explore {
131
- padding:25px;
154
+ padding: 25px;
132
155
  color: #fff;
133
156
  margin-bottom: 100px;
134
157
  margin-top: 60px;
135
158
  width: 100%;
136
- background: repeating-linear-gradient(
137
- 45deg,
138
- rgb(27, 27, 27) 0px,
139
- rgb(27, 27, 27) 97px,
140
- rgb(24, 24, 24) 97px,
141
- rgb(24, 24, 24) 194px,
142
- rgb(20, 20, 20) 194px,
143
- rgb(20, 20, 20) 291px
144
- );
159
+ background: repeating-linear-gradient(45deg,
160
+ rgb(27, 27, 27) 0px,
161
+ rgb(27, 27, 27) 97px,
162
+ rgb(24, 24, 24) 97px,
163
+ rgb(24, 24, 24) 194px,
164
+ rgb(20, 20, 20) 194px,
165
+ rgb(20, 20, 20) 291px);
145
166
  height: 250px;
146
167
  align-items: center;
147
168
  display: flex;
148
169
  justify-content: space-around;
149
170
  }
171
+
150
172
  .explore ul {
151
173
  display: flex;
152
174
  list-style: none;
153
175
  flex-wrap: wrap;
154
176
  }
177
+
155
178
  .cat {
156
179
  display: inline-block;
157
180
  padding: 5px 10px;
@@ -163,6 +186,7 @@ header {
163
186
  border-radius: 15px;
164
187
  margin: 0 15px;
165
188
  }
189
+
166
190
  /* close */
167
191
 
168
192
  /* BLOG-alertbar stlying */
@@ -176,9 +200,11 @@ header {
176
200
  padding: 14px 0;
177
201
  z-index: 1;
178
202
  }
203
+
179
204
  .alertbar form {
180
205
  display: inline-block;
181
206
  }
207
+
182
208
  .alertbar input[type='email'] {
183
209
  font-size: 0.85rem;
184
210
  padding: 3px 40px 3px 10px;
@@ -192,6 +218,7 @@ header {
192
218
  margin-left: 5px;
193
219
  outline: 0;
194
220
  }
221
+
195
222
  .alertbar input[type='submit'] {
196
223
  background-color: #1c9963;
197
224
  border: 1px solid #1c9963;
@@ -207,6 +234,7 @@ header {
207
234
  letter-spacing: 0.5px;
208
235
  cursor: pointer;
209
236
  }
237
+
210
238
  /* close */
211
239
 
212
240
  /* Blog-Pages-Pagination stlying*/
@@ -237,6 +265,7 @@ header {
237
265
  font-size: 1.5rem;
238
266
  margin-bottom: 27px;
239
267
  }
268
+
240
269
  .section-title span {
241
270
  border-bottom: 1px solid rgba(0, 0, 0, 0.44);
242
271
  display: inline-block;
@@ -253,19 +282,22 @@ header {
253
282
  font-size: 20px;
254
283
  }
255
284
 
256
- .socialIons > .item-lists2 {
285
+ .socialIons>.item-lists2 {
257
286
  display: flex;
258
287
  /* flex-direction: column; */
259
288
  width: 100%;
260
289
  }
261
- .socialIons > .item-lists2 > li:nth-child(1) {
290
+
291
+ .socialIons>.item-lists2>li:nth-child(1) {
262
292
  margin: 0;
263
293
  }
264
- .socialIons > .item-lists2 > li {
294
+
295
+ .socialIons>.item-lists2>li {
265
296
  list-style: none;
266
297
  padding: 8px 0px;
267
298
  margin: 0 auto;
268
299
  }
300
+
269
301
  .socialIons .item-lists2 li a {
270
302
  color: rgba(95, 21, 21, 0.44);
271
303
  fill: rgba(0, 0, 0, 0.44);
@@ -273,27 +305,32 @@ header {
273
305
  cursor: pointer;
274
306
  text-decoration: none !important;
275
307
  }
276
- .socialIons > .item-lists2 > li i {
308
+
309
+ .socialIons>.item-lists2>li i {
277
310
  font-size: 18px;
278
311
  color: rgba(0, 0, 0, 0.44);
279
312
  fill: rgba(0, 0, 0, 0.44);
280
313
  }
314
+
281
315
  .sep {
282
316
  height: 1px;
283
317
  width: 20px;
284
318
  background: #999;
285
319
  margin: 3px auto;
286
320
  }
321
+
287
322
  .comments-count {
288
323
  margin: 18px 25px;
289
324
  text-align: center;
290
325
  }
326
+
291
327
  .comment_count {
292
328
  font-size: 12px;
293
329
  color: rgba(95, 21, 21, 0.44) !important;
294
330
  fill: rgba(0, 0, 0, 0.44);
295
331
  text-decoration: none !important;
296
332
  }
333
+
297
334
  /* close */
298
335
 
299
336
  /* right-sidebar-styling-starts */
@@ -303,12 +340,14 @@ header {
303
340
  height: 60px;
304
341
  object-fit: cover;
305
342
  }
343
+
306
344
  .author-meta .postName {
307
345
  font-size: 18px !important;
308
346
  color: rgba(0, 0, 0, 0.8) !important;
309
347
  text-decoration: none !important;
310
348
  font-family: 'Merriweather', serif;
311
349
  }
350
+
312
351
  .btn_follow {
313
352
  margin-left: 5px;
314
353
  margin-bottom: 10px;
@@ -321,23 +360,27 @@ header {
321
360
  display: inline-block;
322
361
  border: 1px solid;
323
362
  }
363
+
324
364
  .author_bio {
325
365
  font-family: 'Merriweather', serif;
326
366
  color: rgba(0, 0, 0, 0.44);
327
367
  font-size: 13px;
328
368
  line-height: 20px;
329
369
  }
370
+
330
371
  /* close */
331
372
 
332
373
  /* pagination-styling-postpages */
333
374
  .pointerup i.fa {
334
375
  color: #eaeaea;
335
376
  }
377
+
336
378
  .pointerup {
337
379
  margin-bottom: -9px;
338
380
  margin-left: 49%;
339
381
  font-size: 30px;
340
382
  }
383
+
341
384
  .bottompagination span.navigation {
342
385
  display: block;
343
386
  font-size: 0.93rem;
@@ -347,6 +390,7 @@ header {
347
390
  color: #999;
348
391
  border-top: 1px solid #ddd;
349
392
  }
393
+
350
394
  .pagination {
351
395
  display: -ms-flexbox;
352
396
  display: flex;
@@ -358,6 +402,7 @@ header {
358
402
  font-size: 15px;
359
403
  margin-bottom: 30px;
360
404
  }
405
+
361
406
  .pageUrl {
362
407
  color: green;
363
408
  font-size: 12px;
@@ -365,19 +410,24 @@ header {
365
410
  text-decoration: none;
366
411
  margin-right: 10px;
367
412
  }
413
+
368
414
  .pageUrl:hover {
369
415
  text-decoration: none;
370
416
  color: green;
371
417
  }
418
+
372
419
  .lunrsearchresult {
373
420
  font-size: 15px;
374
421
  }
422
+
375
423
  .lunrsearchresult .title {
376
424
  color: #d9230f;
377
425
  }
426
+
378
427
  .lunrsearchresult .url {
379
428
  color: silver;
380
429
  }
430
+
381
431
  .lunrsearchresult a {
382
432
  display: block;
383
433
  color: #777;
@@ -403,6 +453,7 @@ header {
403
453
  border: none;
404
454
  background: transparent;
405
455
  }
456
+
406
457
  .close:focus {
407
458
  outline: none !important;
408
459
  }
@@ -422,6 +473,7 @@ header {
422
473
  padding-top: 75px;
423
474
  display: inline-block;
424
475
  }
476
+
425
477
  .recent_post_heading {
426
478
  width: 100%;
427
479
  font-size: 46px;
@@ -441,14 +493,17 @@ header {
441
493
  .bd-search {
442
494
  padding: 10px 25px;
443
495
  }
444
- .socialIons > .item-lists2 {
496
+
497
+ .socialIons>.item-lists2 {
445
498
  justify-content: center;
446
499
  }
447
- .socialIons > .item-lists2 {
500
+
501
+ .socialIons>.item-lists2 {
448
502
  flex-direction: row;
449
503
  align-items: center;
450
504
  }
451
- .socialIons > .item-lists2 > li {
505
+
506
+ .socialIons>.item-lists2>li {
452
507
  padding-right: 30px;
453
508
  margin: 0;
454
509
  }
@@ -458,36 +513,45 @@ header {
458
513
  .navbar-nav {
459
514
  align-items: unset;
460
515
  }
516
+
461
517
  .nav-item {
462
518
  padding: 0 !important;
463
519
  }
464
- .socialIons > .item-lists2 {
520
+
521
+ .socialIons>.item-lists2 {
465
522
  flex-direction: row;
466
523
  align-items: center;
467
524
  }
468
- .socialIons > .item-lists2 > li {
525
+
526
+ .socialIons>.item-lists2>li {
469
527
  padding-right: 30px;
470
528
  margin: 0;
471
529
  }
530
+
472
531
  .sep {
473
532
  margin: 0;
474
533
  }
534
+
475
535
  .author-meta {
476
536
  padding-left: 15px;
477
537
  }
538
+
478
539
  .comments-count {
479
540
  margin: 18px 0;
480
541
  text-align: left;
481
542
  }
543
+
482
544
  .navbar {
483
545
  padding-left: 7% !important;
484
546
  padding-right: 7% !important;
485
547
  }
548
+
486
549
  .title,
487
550
  .description {
488
551
  width: 100% !important;
489
552
  text-align: center;
490
553
  }
554
+
491
555
  .angle-arrow {
492
556
  position: fixed;
493
557
  bottom: 4px;
@@ -495,11 +559,33 @@ header {
495
559
  top: auto;
496
560
  z-index: 999;
497
561
  }
562
+
498
563
  .alertbar form {
499
564
  display: block;
500
565
  margin-top: 10px;
501
566
  }
567
+
502
568
  .small_description {
503
569
  font-size: 25px;
504
570
  }
505
571
  }
572
+
573
+
574
+ /* for ezoic ads css */
575
+ /* #ezoic-pub-ad-placeholder-109 {
576
+ position: fixed;
577
+ left: 0;
578
+ width: 170px;
579
+ height: 100vh;
580
+ top: 60px;
581
+ z-index: 99999;
582
+ }
583
+
584
+ #ezoic-pub-ad-placeholder-110 {
585
+ position: fixed;
586
+ right: 0;
587
+ width: 170px;
588
+ height: 100vh;
589
+ top: 60px;
590
+ z-index: 99999;
591
+ } */
data/assets/css/style.css CHANGED
@@ -1,4 +1,5 @@
1
1
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
2
+
2
3
  /* styling........ */
3
4
  * {
4
5
  margin: 0;
@@ -6,6 +7,7 @@
6
7
  box-sizing: border-box;
7
8
  font-family: 'Poppins', sans-serif !important;
8
9
  }
10
+
9
11
  :root {
10
12
  --txtColor: #000;
11
13
  --txtColor1: #fff;
@@ -17,22 +19,26 @@ html {
17
19
  scroll-behavior: smooth;
18
20
  font-size: 62.5%;
19
21
  }
22
+
20
23
  /* loader css */
21
24
  .loader {
22
25
  width: 100%;
23
26
  text-align: center;
24
27
  }
28
+
25
29
  .loader img {
26
30
  height: 100px;
27
31
  }
32
+
28
33
  /* loader css close */
29
34
  header {
30
35
  width: 100%;
31
36
  position: sticky;
32
37
  top: 0;
33
38
  left: 0;
34
- z-index: 999;
39
+ z-index: 999;
35
40
  }
41
+
36
42
  .navbar {
37
43
  width: 100%;
38
44
  padding: 1.2rem 9% !important;
@@ -46,32 +52,39 @@ header {
46
52
  -ms-flex-align: center;
47
53
  align-items: center;
48
54
  }
55
+
49
56
  .navbar-brand {
50
57
  font-size: 2.2rem;
51
58
  color: var(--txtColor) !important;
52
59
  font-weight: 900;
53
60
  position: relative;
54
61
  }
62
+
55
63
  .navbar-dark .navbar-toggler {
56
64
  outline: none !important;
57
65
  }
66
+
58
67
  .navbar-nav {
59
68
  margin-left: 14rem;
60
69
  }
70
+
61
71
  .navbar-nav .nav-item {
62
72
  padding: 0 15px;
63
73
  }
74
+
64
75
  .navbar-nav .nav-link:hover {
65
76
  color: var(--txtColor) !important;
66
77
  transition: all 0.2s linear;
67
78
  -webkit-transition: all 0.2s linear;
68
79
  -moz-transition: all 0.2s linear;
69
80
  }
81
+
70
82
  .nav-link {
71
83
  text-decoration: none !important;
72
84
  font-size: 16px;
73
85
  color: gray !important;
74
86
  }
87
+
75
88
  .top_tool_bar {
76
89
  overflow-y: auto;
77
90
  height: 540px;
@@ -86,18 +99,22 @@ header {
86
99
  column-gap: 5rem;
87
100
  row-gap: 1rem;
88
101
  }
89
- .dropdown-menu.show{
102
+
103
+ .dropdown-menu.show {
90
104
  display: grid;
91
105
  }
106
+
92
107
  .bars {
93
108
  position: relative;
94
109
  top: 3px;
95
110
  color: #000;
96
111
  font-size: 35px;
97
112
  }
113
+
98
114
  .bars::before {
99
115
  font-weight: 900 !important;
100
116
  }
117
+
101
118
  /* for heading */
102
119
  .heading {
103
120
  font-family: 'Poppins', sans-serif;
@@ -112,18 +129,21 @@ header {
112
129
  font-weight: 700;
113
130
  font-family: 'Poppins', sans-serif;
114
131
  }
132
+
115
133
  .title {
116
134
  text-indent: 10px;
117
135
  font-size: 25px;
118
136
  font-weight: 900;
119
137
  font-family: 'Poppins', sans-serif;
120
138
  }
139
+
121
140
  .description {
122
141
  width: 250px;
123
142
  padding: 0 10px;
124
143
  font-size: 15px;
125
144
  font-family: 'Poppins', sans-serif;
126
145
  }
146
+
127
147
  /* advanced filtering angle styling. */
128
148
  .angle-arrow {
129
149
  background: url(../images/angle-arrow-down.svg) no-repeat;
@@ -138,11 +158,13 @@ header {
138
158
  cursor: pointer;
139
159
  /* z-index: 999; */
140
160
  }
161
+
141
162
  .post-link {
142
163
  font-size: 1.5rem;
143
164
  color: #000;
144
165
  padding: 15px;
145
166
  }
167
+
146
168
  .post-link:hover {
147
169
  background: deepskyblue;
148
170
  transition: all 0.5s linear;
@@ -152,6 +174,7 @@ header {
152
174
  .hide {
153
175
  visibility: hidden;
154
176
  }
177
+
155
178
  .fa-times {
156
179
  position: absolute;
157
180
  top: 12px;
@@ -175,6 +198,7 @@ header {
175
198
  .alertbar form {
176
199
  display: inline-block;
177
200
  }
201
+
178
202
  .alertbar input[type='email'] {
179
203
  font-size: 0.85rem;
180
204
  padding: 3px 40px 3px 10px;
@@ -188,6 +212,7 @@ header {
188
212
  margin-left: 5px;
189
213
  outline: none;
190
214
  }
215
+
191
216
  .alertbar input[type='submit'] {
192
217
  background-color: #1c9963;
193
218
  border: 1px solid #1c9963;
@@ -203,6 +228,7 @@ header {
203
228
  letter-spacing: 0.5px;
204
229
  cursor: pointer;
205
230
  }
231
+
206
232
  /* close */
207
233
 
208
234
  .page-top-section {
@@ -211,14 +237,17 @@ header {
211
237
  padding-bottom: 40px;
212
238
  background: url(/assets/images/footer2-bg.webp);
213
239
  }
240
+
214
241
  .page-top-nav a {
215
242
  color: #fff;
216
243
  text-transform: uppercase;
217
244
  padding: 0 15px;
218
245
  }
246
+
219
247
  .page-top-nav a:hover {
220
248
  color: white !important;
221
249
  }
250
+
222
251
  .section-gap {
223
252
  padding: 120px 0;
224
253
  font-size: 25px;
@@ -232,18 +261,21 @@ header {
232
261
  .dictionary-item {
233
262
  padding: 5px 0;
234
263
  }
264
+
235
265
  .font16px {
236
266
  font-size: 16px;
237
267
  font-weight: 500;
238
268
  line-height: 1.19;
239
269
  color: #1c1107;
240
270
  }
271
+
241
272
  .found-word {
242
273
  background: #2ec308;
243
274
  color: #fff;
244
275
  padding: 3px;
245
276
  font-size: 15px;
246
277
  }
278
+
247
279
  .word-score {
248
280
  font-style: italic;
249
281
  opacity: 0.7;
@@ -251,24 +283,28 @@ header {
251
283
  }
252
284
 
253
285
  .tools_headings {
254
- padding: 15px 0;
286
+ padding: 15px 0;
255
287
 
256
288
  }
289
+
257
290
  .how-to-section {
258
291
  padding: 90px 0;
259
292
  }
293
+
260
294
  .how-to-title {
261
295
  line-height: 30px;
262
296
  font-weight: 600;
263
297
  margin: 0;
264
298
  padding-bottom: 12px;
265
299
  }
300
+
266
301
  .how-to-list {
267
302
  margin: 0;
268
303
  padding: 6px 0;
269
304
  list-style: none;
270
305
  text-align: left;
271
306
  }
307
+
272
308
  .how-to-list-item {
273
309
  line-height: 24px;
274
310
  font-size: 16px;
@@ -276,12 +312,14 @@ header {
276
312
  display: flex;
277
313
  padding: 6px 0;
278
314
  }
315
+
279
316
  .how-to-list-item span {
280
317
  line-height: 24px;
281
318
  font-size: 16px;
282
319
  font-weight: 600;
283
320
  min-width: 24px;
284
321
  }
322
+
285
323
  .how-to-img-wrapper {
286
324
  width: 100%;
287
325
  height: 100%;
@@ -289,20 +327,22 @@ header {
289
327
  justify-content: center;
290
328
  align-items: center;
291
329
  }
330
+
292
331
  .how-to-leftimg {
293
332
  height: 180px;
294
333
  width: 300px;
295
334
  }
296
335
 
297
- .letter-close-button{
298
- position: absolute;
299
- right: 220px;
300
- top: 24px;
301
- font-size: 18px;
302
- cursor: pointer;
303
- display: none;
336
+ .letter-close-button {
337
+ position: absolute;
338
+ right: 220px;
339
+ top: 24px;
340
+ font-size: 18px;
341
+ cursor: pointer;
342
+ display: none;
304
343
  }
305
- .close_ltr_icon{
344
+
345
+ .close_ltr_icon {
306
346
  display: block;
307
347
  }
308
348
 
@@ -312,6 +352,7 @@ display: none;
312
352
  top: 17px;
313
353
  font-size: 15px;
314
354
  }
355
+
315
356
  .navbar {
316
357
  padding: 1.2rem 15px !important;
317
358
  }
@@ -321,6 +362,7 @@ display: none;
321
362
  width: 100% !important;
322
363
  text-align: center;
323
364
  }
365
+
324
366
  .angle-arrow {
325
367
  position: fixed;
326
368
  bottom: 5px;
@@ -329,10 +371,12 @@ display: none;
329
371
  top: auto;
330
372
  display: none;
331
373
  }
374
+
332
375
  .alertbar form {
333
376
  display: block;
334
377
  margin-top: 10px;
335
378
  }
379
+
336
380
  /* .heading {
337
381
  font-size: 40px;
338
382
  } */
@@ -340,14 +384,17 @@ display: none;
340
384
  display: block;
341
385
  } */
342
386
  }
387
+
343
388
  @media (max-width: 992px) {
344
389
  .navbar-nav {
345
390
  margin-left: 0rem;
346
391
  }
347
- .dropdown-menu.show {
392
+
393
+ .dropdown-menu.show {
348
394
  display: block !important;
349
- padding:15px !important
395
+ padding: 15px !important
350
396
  }
397
+
351
398
  .dropdown-item {
352
399
  text-align: left;
353
400
  font-weight: 600;
@@ -356,12 +403,14 @@ display: none;
356
403
  }
357
404
 
358
405
  @media (max-width: 1125px) {
406
+
359
407
  .title,
360
408
  .description {
361
409
  width: 100% !important;
362
410
  text-align: center;
363
411
  }
364
412
  }
413
+
365
414
  /* styling close */
366
415
  /* rating css */
367
416
  /* .rating css */
@@ -369,12 +418,14 @@ display: none;
369
418
  width: 30px;
370
419
  padding: 5px;
371
420
  }
421
+
372
422
  #rating-img {
373
423
  height: 1px;
374
424
  width: 1px;
375
425
  filter: brightness();
376
426
  filter: brightness(100);
377
427
  }
428
+
378
429
  .rating-tool {
379
430
  width: 100%;
380
431
  display: flex;
@@ -387,21 +438,25 @@ display: none;
387
438
  position: relative;
388
439
  top: 30px;
389
440
  }
441
+
390
442
  .rating-text {
391
443
  font-size: 17px;
392
444
  font-weight: 700;
393
445
  color: rgb(33, 33, 33);
394
446
  padding: 6px;
395
447
  }
448
+
396
449
  .rating-stars {
397
450
  color: #9d9d9d !important;
398
451
  display: flex;
399
452
  align-items: center;
400
453
  }
454
+
401
455
  .rating-stars i {
402
456
  padding: 5px;
403
457
  font-size: 17px;
404
458
  }
459
+
405
460
  .rating-value {
406
461
  line-height: 24px;
407
462
  font-size: 16px;
@@ -430,6 +485,7 @@ display: none;
430
485
  margin-top: 1px;
431
486
  padding: 9px;
432
487
  }
488
+
433
489
  .social-icons {
434
490
  position: fixed;
435
491
  right: 0;
@@ -449,25 +505,31 @@ display: none;
449
505
  box-shadow: 0 0 20px -7px #191a1a9e;
450
506
  line-height: 30px;
451
507
  }
508
+
452
509
  .social-icons a {
453
510
  color: #000 !important;
454
511
  padding: 4px 0;
455
512
  }
513
+
456
514
  @media (max-width: 768px) {
457
515
  .how-to-leftimg {
458
516
  margin-bottom: 24px;
459
- }
460
- .how-to-title{
461
- text-align: center;
462
- }
463
- .how-to-list-item{
464
- display: flex;
465
- justify-content: center;
466
- }
467
- .rating-text,.rating-value{
517
+ }
518
+
519
+ .how-to-title {
520
+ text-align: center;
521
+ }
522
+
523
+ .how-to-list-item {
524
+ display: flex;
525
+ justify-content: center;
526
+ }
527
+
528
+ .rating-text,
529
+ .rating-value {
468
530
  font-size: 12px;
469
531
  }
470
-
532
+
471
533
  .social-icons {
472
534
  left: 0;
473
535
  bottom: 0 !important;
@@ -481,23 +543,28 @@ display: none;
481
543
  justify-content: space-evenly;
482
544
  line-height: 100px;
483
545
  }
546
+
484
547
  .social-count {
485
548
  right: auto !important;
486
549
  margin-top: 25px !important;
487
550
  }
488
551
  }
552
+
489
553
  .social-icon {
490
554
  margin: 0 !important;
491
555
  color: gray;
492
556
  font-size: 1.6rem;
493
557
  }
558
+
494
559
  .social-icon:hover {
495
560
  color: black;
496
561
  }
562
+
497
563
  .highlight {
498
564
  color: #ff0000 !important;
499
565
  }
500
- .related_post_heading{
566
+
567
+ .related_post_heading {
501
568
  width: 100%;
502
569
  font-size: 46px;
503
570
  text-align: center;
@@ -513,3 +580,23 @@ display: none;
513
580
  }
514
581
 
515
582
 
583
+
584
+
585
+ /* for ezoic ads css */
586
+ /* #ezoic-pub-ad-placeholder-109 {
587
+ position: fixed;
588
+ left: 0;
589
+ width: 170px;
590
+ height: 100vh;
591
+ top: 65px;
592
+ z-index: 99999;
593
+ }
594
+
595
+ #ezoic-pub-ad-placeholder-110 {
596
+ position: fixed;
597
+ right: 0;
598
+ width: 170px;
599
+ height: 100vh;
600
+ top: 65px;
601
+ z-index: 99999;
602
+ } */
Binary file
Binary file
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: 1.3.4
4
+ version: 1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-28 00:00:00.000000000 Z
11
+ date: 2022-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -224,6 +224,7 @@ files:
224
224
  - assets/images/adblock.svg
225
225
  - assets/images/alka.webp
226
226
  - assets/images/angle-arrow-down.svg
227
+ - assets/images/balark.jpeg
227
228
  - assets/images/bg_elements.png
228
229
  - assets/images/bg_elements.svg
229
230
  - assets/images/board-game.png
@@ -269,6 +270,7 @@ files:
269
270
  - assets/images/twitter.svg
270
271
  - assets/images/twitter2.svg
271
272
  - assets/images/twitters.svg
273
+ - assets/images/udit.jpg
272
274
  - assets/images/uo.svg
273
275
  - assets/images/whatsapp.svg
274
276
  - assets/images/window-close.png