word-games-theme 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +2 -2
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/blog.yml +2 -2
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +26 -27
- data/_data/footer/en/data.json +74 -74
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +68 -71
- data/_data/wordgames/en/anagram_word_finder.json +48 -48
- data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
- data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/five_letter_word_finder.json +188 -188
- data/_data/wordgames/en/four_letter_word_finder.json +176 -176
- data/_data/wordgames/en/jumble_word_finder.json +54 -62
- data/_data/wordgames/en/lexical_word_finder.json +60 -60
- data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
- data/_data/wordgames/en/root.json +79 -79
- data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
- data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/six_letter_word_finder.json +175 -175
- data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
- data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
- data/_data/wordgames/en/three_letter_word_finder.json +188 -188
- data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
- data/_data/wordgames/en/two_letter_word_finder.json +188 -188
- data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
- data/_includes/Rating/rating.html +91 -87
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/author_bio.html +15 -15
- data/_includes/authors/authors.html +27 -27
- data/_includes/custom-head.html +31 -31
- data/_includes/disqus_comments.html +10 -10
- data/_includes/filterWords/index.html +10 -10
- data/_includes/footer/index.html +47 -43
- data/_includes/google-analytics.html +22 -22
- data/_includes/head/index.html +108 -104
- data/_includes/header/blogHeader.html +28 -28
- data/_includes/header/index.html +41 -46
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +29 -29
- data/_includes/script.html +13 -13
- data/_includes/section/about.html +25 -25
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/blog.html +41 -41
- data/_includes/section/commonPage.html +99 -92
- data/_includes/section/count.html +23 -23
- data/_includes/section/feature.html +34 -34
- data/_includes/section/home.html +94 -89
- data/_includes/section/home2.html +90 -83
- data/_includes/section/news.html +32 -32
- data/_includes/section/recent_posts.html +42 -42
- data/_includes/section/related_categories_post.html +73 -73
- data/_includes/section/related_tag_post.html +59 -59
- data/_includes/section/wordGroup.html +6 -6
- data/_includes/seo.html +56 -57
- data/_includes/share/socialshare.html +49 -50
- data/_layouts/blog.html +66 -66
- data/_layouts/categories.html +25 -25
- data/_layouts/default.html +43 -43
- data/_layouts/disclaimer.html +115 -115
- data/_layouts/page.html +67 -67
- data/_layouts/page2.html +60 -60
- data/_layouts/post.html +69 -69
- data/_layouts/privacyPolicy.html +420 -420
- data/_layouts/termAndCondition.html +421 -421
- data/_layouts/wordMeaning.html +106 -106
- data/assets/css/HomePageblog.css +154 -154
- data/assets/css/about.css +51 -51
- data/assets/css/advancedFilter.css +160 -160
- data/assets/css/blog.css +481 -481
- data/assets/css/feature.css +69 -69
- data/assets/css/footer.css +95 -95
- data/assets/css/home.css +235 -234
- data/assets/css/news.css +62 -62
- data/assets/css/style.css +399 -386
- data/assets/css/wordGroup.css +62 -62
- data/assets/images/angle-arrow-down.svg +43 -43
- data/assets/images/facebook-square.svg +1 -0
- data/assets/images/facebook.svg +1 -0
- data/assets/images/instagram-square.svg +1 -0
- data/assets/images/linkedin.svg +1 -0
- data/assets/images/linkedin2.svg +1 -0
- data/assets/images/ratingStar.png +0 -0
- data/assets/images/right.svg +38 -38
- data/assets/images/right2.svg +38 -38
- data/assets/images/right3.svg +38 -38
- data/assets/images/star.svg +1 -0
- data/assets/images/twitter-square.svg +1 -0
- data/assets/images/twitter.svg +1 -0
- data/assets/images/twitter2.svg +1 -0
- data/assets/images/window-close.png +0 -0
- data/assets/images/window-close.svg +1 -0
- data/assets/images/word-games-logo.svg +52 -52
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/X-letter.js +359 -359
- data/assets/js/advancedFilter.js +5 -5
- data/assets/js/advancedFilter2.js +12 -12
- data/assets/js/advancedFilter3.js +2 -2
- data/assets/js/scrabbleDictonary.js +165 -165
- data/assets/js/wordScrabble.js +511 -510
- metadata +19 -8
- data/_data/header/hi/data.json +0 -145
data/_layouts/wordMeaning.html
CHANGED
@@ -1,107 +1,107 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
|
4
|
-
{% assign path = page.jsonFile %}
|
5
|
-
{% assign jsonPath = site.data[path] %}
|
6
|
-
{% assign dataToShow = jsonPath %}
|
7
|
-
|
8
|
-
<head>
|
9
|
-
<!-- Mobile Specific Meta -->
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
11
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
12
|
-
<meta name="theme-color" content="#000000" />
|
13
|
-
<meta name="robots" content="noindex" />
|
14
|
-
|
15
|
-
<!-- meta character set -->
|
16
|
-
<meta charset="UTF-8">
|
17
|
-
|
18
|
-
{% include seo.html %}
|
19
|
-
|
20
|
-
<link rel="canonical" href="{{site.url | append: page.url}}">
|
21
|
-
|
22
|
-
<!-- Favicon-->
|
23
|
-
<link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
|
24
|
-
<link rel="apple-touch-icon" href="{{ site.favicon | relative_url }}" />
|
25
|
-
|
26
|
-
|
27
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
28
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
29
|
-
|
30
|
-
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
31
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
32
|
-
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
33
|
-
|
34
|
-
|
35
|
-
<title>
|
36
|
-
{{dataToShow.title }}
|
37
|
-
</title>
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
<style>
|
42
|
-
.pageHeaderBg {
|
43
|
-
background-color: #F8F9FA !important;
|
44
|
-
}
|
45
|
-
</style>
|
46
|
-
|
47
|
-
</head>
|
48
|
-
|
49
|
-
<body>
|
50
|
-
{%- include header/index.html -%}
|
51
|
-
<div class="pageHeaderBg" style="height:70vh">
|
52
|
-
<div class="container">
|
53
|
-
<div class="pageHeading text-center">
|
54
|
-
<h1 class="heading font-weight-bolder pb-3">
|
55
|
-
Word Meaning</h1>
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
<div class="container-fluid" id="containerWd">
|
59
|
-
<div class="serachSection">
|
60
|
-
<div class="position-relative serachBox">
|
61
|
-
<form action="/word-meaning" id='form' method="GET">
|
62
|
-
<input type="text" class="txtBox" value name="search" maxlength="15" required>
|
63
|
-
<input type="submit" class="serachBtn" id="serach" value>
|
64
|
-
</form>
|
65
|
-
</div>
|
66
|
-
</div>
|
67
|
-
</div>
|
68
|
-
|
69
|
-
<div class="dictionary-word-container container" style="position:relative; top: 50px;">
|
70
|
-
<div class="padding15px">
|
71
|
-
<div class="medium-heading">
|
72
|
-
<h2 class="font-weight-bolder">Dictionary</h2>
|
73
|
-
</div>
|
74
|
-
<div class="dictionary">
|
75
|
-
<div class="dictionary-item">
|
76
|
-
<span class="font16px">TWL06 (US, Canada and Thailand)</span>
|
77
|
-
|
78
|
-
<span class="found-word"></span>
|
79
|
-
<span class="word-score"></span>
|
80
|
-
</div>
|
81
|
-
<div class="dictionary-item">
|
82
|
-
<span class="font16px">SOWPODS (UK and Others)</span>
|
83
|
-
|
84
|
-
<span class="found-word"></span>
|
85
|
-
<span class="word-score"></span>
|
86
|
-
</div>
|
87
|
-
|
88
|
-
<div class="dictionary-item">
|
89
|
-
<span class="font16px">Enable (Words with Friends)</span>
|
90
|
-
|
91
|
-
<span class="found-word"></span>
|
92
|
-
<span class="word-score"></span>
|
93
|
-
</div>
|
94
|
-
</div>
|
95
|
-
</div>
|
96
|
-
</div>
|
97
|
-
</div>
|
98
|
-
|
99
|
-
{%- include footer/index.html -%}
|
100
|
-
|
101
|
-
|
102
|
-
<script src="/assets/js/scrabbleDictonary.js"></script>
|
103
|
-
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
104
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
|
105
|
-
</body>
|
106
|
-
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
{% assign path = page.jsonFile %}
|
5
|
+
{% assign jsonPath = site.data[path] %}
|
6
|
+
{% assign dataToShow = jsonPath %}
|
7
|
+
|
8
|
+
<head>
|
9
|
+
<!-- Mobile Specific Meta -->
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
11
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
12
|
+
<meta name="theme-color" content="#000000" />
|
13
|
+
<meta name="robots" content="noindex" />
|
14
|
+
|
15
|
+
<!-- meta character set -->
|
16
|
+
<meta charset="UTF-8">
|
17
|
+
|
18
|
+
{% include seo.html %}
|
19
|
+
|
20
|
+
<link rel="canonical" href="{{site.url | append: page.url}}">
|
21
|
+
|
22
|
+
<!-- Favicon-->
|
23
|
+
<link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
|
24
|
+
<link rel="apple-touch-icon" href="{{ site.favicon | relative_url }}" />
|
25
|
+
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
28
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
29
|
+
|
30
|
+
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
31
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
32
|
+
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
33
|
+
|
34
|
+
|
35
|
+
<title>
|
36
|
+
{{dataToShow.title }}
|
37
|
+
</title>
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
<style>
|
42
|
+
.pageHeaderBg {
|
43
|
+
background-color: #F8F9FA !important;
|
44
|
+
}
|
45
|
+
</style>
|
46
|
+
|
47
|
+
</head>
|
48
|
+
|
49
|
+
<body>
|
50
|
+
{%- include header/index.html -%}
|
51
|
+
<div class="pageHeaderBg" style="height:70vh">
|
52
|
+
<div class="container">
|
53
|
+
<div class="pageHeading text-center">
|
54
|
+
<h1 class="heading font-weight-bolder pb-3">
|
55
|
+
Word Meaning</h1>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
<div class="container-fluid" id="containerWd">
|
59
|
+
<div class="serachSection">
|
60
|
+
<div class="position-relative serachBox">
|
61
|
+
<form action="/word-meaning" id='form' method="GET">
|
62
|
+
<input type="text" class="txtBox" value name="search" maxlength="15" required>
|
63
|
+
<input type="submit" class="serachBtn" id="serach" value>
|
64
|
+
</form>
|
65
|
+
</div>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div class="dictionary-word-container container" style="position:relative; top: 50px;">
|
70
|
+
<div class="padding15px">
|
71
|
+
<div class="medium-heading">
|
72
|
+
<h2 class="font-weight-bolder">Dictionary</h2>
|
73
|
+
</div>
|
74
|
+
<div class="dictionary">
|
75
|
+
<div class="dictionary-item">
|
76
|
+
<span class="font16px">TWL06 (US, Canada and Thailand)</span>
|
77
|
+
|
78
|
+
<span class="found-word"></span>
|
79
|
+
<span class="word-score"></span>
|
80
|
+
</div>
|
81
|
+
<div class="dictionary-item">
|
82
|
+
<span class="font16px">SOWPODS (UK and Others)</span>
|
83
|
+
|
84
|
+
<span class="found-word"></span>
|
85
|
+
<span class="word-score"></span>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
<div class="dictionary-item">
|
89
|
+
<span class="font16px">Enable (Words with Friends)</span>
|
90
|
+
|
91
|
+
<span class="found-word"></span>
|
92
|
+
<span class="word-score"></span>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
{%- include footer/index.html -%}
|
100
|
+
|
101
|
+
|
102
|
+
<script src="/assets/js/scrabbleDictonary.js"></script>
|
103
|
+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
104
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
|
105
|
+
</body>
|
106
|
+
|
107
107
|
</html>
|
data/assets/css/HomePageblog.css
CHANGED
@@ -1,154 +1,154 @@
|
|
1
|
-
.rowHeight3 {
|
2
|
-
margin: 300px 0 150px 0;
|
3
|
-
}
|
4
|
-
.blog {
|
5
|
-
margin-top: -80px;
|
6
|
-
}
|
7
|
-
.blog img {
|
8
|
-
width: 420px;
|
9
|
-
position: absolute;
|
10
|
-
right: -15px;
|
11
|
-
height: 700px;
|
12
|
-
z-index: -1;
|
13
|
-
}
|
14
|
-
.anchor_link {
|
15
|
-
text-decoration: none !important;
|
16
|
-
color: #343a40 !important;
|
17
|
-
}
|
18
|
-
.anchor_link:hover {
|
19
|
-
transition: all 0.5s linear;
|
20
|
-
color: #000 !important;
|
21
|
-
}
|
22
|
-
.anchor_link .card-title {
|
23
|
-
font-weight: 600;
|
24
|
-
font-size: 22px;
|
25
|
-
line-height: 1.3;
|
26
|
-
}
|
27
|
-
.text_size {
|
28
|
-
color: rgba(0, 0, 0, 0.44);
|
29
|
-
font-size: 15px;
|
30
|
-
line-height: 1.6;
|
31
|
-
font-weight: 400;
|
32
|
-
}
|
33
|
-
.section-title {
|
34
|
-
margin: 20px 0;
|
35
|
-
}
|
36
|
-
.section-title h2 {
|
37
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
38
|
-
margin-bottom: 25px;
|
39
|
-
font-weight: 700;
|
40
|
-
font-size: 2rem;
|
41
|
-
margin-bottom: 27px;
|
42
|
-
}
|
43
|
-
.section-title span {
|
44
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.44);
|
45
|
-
display: inline-block;
|
46
|
-
padding-bottom: 20px;
|
47
|
-
margin-bottom: -1px;
|
48
|
-
}
|
49
|
-
.explore {
|
50
|
-
color: #fff;
|
51
|
-
margin-bottom: 100px;
|
52
|
-
margin-top: 60px;
|
53
|
-
width: 100%;
|
54
|
-
background: repeating-linear-gradient(
|
55
|
-
45deg,
|
56
|
-
rgb(27, 27, 27) 0px,
|
57
|
-
rgb(27, 27, 27) 97px,
|
58
|
-
rgb(24, 24, 24) 97px,
|
59
|
-
rgb(24, 24, 24) 194px,
|
60
|
-
rgb(20, 20, 20) 194px,
|
61
|
-
rgb(20, 20, 20) 291px
|
62
|
-
);
|
63
|
-
height: 250px;
|
64
|
-
align-items: center;
|
65
|
-
display: flex;
|
66
|
-
justify-content: space-around;
|
67
|
-
}
|
68
|
-
|
69
|
-
.explore ul {
|
70
|
-
display: flex;
|
71
|
-
list-style: none;
|
72
|
-
}
|
73
|
-
|
74
|
-
.cat {
|
75
|
-
display: inline-block;
|
76
|
-
padding: 5px 10px;
|
77
|
-
text-decoration: none !important;
|
78
|
-
color: #000 !important;
|
79
|
-
font-weight: 600;
|
80
|
-
font-size: 12px;
|
81
|
-
background: #fff;
|
82
|
-
border-radius: 15px;
|
83
|
-
margin: 0 15px;
|
84
|
-
}
|
85
|
-
.card-footer {
|
86
|
-
border: none;
|
87
|
-
}
|
88
|
-
.wrapfooter {
|
89
|
-
display: flex;
|
90
|
-
align-items: center;
|
91
|
-
margin-bottom: 15px;
|
92
|
-
}
|
93
|
-
.wrapfooter img {
|
94
|
-
width: 35px;
|
95
|
-
height: 35px;
|
96
|
-
border-radius: 50%;
|
97
|
-
}
|
98
|
-
.wrapfooter .author-meta {
|
99
|
-
flex: 1 1 auto;
|
100
|
-
padding: 0 15px;
|
101
|
-
}
|
102
|
-
.wrapfooter .author-meta a {
|
103
|
-
font-size: 15px;
|
104
|
-
color: #000;
|
105
|
-
text-transform: capitalize;
|
106
|
-
}
|
107
|
-
.wrapfooter .span.post-read-more {
|
108
|
-
align-items: center;
|
109
|
-
display: inline-block;
|
110
|
-
margin-top: 8px;
|
111
|
-
}
|
112
|
-
.genric-btn2 {
|
113
|
-
background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
|
114
|
-
color: #fff !important;
|
115
|
-
position: relative;
|
116
|
-
display: inline-block;
|
117
|
-
z-index: 1;
|
118
|
-
max-width: 100%;
|
119
|
-
padding: 0 34px;
|
120
|
-
font-size: 12px;
|
121
|
-
font-weight: 600;
|
122
|
-
text-transform: uppercase;
|
123
|
-
border: none;
|
124
|
-
text-align: center;
|
125
|
-
text-decoration: none !important;
|
126
|
-
overflow: hidden;
|
127
|
-
vertical-align: middle;
|
128
|
-
white-space: nowrap;
|
129
|
-
height: 50px;
|
130
|
-
line-height: 50px;
|
131
|
-
transition: 0.3s;
|
132
|
-
cursor: pointer;
|
133
|
-
-webkit-transition: all 0.3s ease 0s;
|
134
|
-
-moz-transition: all 0.3s ease 0s;
|
135
|
-
-o-transition: all 0.3s ease 0s;
|
136
|
-
transition: all 0.3s ease 0s;
|
137
|
-
}
|
138
|
-
@media (max-width: 1125px) {
|
139
|
-
.rowHeight3 {
|
140
|
-
margin: 120px -15px 0px -15px;
|
141
|
-
}
|
142
|
-
.blog {
|
143
|
-
background: #b641da;
|
144
|
-
padding: 10px 0;
|
145
|
-
}
|
146
|
-
.blog img {
|
147
|
-
display: none;
|
148
|
-
}
|
149
|
-
.blog_section {
|
150
|
-
margin-top: 0 !important;
|
151
|
-
margin-bottom: 0px;
|
152
|
-
padding: 0 25px !important;
|
153
|
-
}
|
154
|
-
}
|
1
|
+
.rowHeight3 {
|
2
|
+
margin: 300px 0 150px 0;
|
3
|
+
}
|
4
|
+
.blog {
|
5
|
+
margin-top: -80px;
|
6
|
+
}
|
7
|
+
.blog img {
|
8
|
+
width: 420px;
|
9
|
+
position: absolute;
|
10
|
+
right: -15px;
|
11
|
+
height: 700px;
|
12
|
+
z-index: -1;
|
13
|
+
}
|
14
|
+
.anchor_link {
|
15
|
+
text-decoration: none !important;
|
16
|
+
color: #343a40 !important;
|
17
|
+
}
|
18
|
+
.anchor_link:hover {
|
19
|
+
transition: all 0.5s linear;
|
20
|
+
color: #000 !important;
|
21
|
+
}
|
22
|
+
.anchor_link .card-title {
|
23
|
+
font-weight: 600;
|
24
|
+
font-size: 22px;
|
25
|
+
line-height: 1.3;
|
26
|
+
}
|
27
|
+
.text_size {
|
28
|
+
color: rgba(0, 0, 0, 0.44);
|
29
|
+
font-size: 15px;
|
30
|
+
line-height: 1.6;
|
31
|
+
font-weight: 400;
|
32
|
+
}
|
33
|
+
.section-title {
|
34
|
+
margin: 20px 0;
|
35
|
+
}
|
36
|
+
.section-title h2 {
|
37
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
38
|
+
margin-bottom: 25px;
|
39
|
+
font-weight: 700;
|
40
|
+
font-size: 2rem;
|
41
|
+
margin-bottom: 27px;
|
42
|
+
}
|
43
|
+
.section-title span {
|
44
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.44);
|
45
|
+
display: inline-block;
|
46
|
+
padding-bottom: 20px;
|
47
|
+
margin-bottom: -1px;
|
48
|
+
}
|
49
|
+
.explore {
|
50
|
+
color: #fff;
|
51
|
+
margin-bottom: 100px;
|
52
|
+
margin-top: 60px;
|
53
|
+
width: 100%;
|
54
|
+
background: repeating-linear-gradient(
|
55
|
+
45deg,
|
56
|
+
rgb(27, 27, 27) 0px,
|
57
|
+
rgb(27, 27, 27) 97px,
|
58
|
+
rgb(24, 24, 24) 97px,
|
59
|
+
rgb(24, 24, 24) 194px,
|
60
|
+
rgb(20, 20, 20) 194px,
|
61
|
+
rgb(20, 20, 20) 291px
|
62
|
+
);
|
63
|
+
height: 250px;
|
64
|
+
align-items: center;
|
65
|
+
display: flex;
|
66
|
+
justify-content: space-around;
|
67
|
+
}
|
68
|
+
|
69
|
+
.explore ul {
|
70
|
+
display: flex;
|
71
|
+
list-style: none;
|
72
|
+
}
|
73
|
+
|
74
|
+
.cat {
|
75
|
+
display: inline-block;
|
76
|
+
padding: 5px 10px;
|
77
|
+
text-decoration: none !important;
|
78
|
+
color: #000 !important;
|
79
|
+
font-weight: 600;
|
80
|
+
font-size: 12px;
|
81
|
+
background: #fff;
|
82
|
+
border-radius: 15px;
|
83
|
+
margin: 0 15px;
|
84
|
+
}
|
85
|
+
.card-footer {
|
86
|
+
border: none;
|
87
|
+
}
|
88
|
+
.wrapfooter {
|
89
|
+
display: flex;
|
90
|
+
align-items: center;
|
91
|
+
margin-bottom: 15px;
|
92
|
+
}
|
93
|
+
.wrapfooter img {
|
94
|
+
width: 35px;
|
95
|
+
height: 35px;
|
96
|
+
border-radius: 50%;
|
97
|
+
}
|
98
|
+
.wrapfooter .author-meta {
|
99
|
+
flex: 1 1 auto;
|
100
|
+
padding: 0 15px;
|
101
|
+
}
|
102
|
+
.wrapfooter .author-meta a {
|
103
|
+
font-size: 15px;
|
104
|
+
color: #000;
|
105
|
+
text-transform: capitalize;
|
106
|
+
}
|
107
|
+
.wrapfooter .span.post-read-more {
|
108
|
+
align-items: center;
|
109
|
+
display: inline-block;
|
110
|
+
margin-top: 8px;
|
111
|
+
}
|
112
|
+
.genric-btn2 {
|
113
|
+
background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
|
114
|
+
color: #fff !important;
|
115
|
+
position: relative;
|
116
|
+
display: inline-block;
|
117
|
+
z-index: 1;
|
118
|
+
max-width: 100%;
|
119
|
+
padding: 0 34px;
|
120
|
+
font-size: 12px;
|
121
|
+
font-weight: 600;
|
122
|
+
text-transform: uppercase;
|
123
|
+
border: none;
|
124
|
+
text-align: center;
|
125
|
+
text-decoration: none !important;
|
126
|
+
overflow: hidden;
|
127
|
+
vertical-align: middle;
|
128
|
+
white-space: nowrap;
|
129
|
+
height: 50px;
|
130
|
+
line-height: 50px;
|
131
|
+
transition: 0.3s;
|
132
|
+
cursor: pointer;
|
133
|
+
-webkit-transition: all 0.3s ease 0s;
|
134
|
+
-moz-transition: all 0.3s ease 0s;
|
135
|
+
-o-transition: all 0.3s ease 0s;
|
136
|
+
transition: all 0.3s ease 0s;
|
137
|
+
}
|
138
|
+
@media (max-width: 1125px) {
|
139
|
+
.rowHeight3 {
|
140
|
+
margin: 120px -15px 0px -15px;
|
141
|
+
}
|
142
|
+
.blog {
|
143
|
+
background: #b641da;
|
144
|
+
padding: 10px 0;
|
145
|
+
}
|
146
|
+
.blog img {
|
147
|
+
display: none;
|
148
|
+
}
|
149
|
+
.blog_section {
|
150
|
+
margin-top: 0 !important;
|
151
|
+
margin-bottom: 0px;
|
152
|
+
padding: 0 25px !important;
|
153
|
+
}
|
154
|
+
}
|