word-games-theme 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/footer/en/data.json +4 -4
- data/_includes/footer/index.html +24 -15
- data/_includes/head/index.html +0 -11
- data/_includes/header/index.html +3 -1
- data/_includes/script.html +8 -0
- data/_layouts/wordMeaning.html +0 -1
- data/assets/css/footer.css +1 -0
- data/assets/css/home.css +10 -10
- data/assets/css/news.css +0 -19
- data/assets/css/style.css +33 -3
- data/assets/images/check.svg +3 -0
- data/assets/images/instagram.svg +1 -0
- metadata +4 -3
- data/assets/css/HomePageblog.css +0 -169
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fa2207d96295184312a6544c4dfe5675844778e2fe872c57381d1301d91b2c8
|
4
|
+
data.tar.gz: 5afc75144c4db29647b800ff77d05b08f9c0cd02a7eb90052691d11177eca5af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc4df5e5f7a3f4d8e05844e22245f0a3eeb365b06d8bba46f03ec5aa309d594ac658b67131c2f92e02bfeb61cb1cec5acf169c5689e660dbbd7433054441bd8e
|
7
|
+
data.tar.gz: 1e747a80b59d338bedaf8a831afacc34ef1fda799447779d16e186d2ec54862117fa6001016fd1c1a98cbd91877bb1d9c8ff70aecdfa1539ac8695c01735d4f7
|
data/_data/footer/en/data.json
CHANGED
@@ -77,22 +77,22 @@
|
|
77
77
|
],
|
78
78
|
"social": [
|
79
79
|
{
|
80
|
-
"icon": "
|
80
|
+
"icon": "/assets/images/facebook.svg",
|
81
81
|
"url": "https://www.facebook.com/",
|
82
82
|
"title": "facebook"
|
83
83
|
},
|
84
84
|
{
|
85
|
-
"icon": "
|
85
|
+
"icon": "/assets/images/instagram.svg",
|
86
86
|
"url": "https://www.instagram.com/",
|
87
87
|
"title": "instagram"
|
88
88
|
},
|
89
89
|
{
|
90
|
-
"icon": "
|
90
|
+
"icon": "/assets/images/linkedin2.svg",
|
91
91
|
"url": "https://www.linkedin.com/",
|
92
92
|
"title": "linkden"
|
93
93
|
},
|
94
94
|
{
|
95
|
-
"icon": "
|
95
|
+
"icon": "/assets/images/twitter2.svg",
|
96
96
|
"url": "https://www.twitter.com/",
|
97
97
|
"title": "twitter"
|
98
98
|
}
|
data/_includes/footer/index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
<div class="footer-single-col">
|
10
10
|
<div class="row d-flex justify-content-between">
|
11
11
|
<div class="col-md-2 txt-secondary">
|
12
|
-
<p class="
|
12
|
+
<p class="font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
|
13
13
|
'Links' }}</p>
|
14
14
|
{% for data in dataToShow.links %}
|
15
15
|
<p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
|
@@ -53,7 +53,8 @@
|
|
53
53
|
{% for data in dataToShow.social %}
|
54
54
|
<li>
|
55
55
|
<a id="{{data.url}}" href="{{data.url}}" target="_blank" aria-label="{{ data.url }}">
|
56
|
-
<
|
56
|
+
<img src="{{data.icon}}" width="25px" height="18px" alt="share_icon">
|
57
|
+
</img>
|
57
58
|
</a>
|
58
59
|
</li>
|
59
60
|
{% endfor %}
|
@@ -89,15 +90,16 @@
|
|
89
90
|
</h5>
|
90
91
|
<button id="bars-toggle-icon" aria-label="bars-toggle-icon" type="button"
|
91
92
|
class="close" data-dismiss="modal" aria-label="Close">
|
92
|
-
<span aria-hidden="true">×</span>
|
93
|
+
<span style="font-size: 25px" aria-hidden="true">×</span>
|
93
94
|
</button>
|
94
95
|
</div>
|
95
96
|
<div class="modal-body px-md-5">
|
96
97
|
<ul class="language-drop-down-menu">
|
97
98
|
{%- if page.permalink == nil -%}
|
98
99
|
<li class="language-drop-down-item font-weight-bold ">
|
99
|
-
<a class="active-lang" href="/">English
|
100
|
-
|
100
|
+
<a class="active-lang" href="/">English
|
101
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
102
|
+
alt="check"></img> </a>
|
101
103
|
</li>
|
102
104
|
{%- for i in matchurls -%}
|
103
105
|
{%- for checklang in site.pages -%}
|
@@ -120,8 +122,9 @@
|
|
120
122
|
{%- assign languagetext = [i] -%}
|
121
123
|
{%- if i== page.permalink -%}
|
122
124
|
<li class="language-drop-down-item font-weight-bold ">
|
123
|
-
<a class="active-lang" href="/{{i}}">{{languagetext[1]}}
|
124
|
-
|
125
|
+
<a class="active-lang" href="/{{i}}">{{languagetext[1]}}
|
126
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
127
|
+
alt="check"></img> </a>
|
125
128
|
</li>
|
126
129
|
{%- else -%}
|
127
130
|
{%- for checklang in site.pages -%}
|
@@ -147,8 +150,10 @@
|
|
147
150
|
{%- endif -%}
|
148
151
|
{%- if pagelink == itemlink and page.lang == item.lang -%}
|
149
152
|
<li class="language-drop-down-item font-weight-bold ">
|
150
|
-
<a class="active-lang" href="{{item.permalink}}">{{languagetext[1]}}
|
151
|
-
|
153
|
+
<a class="active-lang" href="{{item.permalink}}">{{languagetext[1]}}
|
154
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
155
|
+
alt="check"></img>
|
156
|
+
</a>
|
152
157
|
</li>
|
153
158
|
{%- endif -%}
|
154
159
|
{%- endfor -%}
|
@@ -184,7 +189,7 @@
|
|
184
189
|
</h5>
|
185
190
|
<button id="close-btn" type="button" class="close" data-dismiss="modal"
|
186
191
|
aria-label="Close">
|
187
|
-
<span aria-hidden="true">×</span>
|
192
|
+
<span style="font-size: 25px" aria-hidden="true">×</span>
|
188
193
|
</button>
|
189
194
|
</div>
|
190
195
|
<div class="modal-body px-md-5">
|
@@ -194,8 +199,9 @@
|
|
194
199
|
{%- if item == 'en'-%}
|
195
200
|
{%- if dataFile.htmlLangAtt == item -%}
|
196
201
|
<li class="language-drop-down-item font-weight-bold ">
|
197
|
-
<a class="active-lang" href="{{ page.permalink}}">English
|
198
|
-
|
202
|
+
<a class="active-lang" href="{{ page.permalink}}">English
|
203
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
204
|
+
alt="check"></img> </a>
|
199
205
|
</li>
|
200
206
|
{%- else -%}
|
201
207
|
<li class="language-drop-down-item">
|
@@ -214,10 +220,13 @@
|
|
214
220
|
<li class="language-drop-down-item font-weight-bold ">
|
215
221
|
{%- if page.permalink | split: '/' | last != item -%}
|
216
222
|
<a class="active-lang" href="{{ page.permalink}}">{{[item][1]}}
|
217
|
-
<
|
223
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
224
|
+
alt="check"></img>
|
225
|
+
</a>
|
218
226
|
{%- else -%}
|
219
|
-
<a class="active-lang" href="/{{item}}">{{[item][1]}}
|
220
|
-
|
227
|
+
<a class="active-lang" href="/{{item}}">{{[item][1]}}
|
228
|
+
<img src="/assets/images/check.svg" width="18px" height="18px"
|
229
|
+
alt="check"></img> </a>
|
221
230
|
{%- endif -%}
|
222
231
|
</li>
|
223
232
|
{%- else -%}
|
data/_includes/head/index.html
CHANGED
@@ -18,7 +18,6 @@
|
|
18
18
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
19
19
|
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
20
20
|
<link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
|
21
|
-
<link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
|
22
21
|
<link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
|
23
22
|
<link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
|
24
23
|
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
@@ -31,15 +30,6 @@
|
|
31
30
|
{%- endunless -%}
|
32
31
|
{{ page.title}}</title>
|
33
32
|
|
34
|
-
<script>
|
35
|
-
if ('serviceWorker' in navigator) {
|
36
|
-
window.addEventListener('load', () => {
|
37
|
-
navigator.serviceWorker.register('/serviceworker.js')
|
38
|
-
.then((reg) => console.log('Success: ', reg.scope))
|
39
|
-
.catch((err) => console.log('Failure: ', err));
|
40
|
-
})
|
41
|
-
}
|
42
|
-
</script>
|
43
33
|
|
44
34
|
<script type="application/ld+json">
|
45
35
|
{
|
@@ -95,5 +85,4 @@
|
|
95
85
|
{%- endif -%}
|
96
86
|
|
97
87
|
{%- include google-analytics.html -%}
|
98
|
-
|
99
88
|
</head>
|
data/_includes/header/index.html
CHANGED
@@ -9,7 +9,9 @@
|
|
9
9
|
</a>
|
10
10
|
<button id="button-toggle" class="navbar-toggler" type="button" data-toggle="collapse"
|
11
11
|
data-target="#navbarSupportedContent" aria-label="bars-toggle-icon">
|
12
|
-
<
|
12
|
+
<div class="header_bars"></div>
|
13
|
+
<div class="header_bars"></div>
|
14
|
+
<div class="header_bars"></div>
|
13
15
|
</button>
|
14
16
|
|
15
17
|
{%- if site.MonumetricID -%}
|
data/_includes/script.html
CHANGED
@@ -1,4 +1,12 @@
|
|
1
1
|
<script>
|
2
|
+
if ('serviceWorker' in navigator) {
|
3
|
+
window.addEventListener('load', () => {
|
4
|
+
navigator.serviceWorker.register('/serviceworker.js')
|
5
|
+
.then((reg) => console.log('Success: ', reg.scope))
|
6
|
+
.catch((err) => console.log('Failure: ', err));
|
7
|
+
})
|
8
|
+
}
|
9
|
+
|
2
10
|
var _rollbarConfig = {
|
3
11
|
accessToken: "{{site.rollbarToken}}",
|
4
12
|
captureUncaught: true,
|
data/_layouts/wordMeaning.html
CHANGED
@@ -31,7 +31,6 @@
|
|
31
31
|
|
32
32
|
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
33
33
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
34
|
-
<link rel="stylesheet" href="/assets/css/HomePageblog.css">
|
35
34
|
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
36
35
|
|
37
36
|
{%- include google-analytics.html -%}
|
data/assets/css/footer.css
CHANGED
data/assets/css/home.css
CHANGED
@@ -89,7 +89,7 @@ input:-webkit-autofill:active {
|
|
89
89
|
position: relative;
|
90
90
|
}
|
91
91
|
|
92
|
-
|
92
|
+
.txtBox~.focus-border:before,
|
93
93
|
.txtBox~.focus-border:after {
|
94
94
|
content: "";
|
95
95
|
position: absolute;
|
@@ -109,18 +109,18 @@ input:-webkit-autofill:active {
|
|
109
109
|
right: auto;
|
110
110
|
left: 0;
|
111
111
|
transition-delay: 0.6s;
|
112
|
-
}
|
112
|
+
}
|
113
113
|
|
114
|
-
|
114
|
+
.txtBox:focus~.focus-border:before,
|
115
115
|
.txtBox:focus~.focus-border:after,
|
116
116
|
.has-content.txtBox~.focus-border:before,
|
117
117
|
.has-content.txtBox~.focus-border:after {
|
118
118
|
width: 100%;
|
119
119
|
transition: .5s;
|
120
120
|
transition-delay: 0.6s;
|
121
|
-
}
|
121
|
+
}
|
122
122
|
|
123
|
-
|
123
|
+
.txtBox:focus~.focus-border:after,
|
124
124
|
.has-content.txtBox~.focus-border:after {
|
125
125
|
transition-delay: 0.2s;
|
126
126
|
}
|
@@ -148,16 +148,16 @@ input:-webkit-autofill:active {
|
|
148
148
|
height: 0;
|
149
149
|
background-color: #000;
|
150
150
|
transition: .5s;
|
151
|
-
}
|
151
|
+
}
|
152
152
|
|
153
|
-
|
153
|
+
.txtBox~.focus-border i:after {
|
154
154
|
left: auto;
|
155
155
|
right: 0;
|
156
156
|
top: auto;
|
157
157
|
bottom: 0;
|
158
158
|
transition-delay: 0.4s;
|
159
|
-
}
|
160
|
-
|
159
|
+
}
|
160
|
+
|
161
161
|
.txtBox::placeholder {
|
162
162
|
color: var(--txtColor);
|
163
163
|
opacity: 0.5;
|
@@ -175,7 +175,7 @@ input:-webkit-autofill:active {
|
|
175
175
|
color: var(--txtColor);
|
176
176
|
opacity: 0.5;
|
177
177
|
font-weight: 500 !important;
|
178
|
-
}
|
178
|
+
}
|
179
179
|
|
180
180
|
.serachBtn {
|
181
181
|
border-radius: 0px;
|
data/assets/css/news.css
CHANGED
@@ -45,23 +45,4 @@
|
|
45
45
|
padding-left: 0px;
|
46
46
|
text-align: center;
|
47
47
|
}
|
48
|
-
}
|
49
|
-
|
50
|
-
@media (max-width: 1125px) {
|
51
|
-
.rowHeight2 {
|
52
|
-
margin-top: 50px;
|
53
|
-
margin-bottom: 120px;
|
54
|
-
top: 0;
|
55
|
-
}
|
56
|
-
|
57
|
-
.news {
|
58
|
-
padding: 15px;
|
59
|
-
background-color: #29dec0;
|
60
|
-
margin-left: 0;
|
61
|
-
margin-top: 0;
|
62
|
-
}
|
63
|
-
|
64
|
-
.news img {
|
65
|
-
display: none;
|
66
|
-
}
|
67
48
|
}
|
data/assets/css/style.css
CHANGED
@@ -17,9 +17,6 @@ html {
|
|
17
17
|
font-size: 62.5%;
|
18
18
|
}
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
20
|
.loader {
|
24
21
|
width: 100%;
|
25
22
|
text-align: center;
|
@@ -54,6 +51,13 @@ header {
|
|
54
51
|
position: relative;
|
55
52
|
}
|
56
53
|
|
54
|
+
.header_bars {
|
55
|
+
width: 25px;
|
56
|
+
height: 0.2rem;
|
57
|
+
background-color: #000;
|
58
|
+
margin: 6px 0;
|
59
|
+
}
|
60
|
+
|
57
61
|
.navbar-dark .navbar-toggler {
|
58
62
|
padding: 0px !important;
|
59
63
|
outline: none !important;
|
@@ -456,6 +460,32 @@ header {
|
|
456
460
|
display: inline-block;
|
457
461
|
}
|
458
462
|
|
463
|
+
.card-footer {
|
464
|
+
border: none;
|
465
|
+
}
|
466
|
+
|
467
|
+
.wrapfooter {
|
468
|
+
display: flex;
|
469
|
+
align-items: center;
|
470
|
+
margin-bottom: 15px;
|
471
|
+
}
|
472
|
+
|
473
|
+
.wrapfooter img {
|
474
|
+
width: 35px;
|
475
|
+
height: 35px;
|
476
|
+
border-radius: 50%;
|
477
|
+
}
|
478
|
+
|
479
|
+
.wrapfooter .author-meta {
|
480
|
+
flex: 1 1 auto;
|
481
|
+
padding: 0 15px;
|
482
|
+
}
|
483
|
+
|
484
|
+
.wrapfooter .author-meta a {
|
485
|
+
font-size: 15px;
|
486
|
+
color: #000;
|
487
|
+
text-transform: capitalize;
|
488
|
+
}
|
459
489
|
|
460
490
|
#ezoic-pub-ad-placeholder-109 {
|
461
491
|
position: absolute;
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
|
2
|
+
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
|
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.6.
|
4
|
+
version: 1.6.1
|
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-11-
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -196,7 +196,6 @@ files:
|
|
196
196
|
- _layouts/tools.html
|
197
197
|
- _layouts/wordMeaning.html
|
198
198
|
- _layouts/xyzpages.html
|
199
|
-
- assets/css/HomePageblog.css
|
200
199
|
- assets/css/adBlocker.css
|
201
200
|
- assets/css/advancedFilter.css
|
202
201
|
- assets/css/blog.css
|
@@ -228,6 +227,7 @@ files:
|
|
228
227
|
- assets/images/bg_elements.png
|
229
228
|
- assets/images/bg_elements.svg
|
230
229
|
- assets/images/board-game.png
|
230
|
+
- assets/images/check.svg
|
231
231
|
- assets/images/close.png
|
232
232
|
- assets/images/copy.svg
|
233
233
|
- assets/images/facebook-square.svg
|
@@ -240,6 +240,7 @@ files:
|
|
240
240
|
- assets/images/hero-media-illustration-light.svg
|
241
241
|
- assets/images/howto.svg
|
242
242
|
- assets/images/instagram-square.svg
|
243
|
+
- assets/images/instagram.svg
|
243
244
|
- assets/images/keshav.webp
|
244
245
|
- assets/images/krutika.jpeg
|
245
246
|
- assets/images/left_obj_01 (1).svg
|
data/assets/css/HomePageblog.css
DELETED
@@ -1,169 +0,0 @@
|
|
1
|
-
.rowHeight3 {
|
2
|
-
margin: 120px -15px 0px -15px;
|
3
|
-
}
|
4
|
-
|
5
|
-
.blog {
|
6
|
-
background: #b641da;
|
7
|
-
padding: 15px;
|
8
|
-
width: 100%;
|
9
|
-
color: white;
|
10
|
-
text-align: center;
|
11
|
-
}
|
12
|
-
|
13
|
-
.anchor_link {
|
14
|
-
text-decoration: none !important;
|
15
|
-
color: #343a40 !important;
|
16
|
-
}
|
17
|
-
|
18
|
-
.anchor_link:hover {
|
19
|
-
transition: all 0.5s linear;
|
20
|
-
color: #000 !important;
|
21
|
-
}
|
22
|
-
|
23
|
-
.anchor_link .card-title {
|
24
|
-
font-weight: 600;
|
25
|
-
font-size: 22px;
|
26
|
-
line-height: 1.3;
|
27
|
-
}
|
28
|
-
|
29
|
-
.text_size {
|
30
|
-
color: rgba(0, 0, 0, 0.44);
|
31
|
-
font-size: 15px;
|
32
|
-
line-height: 1.6;
|
33
|
-
font-weight: 400;
|
34
|
-
}
|
35
|
-
|
36
|
-
.section-title {
|
37
|
-
margin: 20px 0;
|
38
|
-
}
|
39
|
-
|
40
|
-
.section-title h2 {
|
41
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
42
|
-
margin-bottom: 25px;
|
43
|
-
font-weight: 700;
|
44
|
-
font-size: 2rem;
|
45
|
-
margin-bottom: 27px;
|
46
|
-
}
|
47
|
-
|
48
|
-
.section-title span {
|
49
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.44);
|
50
|
-
display: inline-block;
|
51
|
-
padding-bottom: 20px;
|
52
|
-
margin-bottom: -1px;
|
53
|
-
}
|
54
|
-
|
55
|
-
.explore {
|
56
|
-
color: #fff;
|
57
|
-
margin-bottom: 100px;
|
58
|
-
margin-top: 60px;
|
59
|
-
width: 100%;
|
60
|
-
background: repeating-linear-gradient(45deg,
|
61
|
-
rgb(27, 27, 27) 0px,
|
62
|
-
rgb(27, 27, 27) 97px,
|
63
|
-
rgb(24, 24, 24) 97px,
|
64
|
-
rgb(24, 24, 24) 194px,
|
65
|
-
rgb(20, 20, 20) 194px,
|
66
|
-
rgb(20, 20, 20) 291px);
|
67
|
-
height: 250px;
|
68
|
-
align-items: center;
|
69
|
-
display: flex;
|
70
|
-
justify-content: space-around;
|
71
|
-
}
|
72
|
-
|
73
|
-
.explore ul {
|
74
|
-
display: flex;
|
75
|
-
list-style: none;
|
76
|
-
}
|
77
|
-
|
78
|
-
.cat {
|
79
|
-
display: inline-block;
|
80
|
-
padding: 5px 10px;
|
81
|
-
text-decoration: none !important;
|
82
|
-
color: #000 !important;
|
83
|
-
font-weight: 600;
|
84
|
-
font-size: 12px;
|
85
|
-
background: #fff;
|
86
|
-
border-radius: 15px;
|
87
|
-
margin: 0 15px;
|
88
|
-
}
|
89
|
-
|
90
|
-
.card-footer {
|
91
|
-
border: none;
|
92
|
-
}
|
93
|
-
|
94
|
-
.wrapfooter {
|
95
|
-
display: flex;
|
96
|
-
align-items: center;
|
97
|
-
margin-bottom: 15px;
|
98
|
-
}
|
99
|
-
|
100
|
-
.wrapfooter img {
|
101
|
-
width: 35px;
|
102
|
-
height: 35px;
|
103
|
-
border-radius: 50%;
|
104
|
-
}
|
105
|
-
|
106
|
-
.wrapfooter .author-meta {
|
107
|
-
flex: 1 1 auto;
|
108
|
-
padding: 0 15px;
|
109
|
-
}
|
110
|
-
|
111
|
-
.wrapfooter .author-meta a {
|
112
|
-
font-size: 15px;
|
113
|
-
color: #000;
|
114
|
-
text-transform: capitalize;
|
115
|
-
}
|
116
|
-
|
117
|
-
.wrapfooter .span.post-read-more {
|
118
|
-
align-items: center;
|
119
|
-
display: inline-block;
|
120
|
-
margin-top: 8px;
|
121
|
-
}
|
122
|
-
|
123
|
-
.genric-btn2 {
|
124
|
-
background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
|
125
|
-
color: #fff !important;
|
126
|
-
position: relative;
|
127
|
-
display: inline-block;
|
128
|
-
z-index: 1;
|
129
|
-
max-width: 100%;
|
130
|
-
padding: 0 34px;
|
131
|
-
font-size: 12px;
|
132
|
-
font-weight: 600;
|
133
|
-
text-transform: uppercase;
|
134
|
-
border: none;
|
135
|
-
text-align: center;
|
136
|
-
text-decoration: none !important;
|
137
|
-
overflow: hidden;
|
138
|
-
vertical-align: middle;
|
139
|
-
white-space: nowrap;
|
140
|
-
height: 50px;
|
141
|
-
line-height: 50px;
|
142
|
-
transition: 0.3s;
|
143
|
-
cursor: pointer;
|
144
|
-
-webkit-transition: all 0.3s ease 0s;
|
145
|
-
-moz-transition: all 0.3s ease 0s;
|
146
|
-
-o-transition: all 0.3s ease 0s;
|
147
|
-
transition: all 0.3s ease 0s;
|
148
|
-
}
|
149
|
-
|
150
|
-
@media (max-width: 1125px) {
|
151
|
-
.rowHeight3 {
|
152
|
-
margin: 120px -15px 0px -15px;
|
153
|
-
}
|
154
|
-
|
155
|
-
.blog {
|
156
|
-
background: #b641da;
|
157
|
-
padding: 10px 0;
|
158
|
-
}
|
159
|
-
|
160
|
-
.blog img {
|
161
|
-
display: none;
|
162
|
-
}
|
163
|
-
|
164
|
-
.blog_section {
|
165
|
-
margin-top: 0 !important;
|
166
|
-
margin-bottom: 0px;
|
167
|
-
padding: 0 25px !important;
|
168
|
-
}
|
169
|
-
}
|