word-games-theme 1.5.6 → 1.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/wordgames/en/jumble_word_finder.json +25 -4
- data/_includes/adBlocker/adBlocker.html +1 -1
- data/_includes/footer/index.html +2 -20
- data/_includes/head/index.html +4 -4
- data/_includes/header/index.html +1 -5
- data/_includes/howto.html +0 -37
- data/_includes/postbox.html +1 -1
- data/_includes/script.html +7 -3
- data/_includes/section/commonPage.html +0 -21
- data/_includes/section/count.html +1 -39
- data/_includes/section/feature.html +0 -28
- data/_includes/section/news.html +1 -27
- data/_includes/section/recent_posts.html +0 -48
- data/_includes/section/related_categories_post.html +1 -179
- data/_includes/xyzpages/xyz.html +0 -1
- data/_layouts/allpages.html +1 -4
- data/_layouts/blank.html +0 -5
- data/_layouts/blog.html +0 -50
- data/_layouts/categories.html +2 -3
- data/_layouts/default.html +0 -7
- data/_layouts/page.html +1 -4
- data/_layouts/page2.html +2 -4
- data/_layouts/post.html +23 -35
- data/_layouts/privacyPolicy.html +0 -6
- data/_layouts/termAndCondition.html +2 -4
- data/_layouts/tools.html +1 -5
- data/_layouts/wordMeaning.html +2 -4
- data/_layouts/xyzpages.html +1 -5
- data/assets/css/adBlocker.css +0 -1
- data/assets/css/blog.css +1 -46
- data/assets/css/content.css +0 -7
- data/assets/css/feature.css +0 -1
- data/assets/css/footer.css +0 -1
- data/assets/css/game.css +2 -20
- data/assets/css/home.css +19 -22
- data/assets/css/news.css +6 -0
- data/assets/css/style.css +0 -20
- data/assets/css/testhome.css +417 -0
- data/assets/css/wordleSolver.css +43 -29
- data/assets/css/wordsInCertainPosition.css +0 -7
- metadata +3 -8
- data/_includes/placeholder-loading.html +0 -8
- data/assets/css/config.css +0 -22
- data/assets/fonts/Poppins-Regular.ttf +0 -0
- data/assets/js/advancedFilter.js +0 -5
- data/assets/js/advancedFilter2.js +0 -12
- data/assets/js/advancedFilter3.js +0 -2
data/assets/css/blog.css
CHANGED
@@ -27,7 +27,6 @@ img {
|
|
27
27
|
margin-top: 100px;
|
28
28
|
}
|
29
29
|
|
30
|
-
/* logo styling */
|
31
30
|
.logo {
|
32
31
|
height: 50px;
|
33
32
|
width: 50px;
|
@@ -85,9 +84,6 @@ header {
|
|
85
84
|
color: gray !important;
|
86
85
|
}
|
87
86
|
|
88
|
-
/* close */
|
89
|
-
|
90
|
-
/* blogs-card title, content styling */
|
91
87
|
.anchor_link {
|
92
88
|
text-decoration: none !important;
|
93
89
|
color: #343a40 !important;
|
@@ -111,9 +107,6 @@ header {
|
|
111
107
|
font-weight: 400;
|
112
108
|
}
|
113
109
|
|
114
|
-
/* close */
|
115
|
-
|
116
|
-
/* Blog-card-footer styling */
|
117
110
|
.card-footer {
|
118
111
|
border: none;
|
119
112
|
}
|
@@ -152,9 +145,6 @@ header {
|
|
152
145
|
font-size: 13px;
|
153
146
|
}
|
154
147
|
|
155
|
-
/* close */
|
156
|
-
|
157
|
-
/* BLOG-Categories stlying */
|
158
148
|
.explore {
|
159
149
|
padding: 25px;
|
160
150
|
color: #fff;
|
@@ -192,10 +182,6 @@ header {
|
|
192
182
|
margin: 0 15px;
|
193
183
|
}
|
194
184
|
|
195
|
-
/* close */
|
196
|
-
|
197
|
-
|
198
|
-
/* Blog-Pages-Pagination stlying*/
|
199
185
|
.blog-pagination a,
|
200
186
|
.blog-pagination span {
|
201
187
|
padding: 7px 10px;
|
@@ -216,7 +202,7 @@ header {
|
|
216
202
|
font-size: 14px;
|
217
203
|
}
|
218
204
|
|
219
|
-
|
205
|
+
|
220
206
|
.section-title h2 {
|
221
207
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
222
208
|
font-weight: 700;
|
@@ -231,18 +217,12 @@ header {
|
|
231
217
|
margin-bottom: -1px;
|
232
218
|
}
|
233
219
|
|
234
|
-
/***************************************************************/
|
235
|
-
/********************** post-layouts-styling *******************/
|
236
|
-
/***************************************************************/
|
237
|
-
|
238
|
-
/* left-sidebar-social-styling */
|
239
220
|
.post-content {
|
240
221
|
font-size: 20px;
|
241
222
|
}
|
242
223
|
|
243
224
|
.socialIons>.item-lists2 {
|
244
225
|
display: flex;
|
245
|
-
/* flex-direction: column; */
|
246
226
|
width: 100%;
|
247
227
|
}
|
248
228
|
|
@@ -277,22 +257,6 @@ header {
|
|
277
257
|
margin: 3px auto;
|
278
258
|
}
|
279
259
|
|
280
|
-
.comments-count {
|
281
|
-
margin: 18px 25px;
|
282
|
-
text-align: center;
|
283
|
-
}
|
284
|
-
|
285
|
-
.comment_count {
|
286
|
-
font-size: 12px;
|
287
|
-
color: rgba(95, 21, 21, 0.44) !important;
|
288
|
-
fill: rgba(0, 0, 0, 0.44);
|
289
|
-
text-decoration: none !important;
|
290
|
-
}
|
291
|
-
|
292
|
-
/* close */
|
293
|
-
|
294
|
-
/* right-sidebar-styling-starts */
|
295
|
-
/* author bio styling.. */
|
296
260
|
.author_image .author-thumb {
|
297
261
|
width: 60px;
|
298
262
|
height: 60px;
|
@@ -326,9 +290,6 @@ header {
|
|
326
290
|
line-height: 20px;
|
327
291
|
}
|
328
292
|
|
329
|
-
/* close */
|
330
|
-
|
331
|
-
/* pagination-styling-postpages */
|
332
293
|
.pointerup i.fa {
|
333
294
|
color: #eaeaea;
|
334
295
|
}
|
@@ -391,7 +352,6 @@ header {
|
|
391
352
|
outline: none !important;
|
392
353
|
}
|
393
354
|
|
394
|
-
/* recent post heading stlye */
|
395
355
|
.related_post_heading {
|
396
356
|
width: 100%;
|
397
357
|
font-size: 35px;
|
@@ -422,10 +382,6 @@ header {
|
|
422
382
|
display: inline-block;
|
423
383
|
}
|
424
384
|
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
/* for ezoic ads css */
|
429
385
|
#ezoic-pub-ad-placeholder-109 {
|
430
386
|
position: absolute;
|
431
387
|
top: 60px;
|
@@ -444,7 +400,6 @@ header {
|
|
444
400
|
height: 100vh; */
|
445
401
|
}
|
446
402
|
|
447
|
-
|
448
403
|
@media (max-width: 768px) {
|
449
404
|
.bd-search {
|
450
405
|
padding: 10px 25px;
|
data/assets/css/content.css
CHANGED
data/assets/css/feature.css
CHANGED
data/assets/css/footer.css
CHANGED
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
|
-
|
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
@@ -76,7 +76,7 @@ input:-webkit-autofill:active {
|
|
76
76
|
padding: 0;
|
77
77
|
width: 100%;
|
78
78
|
font-size: 15px;
|
79
|
-
|
79
|
+
font-weight: 700;
|
80
80
|
font-style: normal;
|
81
81
|
letter-spacing: normal;
|
82
82
|
color: var(--txtColor);
|
@@ -85,7 +85,7 @@ input:-webkit-autofill:active {
|
|
85
85
|
position: relative;
|
86
86
|
}
|
87
87
|
|
88
|
-
|
88
|
+
.txtBox~.focus-border:before,
|
89
89
|
.txtBox~.focus-border:after {
|
90
90
|
content: "";
|
91
91
|
position: absolute;
|
@@ -114,14 +114,14 @@ input:-webkit-autofill:active {
|
|
114
114
|
width: 100%;
|
115
115
|
transition: .5s;
|
116
116
|
transition-delay: 0.6s;
|
117
|
-
}
|
117
|
+
}
|
118
118
|
|
119
|
-
|
119
|
+
.txtBox:focus~.focus-border:after,
|
120
120
|
.has-content.txtBox~.focus-border:after {
|
121
121
|
transition-delay: 0.2s;
|
122
|
-
}
|
122
|
+
}
|
123
123
|
|
124
|
-
|
124
|
+
.txtBox:focus~.focus-border i:before,
|
125
125
|
.txtBox:focus~.focus-border i:after,
|
126
126
|
.has-content.txtBox~.focus-border i:before,
|
127
127
|
.has-content.txtBox~.focus-border i:after {
|
@@ -144,9 +144,9 @@ input:-webkit-autofill:active {
|
|
144
144
|
height: 0;
|
145
145
|
background-color: #000;
|
146
146
|
transition: .5s;
|
147
|
-
}
|
147
|
+
}
|
148
148
|
|
149
|
-
|
149
|
+
.txtBox~.focus-border i:after {
|
150
150
|
left: auto;
|
151
151
|
right: 0;
|
152
152
|
top: auto;
|
@@ -162,18 +162,17 @@ input:-webkit-autofill:active {
|
|
162
162
|
}
|
163
163
|
|
164
164
|
.txtBox::-ms-input-placeholder {
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
} */
|
165
|
+
color: var(--txtColor);
|
166
|
+
opacity: 0.5;
|
167
|
+
font-weight: 500 !important;
|
168
|
+
}
|
169
|
+
|
170
|
+
.txtBox::-ms-input-placeholder {
|
171
|
+
color: var(--txtColor);
|
172
|
+
opacity: 0.5;
|
173
|
+
font-weight: 500 !important;
|
174
|
+
}
|
175
|
+
|
177
176
|
.serachBtn {
|
178
177
|
border-radius: 0px;
|
179
178
|
background: url(../images/search.svg) no-repeat center center;
|
@@ -185,8 +184,6 @@ font-weight: 500 !important;
|
|
185
184
|
top: 0px;
|
186
185
|
right: 0px;
|
187
186
|
outline: none;
|
188
|
-
/* border-top-right-radius: 8px;
|
189
|
-
border-bottom-right-radius: 8px; */
|
190
187
|
background-color: #000;
|
191
188
|
}
|
192
189
|
|
data/assets/css/news.css
CHANGED
data/assets/css/style.css
CHANGED
@@ -1,10 +1,3 @@
|
|
1
|
-
/* @font-face {
|
2
|
-
font-family: 'Lato';
|
3
|
-
src: url('/assets/fonts/Poppins-Regular.ttf') format('woff2');
|
4
|
-
font-weight: 400;
|
5
|
-
} */
|
6
|
-
|
7
|
-
|
8
1
|
* {
|
9
2
|
margin: 0;
|
10
3
|
padding: 0;
|
@@ -24,7 +17,6 @@ html {
|
|
24
17
|
font-size: 62.5%;
|
25
18
|
}
|
26
19
|
|
27
|
-
/* loader css */
|
28
20
|
.loader {
|
29
21
|
width: 100%;
|
30
22
|
text-align: center;
|
@@ -34,7 +26,6 @@ html {
|
|
34
26
|
height: 100px;
|
35
27
|
}
|
36
28
|
|
37
|
-
/* loader css close */
|
38
29
|
header {
|
39
30
|
width: 100%;
|
40
31
|
position: sticky;
|
@@ -116,36 +107,29 @@ header {
|
|
116
107
|
font-weight: 900 !important;
|
117
108
|
}
|
118
109
|
|
119
|
-
/* for heading */
|
120
110
|
.heading {
|
121
|
-
/* font-family: 'Poppins', sans-serif; */
|
122
111
|
font-weight: 600;
|
123
112
|
font-size: 4rem;
|
124
113
|
color: #000;
|
125
114
|
}
|
126
115
|
|
127
|
-
/* block title styling. */
|
128
116
|
.site-no {
|
129
117
|
font-size: 100px;
|
130
118
|
font-weight: 700;
|
131
|
-
/* font-family: 'Poppins', sans-serif; */
|
132
119
|
}
|
133
120
|
|
134
121
|
.title {
|
135
122
|
text-indent: 10px;
|
136
123
|
font-size: 25px;
|
137
124
|
font-weight: 900;
|
138
|
-
/* font-family: 'Poppins', sans-serif; */
|
139
125
|
}
|
140
126
|
|
141
127
|
.description {
|
142
128
|
width: 250px;
|
143
129
|
padding: 0 10px;
|
144
130
|
font-size: 15px;
|
145
|
-
/* font-family: 'Poppins', sans-serif; */
|
146
131
|
}
|
147
132
|
|
148
|
-
/* advanced filtering angle styling. */
|
149
133
|
.angle-arrow {
|
150
134
|
background: url(../images/angle-arrow-down.svg) no-repeat;
|
151
135
|
background-size: contain;
|
@@ -184,7 +168,6 @@ header {
|
|
184
168
|
cursor: pointer;
|
185
169
|
}
|
186
170
|
|
187
|
-
/* newspaper subscribbe styling */
|
188
171
|
.alertbar {
|
189
172
|
box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
|
190
173
|
position: fixed;
|
@@ -230,8 +213,6 @@ header {
|
|
230
213
|
cursor: pointer;
|
231
214
|
}
|
232
215
|
|
233
|
-
/* close */
|
234
|
-
|
235
216
|
.page-top-section {
|
236
217
|
font-size: 16px;
|
237
218
|
padding-top: 250px;
|
@@ -400,7 +381,6 @@ header {
|
|
400
381
|
padding: 6px;
|
401
382
|
}
|
402
383
|
|
403
|
-
/* social icons style */
|
404
384
|
.social-count {
|
405
385
|
background: #d60000;
|
406
386
|
color: #fff;
|