word-games-theme 1.5.1 → 1.5.2
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/_data/wordgames/en/root.json +1 -7
- data/_includes/author_bio.html +3 -2
- data/_includes/authors/authors.html +4 -0
- data/_includes/autogenerated/content.html +8 -8
- data/_includes/custom-head.html +1 -5
- data/_includes/disqus_comments.html +4 -13
- data/_includes/footer/index.html +8 -5
- data/_includes/footer/unqFooter.html +7 -6
- data/_includes/head/index.html +0 -7
- data/_includes/header/blogHeader.html +2 -1
- data/_includes/header/index.html +6 -7
- data/_includes/howto.html +4 -7
- data/_includes/postbox.html +3 -2
- data/_includes/script.html +12 -5
- data/_includes/section/blog.html +2 -2
- data/_includes/section/commonPage.html +14 -11
- data/_includes/section/count.html +26 -16
- data/_includes/section/feature.html +6 -7
- data/_includes/section/home.html +4 -6
- data/_includes/section/news.html +2 -2
- data/_includes/section/recent_posts.html +13 -9
- data/_includes/section/related_categories_post.html +16 -23
- data/_includes/share/socialshare.html +1 -1
- data/_includes/word-game/word-game-generator-online.html +8 -7
- data/_includes/wordle-solver/wordle-solver.html +119 -60
- data/_layouts/blog.html +10 -12
- data/_layouts/post.html +13 -9
- data/assets/css/HomePageblog.css +27 -21
- data/assets/css/adBlocker.css +207 -199
- data/assets/css/advancedFilter.css +36 -14
- data/assets/css/blog.css +23 -94
- data/assets/css/content.css +12 -13
- data/assets/css/feature.css +10 -22
- data/assets/css/footer.css +34 -274
- data/assets/css/game.css +139 -93
- data/assets/css/home.css +164 -122
- data/assets/css/news.css +9 -23
- data/assets/css/style.css +84 -161
- data/assets/css/wordGroup.css +27 -27
- data/assets/css/wordsInCertainPosition.css +53 -42
- data/assets/images/Resume - Google Docs.pdf +0 -0
- data/assets/images/bg_elements.png +0 -0
- data/assets/images/howto.svg +1 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/pallavi.jpeg +0 -0
- data/assets/images/rating.webp +0 -0
- data/assets/images/window-close.png +0 -0
- data/assets/images/wordswithletters-logo.png +0 -0
- metadata +5 -3
- data/assets/css/about.css +0 -60
data/_layouts/post.html
CHANGED
@@ -60,7 +60,7 @@
|
|
60
60
|
<div class="mainThings">
|
61
61
|
<div class="socialIons">
|
62
62
|
<ul class="list-unstyled item-lists2">
|
63
|
-
<li
|
63
|
+
<li style="color: rgba(0,0,0,.44); font-size:16px">{{ site.data.blog.share.label }}</li>
|
64
64
|
{% capture title %}{{ page.title }}{% endcapture %}
|
65
65
|
{% assign url = page.url | relative_url | prepend: site.url %}
|
66
66
|
{% for share in site.data.blog.share.platforms %}
|
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
<div class="theseFeatures">
|
86
86
|
{%- if page.URLS -%}
|
87
|
-
<
|
87
|
+
<div class="font-weight-bolder" style="font-size: 15px;">Checkout out these features</div>
|
88
88
|
<br>
|
89
89
|
<div class="row">
|
90
90
|
{%- for item in page.URLS -%}
|
@@ -96,7 +96,7 @@
|
|
96
96
|
{%- endfor -%}
|
97
97
|
</div>
|
98
98
|
{% else %}
|
99
|
-
<
|
99
|
+
<div class="font-weight-bolder" style="font-size: 15px;">Checkout out these features</div>
|
100
100
|
<br>
|
101
101
|
|
102
102
|
{% assign tools = site.pages | where_exp:"item","item.tool" %}
|
@@ -130,21 +130,25 @@
|
|
130
130
|
{%- else -%}
|
131
131
|
{%- include section/recent_posts.html -%}
|
132
132
|
{% endif %}
|
133
|
-
<div class="
|
134
|
-
|
135
|
-
|
136
|
-
|
133
|
+
<div class="row">
|
134
|
+
<div class="col-lg-8 mx-auto">
|
135
|
+
<div class="commentsection my-5">
|
136
|
+
{%- if site.disqus.shortname -%}
|
137
|
+
{%- include disqus_comments.html -%}
|
138
|
+
{%- endif -%}
|
139
|
+
</div>
|
140
|
+
</div>
|
137
141
|
</div>
|
142
|
+
|
138
143
|
</div>
|
139
144
|
</div>
|
140
145
|
</div>
|
141
146
|
</section>
|
142
147
|
{% include adBlocker/adBlocker.html %}
|
143
148
|
{%- include section/count.html -%}
|
144
|
-
|
149
|
+
|
145
150
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
146
151
|
{% include script.html %}
|
147
|
-
<!-- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script> -->
|
148
152
|
<script>
|
149
153
|
const img = document.getElementsByTagName("img")
|
150
154
|
|
data/assets/css/HomePageblog.css
CHANGED
@@ -1,17 +1,7 @@
|
|
1
1
|
.rowHeight3 {
|
2
|
-
/* margin: 300px 0 150px 0; */
|
3
2
|
margin: 120px -15px 0px -15px;
|
4
3
|
}
|
5
|
-
|
6
|
-
margin-top: -80px;
|
7
|
-
}
|
8
|
-
.blog img {
|
9
|
-
width: 420px;
|
10
|
-
position: absolute;
|
11
|
-
right: -15px;
|
12
|
-
height: 700px;
|
13
|
-
z-index: -1;
|
14
|
-
} */
|
4
|
+
|
15
5
|
.blog {
|
16
6
|
background: #b641da;
|
17
7
|
padding: 15px;
|
@@ -24,24 +14,29 @@
|
|
24
14
|
text-decoration: none !important;
|
25
15
|
color: #343a40 !important;
|
26
16
|
}
|
17
|
+
|
27
18
|
.anchor_link:hover {
|
28
19
|
transition: all 0.5s linear;
|
29
20
|
color: #000 !important;
|
30
21
|
}
|
22
|
+
|
31
23
|
.anchor_link .card-title {
|
32
24
|
font-weight: 600;
|
33
25
|
font-size: 22px;
|
34
26
|
line-height: 1.3;
|
35
27
|
}
|
28
|
+
|
36
29
|
.text_size {
|
37
30
|
color: rgba(0, 0, 0, 0.44);
|
38
31
|
font-size: 15px;
|
39
32
|
line-height: 1.6;
|
40
33
|
font-weight: 400;
|
41
34
|
}
|
35
|
+
|
42
36
|
.section-title {
|
43
37
|
margin: 20px 0;
|
44
38
|
}
|
39
|
+
|
45
40
|
.section-title h2 {
|
46
41
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
47
42
|
margin-bottom: 25px;
|
@@ -49,26 +44,26 @@
|
|
49
44
|
font-size: 2rem;
|
50
45
|
margin-bottom: 27px;
|
51
46
|
}
|
47
|
+
|
52
48
|
.section-title span {
|
53
49
|
border-bottom: 1px solid rgba(0, 0, 0, 0.44);
|
54
50
|
display: inline-block;
|
55
51
|
padding-bottom: 20px;
|
56
52
|
margin-bottom: -1px;
|
57
53
|
}
|
54
|
+
|
58
55
|
.explore {
|
59
56
|
color: #fff;
|
60
57
|
margin-bottom: 100px;
|
61
58
|
margin-top: 60px;
|
62
59
|
width: 100%;
|
63
|
-
background: repeating-linear-gradient(
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
rgb(20, 20, 20) 291px
|
71
|
-
);
|
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);
|
72
67
|
height: 250px;
|
73
68
|
align-items: center;
|
74
69
|
display: flex;
|
@@ -91,33 +86,40 @@
|
|
91
86
|
border-radius: 15px;
|
92
87
|
margin: 0 15px;
|
93
88
|
}
|
89
|
+
|
94
90
|
.card-footer {
|
95
91
|
border: none;
|
96
92
|
}
|
93
|
+
|
97
94
|
.wrapfooter {
|
98
95
|
display: flex;
|
99
96
|
align-items: center;
|
100
97
|
margin-bottom: 15px;
|
101
98
|
}
|
99
|
+
|
102
100
|
.wrapfooter img {
|
103
101
|
width: 35px;
|
104
102
|
height: 35px;
|
105
103
|
border-radius: 50%;
|
106
104
|
}
|
105
|
+
|
107
106
|
.wrapfooter .author-meta {
|
108
107
|
flex: 1 1 auto;
|
109
108
|
padding: 0 15px;
|
110
109
|
}
|
110
|
+
|
111
111
|
.wrapfooter .author-meta a {
|
112
112
|
font-size: 15px;
|
113
113
|
color: #000;
|
114
114
|
text-transform: capitalize;
|
115
115
|
}
|
116
|
+
|
116
117
|
.wrapfooter .span.post-read-more {
|
117
118
|
align-items: center;
|
118
119
|
display: inline-block;
|
119
120
|
margin-top: 8px;
|
120
121
|
}
|
122
|
+
|
121
123
|
.genric-btn2 {
|
122
124
|
background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
|
123
125
|
color: #fff !important;
|
@@ -144,20 +146,24 @@
|
|
144
146
|
-o-transition: all 0.3s ease 0s;
|
145
147
|
transition: all 0.3s ease 0s;
|
146
148
|
}
|
149
|
+
|
147
150
|
@media (max-width: 1125px) {
|
148
151
|
.rowHeight3 {
|
149
152
|
margin: 120px -15px 0px -15px;
|
150
153
|
}
|
154
|
+
|
151
155
|
.blog {
|
152
156
|
background: #b641da;
|
153
157
|
padding: 10px 0;
|
154
158
|
}
|
159
|
+
|
155
160
|
.blog img {
|
156
161
|
display: none;
|
157
162
|
}
|
163
|
+
|
158
164
|
.blog_section {
|
159
165
|
margin-top: 0 !important;
|
160
166
|
margin-bottom: 0px;
|
161
167
|
padding: 0 25px !important;
|
162
168
|
}
|
163
|
-
}
|
169
|
+
}
|
data/assets/css/adBlocker.css
CHANGED
@@ -1,117 +1,113 @@
|
|
1
|
+
.extensions {
|
2
|
+
position: fixed;
|
3
|
+
max-width: 500px;
|
4
|
+
height: auto;
|
5
|
+
top: 50%;
|
6
|
+
left: 50%;
|
7
|
+
width: 100%;
|
8
|
+
background: #fff;
|
9
|
+
opacity: 0;
|
10
|
+
pointer-events: none;
|
11
|
+
transform: translate(-50%, -50%) scale(1.2);
|
12
|
+
z-index: 9999;
|
13
|
+
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.06);
|
14
|
+
transition: opacity 0.2s 0s ease-in-out,
|
15
|
+
transform 0.2s 0s ease-in-out;
|
16
|
+
}
|
17
|
+
|
18
|
+
.extensions.show {
|
19
|
+
opacity: 1;
|
20
|
+
pointer-events: auto;
|
21
|
+
}
|
22
|
+
|
23
|
+
.extensions .ads__content {
|
24
|
+
color: #000;
|
25
|
+
padding-top: 25px;
|
26
|
+
display: flex;
|
27
|
+
align-items: center;
|
28
|
+
justify-content: center;
|
29
|
+
flex-direction: column;
|
30
|
+
}
|
31
|
+
|
32
|
+
.ads-icon {
|
33
|
+
width: 18px !important;
|
34
|
+
}
|
35
|
+
|
36
|
+
.closePopup {
|
37
|
+
position: absolute;
|
38
|
+
top: 8px;
|
39
|
+
right: 12px;
|
40
|
+
cursor: pointer;
|
41
|
+
font-size: 20px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.nav-tab-link {
|
45
|
+
background-color: inherit;
|
46
|
+
border: none !important;
|
47
|
+
outline: none;
|
48
|
+
cursor: pointer;
|
49
|
+
/* transition: 0.3s; */
|
50
|
+
font-size: 12px;
|
51
|
+
color: #000;
|
52
|
+
}
|
53
|
+
|
54
|
+
.nav-tab-link:hover {
|
55
|
+
background-color: #f1f3f4;
|
56
|
+
color: #000 !important
|
57
|
+
}
|
58
|
+
|
59
|
+
.nav-tabs .nav-item.show .nav-link,
|
60
|
+
.nav-tabs .nav-link.active {
|
61
|
+
background-color: transparent !important;
|
62
|
+
border-color: transparent !important;
|
63
|
+
color: #1a73e8 !important;
|
64
|
+
border-bottom: 2px solid !important;
|
65
|
+
}
|
66
|
+
|
67
|
+
.ads_img {
|
68
|
+
width: 30px;
|
69
|
+
height: 30px;
|
70
|
+
display: block;
|
71
|
+
margin: 0 auto
|
72
|
+
}
|
73
|
+
|
74
|
+
.three_dot {
|
75
|
+
width: 30px;
|
76
|
+
height: 30px;
|
77
|
+
background: #f1f3f4;
|
78
|
+
border-radius: 50%;
|
79
|
+
text-align: center;
|
80
|
+
margin: 0 auto;
|
81
|
+
padding-top: 5px;
|
82
|
+
}
|
83
|
+
|
84
|
+
.tablist {
|
85
|
+
border: none !important
|
86
|
+
}
|
87
|
+
|
88
|
+
.tab-content {
|
89
|
+
padding: 15px 50px;
|
90
|
+
border-top: none;
|
91
|
+
font-size: 15px;
|
92
|
+
height: 320px;
|
93
|
+
background-color: #f1f3f4;
|
94
|
+
}
|
1
95
|
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
height: auto;
|
6
|
-
top: 50%;
|
7
|
-
left: 50%;
|
8
|
-
width: 100%;
|
9
|
-
background: #fff;
|
10
|
-
opacity: 0;
|
11
|
-
pointer-events: none;
|
12
|
-
transform: translate(-50%, -50%) scale(1.2);
|
13
|
-
z-index: 9999;
|
14
|
-
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.06);
|
15
|
-
transition: opacity 0.2s 0s ease-in-out,
|
16
|
-
transform 0.2s 0s ease-in-out;
|
17
|
-
}
|
18
|
-
|
19
|
-
.extensions.show {
|
20
|
-
opacity: 1;
|
21
|
-
pointer-events: auto;
|
22
|
-
}
|
23
|
-
|
24
|
-
.extensions .ads__content {
|
25
|
-
color:#000;
|
26
|
-
padding-top: 25px;
|
27
|
-
display: flex;
|
28
|
-
align-items: center;
|
29
|
-
justify-content: center;
|
30
|
-
flex-direction: column;
|
31
|
-
}
|
32
|
-
.ads-icon{
|
33
|
-
width: 18px !important;
|
34
|
-
}
|
35
|
-
|
36
|
-
.closePopup {
|
37
|
-
position: absolute;
|
38
|
-
top: 8px;
|
39
|
-
right: 12px;
|
40
|
-
cursor: pointer;
|
41
|
-
font-size: 20px;
|
42
|
-
}
|
43
|
-
|
44
|
-
.nav-tab-link {
|
45
|
-
background-color: inherit;
|
46
|
-
border: none !important;
|
47
|
-
outline: none;
|
48
|
-
cursor: pointer;
|
49
|
-
/* transition: 0.3s; */
|
50
|
-
font-size: 12px;
|
51
|
-
color: #000;
|
52
|
-
}
|
53
|
-
|
54
|
-
.nav-tab-link:hover {
|
55
|
-
background-color: #f1f3f4;
|
56
|
-
color: #000 !important
|
57
|
-
}
|
58
|
-
|
59
|
-
.nav-tabs .nav-item.show .nav-link,
|
60
|
-
.nav-tabs .nav-link.active {
|
61
|
-
background-color: transparent !important;
|
62
|
-
border-color: transparent !important;
|
63
|
-
color: #1a73e8 !important;
|
64
|
-
border-bottom: 2px solid !important;
|
65
|
-
}
|
66
|
-
|
67
|
-
.ads_img {
|
68
|
-
width: 30px;
|
69
|
-
height: 30px;
|
70
|
-
display: block;
|
71
|
-
margin: 0 auto
|
72
|
-
}
|
73
|
-
|
74
|
-
.three_dot {
|
75
|
-
width: 30px;
|
76
|
-
height: 30px;
|
77
|
-
background: #f1f3f4;
|
78
|
-
border-radius: 50%;
|
79
|
-
text-align: center;
|
80
|
-
margin: 0 auto;
|
81
|
-
padding-top: 5px;
|
82
|
-
}
|
83
|
-
|
84
|
-
.tablist {
|
85
|
-
border: none !important
|
86
|
-
}
|
87
|
-
|
88
|
-
.tab-content {
|
89
|
-
padding: 15px 50px;
|
90
|
-
border-top: none;
|
91
|
-
font-size: 15px;
|
92
|
-
height: 320px;
|
93
|
-
background-color: #f1f3f4;
|
94
|
-
}
|
95
|
-
|
96
|
-
.tab-content .listContainer {
|
97
|
-
font-size: 13px;
|
98
|
-
}
|
99
|
-
|
100
|
-
.listItem {
|
101
|
-
padding: 8px 0;
|
102
|
-
font-size: 12px;
|
103
|
-
}
|
104
|
-
|
105
|
-
|
96
|
+
.tab-content .listContainer {
|
97
|
+
font-size: 13px;
|
98
|
+
}
|
106
99
|
|
100
|
+
.listItem {
|
101
|
+
padding: 8px 0;
|
102
|
+
font-size: 12px;
|
103
|
+
}
|
107
104
|
|
108
|
-
/* ravi */
|
109
105
|
|
110
|
-
|
106
|
+
.wrapper {
|
111
107
|
position: fixed;
|
112
108
|
left: 0;
|
113
109
|
top: 0;
|
114
|
-
background: rgba(0,0,0
|
110
|
+
background: rgba(0, 0, 0, .6);
|
115
111
|
height: 100%;
|
116
112
|
width: 100%;
|
117
113
|
display: none;
|
@@ -119,114 +115,126 @@
|
|
119
115
|
font-size: 15px;
|
120
116
|
color: #666;
|
121
117
|
line-height: 1.5;
|
118
|
+
}
|
119
|
+
|
120
|
+
.innerWrapper {
|
121
|
+
z-index: 99;
|
122
|
+
position: relative;
|
123
|
+
max-width: 500px;
|
124
|
+
top: 50%;
|
125
|
+
left: 50%;
|
126
|
+
width: 100%;
|
127
|
+
padding: 40px 30px;
|
128
|
+
background: #fff;
|
129
|
+
border-radius: 15px;
|
130
|
+
transform: translate(-50%, -50%) scale(1.2);
|
131
|
+
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.06);
|
132
|
+
transition: opacity 0.2s 0s ease-in-out,
|
133
|
+
transform 0.2s 0s ease-in-out;
|
134
|
+
}
|
135
|
+
|
136
|
+
.wrapper.show {
|
137
|
+
display: block;
|
138
|
+
z-index: 9999;
|
139
|
+
}
|
140
|
+
|
141
|
+
.brand-title {
|
142
|
+
margin-top: 35px;
|
143
|
+
font-size: 32px;
|
144
|
+
font-weight: 900;
|
145
|
+
}
|
146
|
+
|
147
|
+
.show-ads {
|
148
|
+
font-size: 19px;
|
149
|
+
text-align: center;
|
150
|
+
margin-top: 20px;
|
151
|
+
}
|
152
|
+
|
153
|
+
.btn-container {
|
154
|
+
height: 57px;
|
155
|
+
width: 223px;
|
156
|
+
margin-top: 30px;
|
157
|
+
border-radius: 50px;
|
158
|
+
position: relative;
|
159
|
+
overflow: hidden;
|
160
|
+
}
|
161
|
+
|
162
|
+
.btn-container .bg-layer {
|
163
|
+
height: 100%;
|
164
|
+
width: 300%;
|
165
|
+
position: absolute;
|
166
|
+
left: -100%;
|
167
|
+
background: -webkit-linear-gradient(135deg, #9b27ca, #d33639, #9b27ca, #d33639);
|
168
|
+
transition: all 0.4s ease;
|
169
|
+
}
|
170
|
+
|
171
|
+
.btn-container:hover .bg-layer {
|
172
|
+
left: 0;
|
173
|
+
}
|
174
|
+
|
175
|
+
.allow-ads-btn {
|
176
|
+
position: relative;
|
177
|
+
z-index: 1;
|
178
|
+
height: 100%;
|
179
|
+
width: 100%;
|
180
|
+
background: none;
|
181
|
+
font-size: 18px;
|
182
|
+
border: none;
|
183
|
+
outline: none;
|
184
|
+
color: #fff;
|
185
|
+
cursor: pointer;
|
186
|
+
}
|
187
|
+
|
188
|
+
|
189
|
+
@media (max-width: 768px) {
|
190
|
+
.tab-content .listContainer {
|
191
|
+
padding: 0px;
|
122
192
|
}
|
123
193
|
|
124
|
-
.
|
125
|
-
|
126
|
-
position: relative;
|
127
|
-
max-width: 500px;
|
128
|
-
top: 50%;
|
129
|
-
left: 50%;
|
130
|
-
width: 100%;
|
131
|
-
padding: 40px 30px;
|
132
|
-
background: #fff;
|
133
|
-
border-radius: 15px;
|
134
|
-
transform: translate(-50%, -50%) scale(1.2);
|
135
|
-
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.06);
|
136
|
-
transition: opacity 0.2s 0s ease-in-out,
|
137
|
-
transform 0.2s 0s ease-in-out;
|
194
|
+
.brand-title {
|
195
|
+
font-size: 2rem;
|
138
196
|
}
|
139
197
|
|
140
|
-
.
|
141
|
-
|
142
|
-
|
198
|
+
.show-ads,
|
199
|
+
.whchExt {
|
200
|
+
font-size: 15px !important;
|
143
201
|
}
|
144
202
|
|
145
|
-
.
|
146
|
-
|
147
|
-
font-size:
|
148
|
-
font-weight: 900;
|
203
|
+
.ads-desc,
|
204
|
+
.closePopup {
|
205
|
+
font-size: 14px;
|
149
206
|
}
|
150
207
|
|
151
|
-
.
|
152
|
-
|
153
|
-
|
154
|
-
|
208
|
+
.innerWrapper {
|
209
|
+
top: 40%;
|
210
|
+
width: 75%;
|
211
|
+
max-width: 400px;
|
155
212
|
}
|
156
213
|
|
157
|
-
.
|
158
|
-
|
159
|
-
width:
|
160
|
-
|
161
|
-
border-radius: 50px;
|
162
|
-
position: relative;
|
163
|
-
overflow: hidden;
|
214
|
+
.extensions {
|
215
|
+
width: 75%;
|
216
|
+
max-width: 400px;
|
217
|
+
top: 45%;
|
164
218
|
}
|
165
219
|
|
166
|
-
.btn-container
|
167
|
-
height:
|
168
|
-
width:
|
169
|
-
position: absolute;
|
170
|
-
left: -100%;
|
171
|
-
background: -webkit-linear-gradient(135deg, #9b27ca, #d33639, #9b27ca, #d33639);
|
172
|
-
transition: all 0.4s ease;
|
220
|
+
.btn-container {
|
221
|
+
height: 50px;
|
222
|
+
width: 180px;
|
173
223
|
}
|
174
224
|
|
175
|
-
.
|
176
|
-
|
225
|
+
.listItem {
|
226
|
+
font-size: 10px !important;
|
177
227
|
}
|
178
228
|
|
179
|
-
.
|
180
|
-
|
181
|
-
z-index: 1;
|
182
|
-
height: 100%;
|
183
|
-
width: 100%;
|
184
|
-
background: none;
|
185
|
-
font-size: 18px;
|
186
|
-
border: none;
|
187
|
-
outline: none;
|
188
|
-
color: #fff;
|
189
|
-
cursor: pointer;
|
229
|
+
.nav-tab-link {
|
230
|
+
font-size: 12px;
|
190
231
|
}
|
191
232
|
|
233
|
+
.ads_img,
|
234
|
+
.three_dot {
|
235
|
+
width: 20px;
|
236
|
+
height: 20px;
|
237
|
+
padding: 0px;
|
238
|
+
}
|
192
239
|
|
193
|
-
|
194
|
-
.tab-content .listContainer{
|
195
|
-
padding:0px;
|
196
|
-
}
|
197
|
-
.brand-title{
|
198
|
-
font-size: 2rem;
|
199
|
-
}
|
200
|
-
.show-ads,.whchExt{
|
201
|
-
font-size: 15px !important;
|
202
|
-
}
|
203
|
-
.ads-desc,.closePopup{
|
204
|
-
font-size: 14px;
|
205
|
-
}
|
206
|
-
.innerWrapper{
|
207
|
-
top:40%;
|
208
|
-
width: 75%;
|
209
|
-
max-width: 400px;
|
210
|
-
}
|
211
|
-
.extensions{
|
212
|
-
width: 75%;
|
213
|
-
max-width: 400px;
|
214
|
-
top:45%;
|
215
|
-
}
|
216
|
-
|
217
|
-
.btn-container{
|
218
|
-
height: 50px;
|
219
|
-
width: 180px;
|
220
|
-
}
|
221
|
-
.listItem{
|
222
|
-
font-size: 10px !important;
|
223
|
-
}.nav-tab-link{
|
224
|
-
font-size: 12px;
|
225
|
-
}
|
226
|
-
.ads_img,.three_dot{
|
227
|
-
width: 20px;
|
228
|
-
height: 20px;
|
229
|
-
padding: 0px;
|
230
|
-
}
|
231
|
-
|
232
|
-
}
|
240
|
+
}
|