appscms-tools-theme 1.2.8 → 1.3.3
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 +50 -50
- data/_data/about/en/about.json +16 -16
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/authors.yml +11 -11
- data/_data/blog/blog.yml +3 -3
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +28 -28
- data/_data/contact/en/contact.json +38 -38
- data/_data/disclaimer/en/disclaimer.json +37 -37
- data/_data/download/en/download.json +35 -35
- data/_data/feature/en/compress-pdf.json +191 -191
- data/_data/feature/en/split-pdf.json +115 -115
- data/_data/feature/hi/compress-pdf.json +81 -81
- data/_data/fileinfo/en/fileinfo.json +14 -14
- data/_data/files/.gitignore +4 -4
- data/_data/files/en/3gp.json +144 -144
- data/_data/files/en/acc.json +25 -25
- data/_data/files/en/aff.json +65 -65
- data/_data/files/en/cr2.json +169 -169
- data/_data/files/en/dvd.json +25 -25
- data/_data/files/en/mov.json +146 -146
- data/_data/files/en/ogg.json +163 -163
- data/_data/files/en/vmv.json +47 -47
- data/_data/footer/en/data.json +72 -72
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +144 -144
- data/_data/header/hi/data.json +144 -144
- data/_data/home/en/en.json +270 -270
- data/_data/home/hi/hi.json +86 -86
- data/_data/languagesupport/compress-pdf-langs.json +11 -11
- data/_data/languagesupport/index-langs.json +13 -13
- data/_data/privacy/en/privacyPolicy.json +265 -265
- data/_data/termAndCondition/en/termAndCondition.json +358 -358
- data/_includes/Rating/rating.html +91 -91
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/Usp/usp.html +84 -84
- data/_includes/adsense/adsense.html +7 -7
- data/_includes/author_bio.html +15 -15
- data/_includes/authors/authors.html +27 -27
- data/_includes/cssfile/links.html +13 -13
- data/_includes/custom-head.html +41 -41
- data/_includes/disqus_comments.html +10 -10
- data/_includes/dropdown/langdropdown.html +22 -22
- data/_includes/feature.html +35 -35
- data/_includes/fileformat/comparisonfiles.html +145 -145
- data/_includes/fileformat/fileformatdetail.html +99 -99
- data/_includes/fileformat/fileinfoformat.html +90 -90
- data/_includes/footer/index.html +100 -100
- data/_includes/google-analytics.html +22 -22
- data/_includes/head/index.html +159 -159
- data/_includes/header/blogHeader.html +28 -28
- data/_includes/header/index.html +92 -92
- data/_includes/nofiletransfer/nofiletransfer.html +38 -38
- 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 +15 -15
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/count.html +23 -23
- data/_includes/section/recent_posts.html +42 -42
- data/_includes/section/related_categories_post.html +158 -74
- data/_includes/share/socialshare.html +50 -50
- data/_layouts/aboutUs.html +22 -22
- data/_layouts/blog.html +66 -66
- data/_layouts/categories.html +25 -25
- data/_layouts/contactUs.html +22 -22
- data/_layouts/default.html +1 -1
- data/_layouts/disclaimer.html +35 -35
- data/_layouts/download.html +243 -243
- data/_layouts/feature.html +152 -148
- data/_layouts/fileInfo.html +37 -37
- data/_layouts/help.html +22 -22
- data/_layouts/home.html +153 -147
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +127 -144
- data/_layouts/privacyPolicy.html +400 -400
- data/_layouts/termAndCondition.html +401 -401
- data/assets/cross.svg +4 -4
- data/assets/css/blog.css +491 -485
- data/assets/css/tools.css +1805 -1805
- data/assets/facebook.svg +4 -4
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/googledrive.js +153 -153
- data/assets/js/manifest.json +16 -16
- data/assets/js/multiselect.js +155 -155
- data/assets/linkdin.svg +4 -4
- data/assets/pdf.svg +20 -20
- data/assets/secure.svg +43 -43
- data/assets/star.svg +4 -4
- data/assets/twitter.svg +4 -4
- data/assets/youtube.svg +4 -4
- metadata +7 -8
- data/_includes/section/related_tag_post.html +0 -60
data/assets/cross.svg
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
2
|
-
<path
|
3
|
-
d="M6.692 6L10.5 9.808l-.692.692L6 6.692 2.192 10.5 1.5 9.808 5.308 6 1.5 2.192l.692-.692L6 5.308 9.808 1.5l.692.692z">
|
4
|
-
</path>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
2
|
+
<path
|
3
|
+
d="M6.692 6L10.5 9.808l-.692.692L6 6.692 2.192 10.5 1.5 9.808 5.308 6 1.5 2.192l.692-.692L6 5.308 9.808 1.5l.692.692z">
|
4
|
+
</path>
|
5
5
|
</svg>
|
data/assets/css/blog.css
CHANGED
@@ -1,485 +1,491 @@
|
|
1
|
-
/**********************************************/
|
2
|
-
/***************BLOG-CSS-STYLING *************/
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
font-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
margin-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
rgb(27, 27, 27)
|
139
|
-
rgb(
|
140
|
-
rgb(24, 24, 24)
|
141
|
-
rgb(
|
142
|
-
rgb(20, 20, 20)
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
font-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
border-
|
186
|
-
border:
|
187
|
-
border
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
border-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
.blog-pagination
|
214
|
-
|
215
|
-
|
216
|
-
margin-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
color: #
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
font-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
.
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
/*
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
font-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
/*
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
font-
|
420
|
-
|
421
|
-
font-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
}
|
443
|
-
.socialIons > .item-lists2 {
|
444
|
-
|
445
|
-
|
446
|
-
}
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
.
|
458
|
-
margin:
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
1
|
+
/**********************************************/
|
2
|
+
/***************BLOG-CSS-STYLING *************/
|
3
|
+
|
4
|
+
/********************************************/
|
5
|
+
|
6
|
+
html {
|
7
|
+
scroll-behavior: smooth;
|
8
|
+
font-size: 62.5%;
|
9
|
+
}
|
10
|
+
body {
|
11
|
+
font-family: 'Open Sans', sans-serif !important;
|
12
|
+
}
|
13
|
+
a {
|
14
|
+
text-decoration: none !important;
|
15
|
+
}
|
16
|
+
img {
|
17
|
+
width: 100%;
|
18
|
+
}
|
19
|
+
|
20
|
+
.section_post {
|
21
|
+
margin-top: 100px;
|
22
|
+
}
|
23
|
+
|
24
|
+
/* logo styling */
|
25
|
+
.logo {
|
26
|
+
width: 50px;
|
27
|
+
border-radius: 50%;
|
28
|
+
}
|
29
|
+
|
30
|
+
header {
|
31
|
+
width: 100%;
|
32
|
+
position: relative;
|
33
|
+
}
|
34
|
+
.navbar {
|
35
|
+
width: 100%;
|
36
|
+
padding: 1.2rem 9% !important;
|
37
|
+
position: fixed;
|
38
|
+
top: 0;
|
39
|
+
left: 0;
|
40
|
+
z-index: 999;
|
41
|
+
}
|
42
|
+
.navbar-nav {
|
43
|
+
align-items: center;
|
44
|
+
}
|
45
|
+
.navbar-brand {
|
46
|
+
font-size: 2.2rem;
|
47
|
+
color: var(--txtColor) !important;
|
48
|
+
font-weight: 900;
|
49
|
+
}
|
50
|
+
.navbar-brand-image {
|
51
|
+
width: 80%;
|
52
|
+
display: inline-block;
|
53
|
+
max-width: 40px;
|
54
|
+
}
|
55
|
+
.navbar-dark .navbar-toggler {
|
56
|
+
outline: none !important;
|
57
|
+
}
|
58
|
+
.navbar-nav .nav-item {
|
59
|
+
padding: 0 10px;
|
60
|
+
}
|
61
|
+
.navbar-nav .nav-link:hover {
|
62
|
+
color: var(--txtColor) !important;
|
63
|
+
transition: all 0.2s linear;
|
64
|
+
-webkit-transition: all 0.2s linear;
|
65
|
+
-moz-transition: all 0.2s linear;
|
66
|
+
}
|
67
|
+
.nav-link {
|
68
|
+
text-decoration: none !important;
|
69
|
+
font-size: 16px;
|
70
|
+
color: gray !important;
|
71
|
+
}
|
72
|
+
/* close */
|
73
|
+
|
74
|
+
/* blogs-card title, content styling */
|
75
|
+
.anchor_link {
|
76
|
+
text-decoration: none !important;
|
77
|
+
color: #343a40 !important;
|
78
|
+
}
|
79
|
+
.anchor_link:hover {
|
80
|
+
transition: all 0.5s linear;
|
81
|
+
color: #000 !important;
|
82
|
+
}
|
83
|
+
.anchor_link .card-title {
|
84
|
+
font-weight: 600;
|
85
|
+
font-size: 22px;
|
86
|
+
line-height: 1.3;
|
87
|
+
}
|
88
|
+
.text_size {
|
89
|
+
color: rgba(0, 0, 0, 0.44);
|
90
|
+
font-size: 15px;
|
91
|
+
line-height: 1.6;
|
92
|
+
font-weight: 400;
|
93
|
+
}
|
94
|
+
/* close */
|
95
|
+
|
96
|
+
/* Blog-card-footer styling */
|
97
|
+
.card-footer {
|
98
|
+
border: none;
|
99
|
+
}
|
100
|
+
.wrapfooter {
|
101
|
+
display: flex;
|
102
|
+
align-items: center;
|
103
|
+
margin-bottom: 15px;
|
104
|
+
}
|
105
|
+
.wrapfooter img {
|
106
|
+
width: 35px;
|
107
|
+
height: 35px;
|
108
|
+
border-radius: 50%;
|
109
|
+
}
|
110
|
+
.wrapfooter .author-meta {
|
111
|
+
flex: 1 1 auto;
|
112
|
+
padding: 0 15px;
|
113
|
+
}
|
114
|
+
.wrapfooter .author-meta a {
|
115
|
+
font-size: 15px;
|
116
|
+
color: #000;
|
117
|
+
text-transform: capitalize;
|
118
|
+
}
|
119
|
+
.wrapfooter .span.post-read-more {
|
120
|
+
align-items: center;
|
121
|
+
display: inline-block;
|
122
|
+
margin-top: 8px;
|
123
|
+
}
|
124
|
+
.post-date {
|
125
|
+
color: rgba(0, 0, 0, 0.44);
|
126
|
+
font-size: 13px;
|
127
|
+
}
|
128
|
+
/* close */
|
129
|
+
|
130
|
+
/* BLOG-Categories stlying */
|
131
|
+
.explore {
|
132
|
+
color: #fff;
|
133
|
+
margin-bottom: 100px;
|
134
|
+
margin-top: 60px;
|
135
|
+
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
|
+
);
|
145
|
+
height: 250px;
|
146
|
+
align-items: center;
|
147
|
+
display: flex;
|
148
|
+
justify-content: space-around;
|
149
|
+
}
|
150
|
+
.explore ul {
|
151
|
+
display: flex;
|
152
|
+
list-style: none;
|
153
|
+
flex-wrap: wrap;
|
154
|
+
}
|
155
|
+
.cat {
|
156
|
+
display: inline-block;
|
157
|
+
padding: 5px 10px;
|
158
|
+
text-decoration: none !important;
|
159
|
+
color: #000 !important;
|
160
|
+
font-weight: 600;
|
161
|
+
font-size: 12px;
|
162
|
+
background: #fff;
|
163
|
+
border-radius: 15px;
|
164
|
+
margin: 0 15px;
|
165
|
+
}
|
166
|
+
/* close */
|
167
|
+
|
168
|
+
/* BLOG-alertbar stlying */
|
169
|
+
.alertbar {
|
170
|
+
box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
|
171
|
+
position: fixed;
|
172
|
+
bottom: 0;
|
173
|
+
left: 0;
|
174
|
+
background-color: #fff;
|
175
|
+
width: 100%;
|
176
|
+
padding: 14px 0;
|
177
|
+
z-index: 1;
|
178
|
+
}
|
179
|
+
.alertbar form {
|
180
|
+
display: inline-block;
|
181
|
+
}
|
182
|
+
.alertbar input[type='email'] {
|
183
|
+
font-size: 0.85rem;
|
184
|
+
padding: 3px 40px 3px 10px;
|
185
|
+
border-top-left-radius: 3px;
|
186
|
+
border-bottom-left-radius: 3px;
|
187
|
+
border: 1px solid #ddd;
|
188
|
+
border-right: 0;
|
189
|
+
margin-right: -10px;
|
190
|
+
height: 34px;
|
191
|
+
letter-spacing: 0.5px;
|
192
|
+
margin-left: 5px;
|
193
|
+
outline: 0;
|
194
|
+
}
|
195
|
+
.alertbar input[type='submit'] {
|
196
|
+
background-color: #1c9963;
|
197
|
+
border: 1px solid #1c9963;
|
198
|
+
color: #fff;
|
199
|
+
fill: #fff;
|
200
|
+
font-size: 12px;
|
201
|
+
border-radius: 0;
|
202
|
+
padding: 4px 10px;
|
203
|
+
border-top-right-radius: 3px;
|
204
|
+
border-bottom-right-radius: 3px;
|
205
|
+
font-weight: 600;
|
206
|
+
height: 34px;
|
207
|
+
letter-spacing: 0.5px;
|
208
|
+
cursor: pointer;
|
209
|
+
}
|
210
|
+
/* close */
|
211
|
+
|
212
|
+
/* Blog-Pages-Pagination stlying*/
|
213
|
+
.blog-pagination a,
|
214
|
+
.blog-pagination span {
|
215
|
+
padding: 7px 10px;
|
216
|
+
margin-left: -2px;
|
217
|
+
margin-right: -2px;
|
218
|
+
background-color: #ffffff;
|
219
|
+
display: inline-block;
|
220
|
+
text-decoration: none;
|
221
|
+
}
|
222
|
+
|
223
|
+
.blog-pagination a:hover {
|
224
|
+
background-color: #f1f1f1;
|
225
|
+
color: #333;
|
226
|
+
}
|
227
|
+
|
228
|
+
.blog-pagination {
|
229
|
+
text-align: center;
|
230
|
+
font-size: 14px;
|
231
|
+
}
|
232
|
+
|
233
|
+
/* BLOG-Categories-PAGes styling */
|
234
|
+
.section-title h2 {
|
235
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
236
|
+
font-weight: 700;
|
237
|
+
font-size: 1.5rem;
|
238
|
+
margin-bottom: 27px;
|
239
|
+
}
|
240
|
+
.section-title span {
|
241
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.44);
|
242
|
+
display: inline-block;
|
243
|
+
padding-bottom: 20px;
|
244
|
+
margin-bottom: -1px;
|
245
|
+
}
|
246
|
+
|
247
|
+
/***************************************************************/
|
248
|
+
/********************** post-layouts-styling *******************/
|
249
|
+
/***************************************************************/
|
250
|
+
|
251
|
+
/* left-sidebar-social-styling */
|
252
|
+
.post-content {
|
253
|
+
font-size: 20px;
|
254
|
+
}
|
255
|
+
|
256
|
+
/*.socialIons {
|
257
|
+
position: sticky;
|
258
|
+
top: 100px;
|
259
|
+
}*/
|
260
|
+
|
261
|
+
.socialIons > .item-lists2 {
|
262
|
+
display: flex;
|
263
|
+
flex-direction: row;
|
264
|
+
width: 100%;
|
265
|
+
}
|
266
|
+
.socialIons > .item-lists2 > li:nth-child(1) {
|
267
|
+
margin: 0;
|
268
|
+
}
|
269
|
+
|
270
|
+
.socialIons > .item-lists2 > li {
|
271
|
+
list-style: none;
|
272
|
+
padding: 8px 0px;
|
273
|
+
margin: 0 auto;
|
274
|
+
}
|
275
|
+
.socialIons .item-lists2 li a {
|
276
|
+
color: rgba(95, 21, 21, 0.44);
|
277
|
+
fill: rgba(0, 0, 0, 0.44);
|
278
|
+
font-size: 15px;
|
279
|
+
cursor: pointer;
|
280
|
+
text-decoration: none !important;
|
281
|
+
}
|
282
|
+
.socialIons > .item-lists2 > li i {
|
283
|
+
font-size: 18px;
|
284
|
+
color: rgba(0, 0, 0, 0.44);
|
285
|
+
fill: rgba(0, 0, 0, 0.44);
|
286
|
+
}
|
287
|
+
.sep {
|
288
|
+
height: 1px;
|
289
|
+
width: 20px;
|
290
|
+
background: #999;
|
291
|
+
margin: 3px auto;
|
292
|
+
}
|
293
|
+
.comments-count {
|
294
|
+
margin: 18px 25px;
|
295
|
+
text-align: center;
|
296
|
+
}
|
297
|
+
.comment_count {
|
298
|
+
font-size: 12px;
|
299
|
+
color: rgba(95, 21, 21, 0.44) !important;
|
300
|
+
fill: rgba(0, 0, 0, 0.44);
|
301
|
+
text-decoration: none !important;
|
302
|
+
}
|
303
|
+
/* close */
|
304
|
+
|
305
|
+
/* right-sidebar-styling-starts */
|
306
|
+
/* author bio styling.. */
|
307
|
+
.author_image .author-thumb {
|
308
|
+
width: 60px;
|
309
|
+
height: 60px;
|
310
|
+
object-fit: cover;
|
311
|
+
}
|
312
|
+
.author-meta .postName {
|
313
|
+
font-size: 18px !important;
|
314
|
+
color: rgba(0, 0, 0, 0.8) !important;
|
315
|
+
text-decoration: none !important;
|
316
|
+
font-family: 'Merriweather', serif;
|
317
|
+
}
|
318
|
+
.btn_follow {
|
319
|
+
margin-left: 5px;
|
320
|
+
margin-bottom: 10px;
|
321
|
+
border-color: #02b875;
|
322
|
+
color: #1c9963 !important;
|
323
|
+
padding: 3px 10px;
|
324
|
+
text-align: center;
|
325
|
+
border-radius: 999em;
|
326
|
+
font-size: 1.5rem;
|
327
|
+
display: inline-block;
|
328
|
+
border: 1px solid;
|
329
|
+
}
|
330
|
+
.author_bio {
|
331
|
+
font-family: 'Merriweather', serif;
|
332
|
+
color: rgba(0, 0, 0, 0.44);
|
333
|
+
font-size: 13px;
|
334
|
+
line-height: 20px;
|
335
|
+
}
|
336
|
+
/* close */
|
337
|
+
|
338
|
+
/* pagination-styling-postpages */
|
339
|
+
.pointerup i.fa {
|
340
|
+
color: #eaeaea;
|
341
|
+
}
|
342
|
+
.pointerup {
|
343
|
+
margin-bottom: -9px;
|
344
|
+
margin-left: 49%;
|
345
|
+
font-size: 30px;
|
346
|
+
}
|
347
|
+
.bottompagination span.navigation {
|
348
|
+
display: block;
|
349
|
+
font-size: 0.93rem;
|
350
|
+
padding: 15px 0 0 0;
|
351
|
+
text-align: center;
|
352
|
+
margin-bottom: 0rem;
|
353
|
+
color: #999;
|
354
|
+
border-top: 1px solid #ddd;
|
355
|
+
}
|
356
|
+
.pagination {
|
357
|
+
display: -ms-flexbox;
|
358
|
+
display: flex;
|
359
|
+
padding-left: 0;
|
360
|
+
list-style: none;
|
361
|
+
border-radius: 0.25rem;
|
362
|
+
display: block;
|
363
|
+
color: green;
|
364
|
+
font-size: 15px;
|
365
|
+
margin-bottom: 30px;
|
366
|
+
}
|
367
|
+
.pageUrl {
|
368
|
+
color: green;
|
369
|
+
font-size: 12px;
|
370
|
+
font-weight: 900;
|
371
|
+
text-decoration: none;
|
372
|
+
margin-right: 10px;
|
373
|
+
}
|
374
|
+
.pageUrl:hover {
|
375
|
+
text-decoration: none;
|
376
|
+
color: green;
|
377
|
+
}
|
378
|
+
.lunrsearchresult {
|
379
|
+
font-size: 15px;
|
380
|
+
}
|
381
|
+
.lunrsearchresult .title {
|
382
|
+
color: #d9230f;
|
383
|
+
}
|
384
|
+
.lunrsearchresult .url {
|
385
|
+
color: silver;
|
386
|
+
}
|
387
|
+
.lunrsearchresult a {
|
388
|
+
display: block;
|
389
|
+
color: #777;
|
390
|
+
}
|
391
|
+
|
392
|
+
.lunrsearchresult:hover,
|
393
|
+
.lunrsearchresult:focus {
|
394
|
+
text-decoration: none;
|
395
|
+
}
|
396
|
+
|
397
|
+
.lunrsearchresult:hover .title {
|
398
|
+
text-decoration: underline;
|
399
|
+
}
|
400
|
+
|
401
|
+
.close {
|
402
|
+
float: right;
|
403
|
+
font-size: 2rem;
|
404
|
+
font-weight: 700;
|
405
|
+
line-height: 1;
|
406
|
+
color: #000;
|
407
|
+
text-shadow: 0 1px 0 #fff;
|
408
|
+
opacity: 0.5;
|
409
|
+
border: none;
|
410
|
+
background: transparent;
|
411
|
+
}
|
412
|
+
.close:focus {
|
413
|
+
outline: none !important;
|
414
|
+
}
|
415
|
+
|
416
|
+
/* recent post heading stlye */
|
417
|
+
.recent_post_heading {
|
418
|
+
width: 100%;
|
419
|
+
font-size: 46px;
|
420
|
+
text-align: left;
|
421
|
+
font-weight: 800;
|
422
|
+
font-stretch: normal;
|
423
|
+
font-style: normal;
|
424
|
+
line-height: 1.24;
|
425
|
+
letter-spacing: normal;
|
426
|
+
color: rgb(17, 48, 78);
|
427
|
+
margin-bottom: 45px;
|
428
|
+
padding-top: 75px;
|
429
|
+
display: inline-block;
|
430
|
+
}
|
431
|
+
|
432
|
+
@media (max-width: 768px) {
|
433
|
+
.bd-search {
|
434
|
+
padding: 10px 25px;
|
435
|
+
}
|
436
|
+
.socialIons > .item-lists2 {
|
437
|
+
justify-content: center;
|
438
|
+
}
|
439
|
+
.socialIons > .item-lists2 {
|
440
|
+
flex-direction: row;
|
441
|
+
align-items: center;
|
442
|
+
}
|
443
|
+
.socialIons > .item-lists2 > li {
|
444
|
+
padding-right: 30px;
|
445
|
+
margin: 0;
|
446
|
+
}
|
447
|
+
}
|
448
|
+
|
449
|
+
@media (max-width: 768px) {
|
450
|
+
.navbar-nav {
|
451
|
+
align-items: unset;
|
452
|
+
}
|
453
|
+
.nav-item {
|
454
|
+
padding: 0 !important;
|
455
|
+
}
|
456
|
+
|
457
|
+
.sep {
|
458
|
+
margin: 0;
|
459
|
+
}
|
460
|
+
.author-meta {
|
461
|
+
padding-left: 15px;
|
462
|
+
}
|
463
|
+
.comments-count {
|
464
|
+
margin: 18px 0;
|
465
|
+
text-align: left;
|
466
|
+
}
|
467
|
+
|
468
|
+
.navbar {
|
469
|
+
padding-left: 7% !important;
|
470
|
+
padding-right: 7% !important;
|
471
|
+
}
|
472
|
+
.title,
|
473
|
+
.description {
|
474
|
+
width: 100% !important;
|
475
|
+
text-align: center;
|
476
|
+
}
|
477
|
+
.angle-arrow {
|
478
|
+
position: fixed;
|
479
|
+
bottom: 4px;
|
480
|
+
right: 32px;
|
481
|
+
top: auto;
|
482
|
+
z-index: 999;
|
483
|
+
}
|
484
|
+
.alertbar form {
|
485
|
+
display: block;
|
486
|
+
margin-top: 10px;
|
487
|
+
}
|
488
|
+
.small_description {
|
489
|
+
font-size: 25px;
|
490
|
+
}
|
491
|
+
}
|