appscms-tools-theme 4.2.0 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,12 +10,7 @@ body {
10
10
  -webkit-font-smoothing: antialiased;
11
11
  font-family: var(--font-family);
12
12
  overflow-x: hidden;
13
- background: rgba(255, 33, 129, 0.2);
14
- background: radial-gradient(
15
- circle,
16
- rgba(168, 237, 223, 0.13) 0%,
17
- rgba(166, 143, 248, 0.14) 50%
18
- );
13
+ background: radial-gradient(var(--main-bg-color));
19
14
  }
20
15
  .text-dark{
21
16
  color: #000 !important;
@@ -493,21 +488,34 @@ body {
493
488
  background-color: rgba(255, 255, 255, 0.494);
494
489
  }
495
490
 
491
+ .contenttool-img-wrap-blog{
492
+ padding: 14px;
493
+ }
496
494
  .appscms-blog-cards {
497
- box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.06);
498
- margin-bottom: 20px;
495
+ box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.16);
496
+ margin-bottom: 10px;
499
497
  border-radius: 10px !important;
500
498
  /* max-width: 340px; */
501
499
  /* min-width: 300px; */
500
+
502
501
  }
503
- .card-footer {
504
- border-radius: 10px !important;
502
+ .card-title{
503
+ font-size: 16px;
505
504
  }
506
505
 
507
- .appscms-blog-cards img {
508
- border-radius: 10px 10px 0px 0px;
506
+ .card-img-top{
509
507
  height: auto;
510
508
  }
509
+ .card-footer{
510
+ border: none !important;
511
+ border-radius: 10px !important;
512
+ }
513
+
514
+ .post-read-more{
515
+ font-size: 13px;
516
+ display: flex;
517
+ align-items: center;
518
+ }
511
519
  .card-body {
512
520
  display: flex;
513
521
  flex-direction: column;
@@ -530,6 +538,8 @@ body {
530
538
  }
531
539
  .wrapfooter .author-meta {
532
540
  padding: 0px 15px 0px 10px;
541
+ /* display: flex; */
542
+ align-items: center;
533
543
  }
534
544
  .wrapfooter .author-meta a {
535
545
  font-size: 15px;
@@ -539,9 +549,9 @@ body {
539
549
  text-decoration: none;
540
550
  }
541
551
  .post-date {
542
- color: #000;
552
+ color: gray;
543
553
  font-size: 14px;
544
- font-weight: 500;
554
+ font-weight: 400;
545
555
  display: block;
546
556
  text-align: left;
547
557
  }
@@ -700,7 +710,8 @@ body {
700
710
  /* min-width: 300px; */
701
711
  }
702
712
 
703
- .appscms-blog-cards img {
713
+ .appscms-blog-cards .extrapaddingforimg img {
714
+ height: auto;
704
715
  border-radius: 10px 10px 0px 0px;
705
716
  }
706
717
  .card-body {
@@ -945,16 +956,14 @@ body {
945
956
  }
946
957
  /* Rating tool css */
947
958
  .rating-tool {
948
- width: 100%;
949
959
  display: flex;
950
960
  justify-content: center;
951
961
  align-items: center;
952
- padding: 20px 0px 20px 0px;
953
- border-top: 1px solid rgb(221, 221, 221);
954
- border-bottom: 1px solid rgb(221, 221, 221);
955
- margin-bottom: 60px;
956
- position: relative;
957
- top: 30px;
962
+ box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
963
+ background-color: #fcfcfc;
964
+ border-radius: 50px;
965
+ height: 70px;
966
+ margin: 40px 0;
958
967
  }
959
968
 
960
969
  .rating-tool #rating-img,#rating-img {
@@ -964,16 +973,17 @@ body {
964
973
  }
965
974
 
966
975
  .rating {
967
- font-size: 30px;
976
+ font-size: 20px;
968
977
  }
969
978
 
970
979
  .rating-tool .rating-text {
971
- font-size: 35px;
980
+ font-size: 16px;
972
981
  font-weight: 700;
973
982
  color: rgb(33, 33, 33);
974
983
  padding: 6px;
975
984
  }
976
985
 
986
+
977
987
  .rating-tool .rating-stars {
978
988
  color: #9d9d9d !important;
979
989
  display: flex;
@@ -16,4 +16,4 @@
16
16
  --mid-gray: #1d1d1d;
17
17
  --light-gray: rgb(137, 137, 137);
18
18
  --text-dark: #000000 !important;
19
- }
19
+ }
data/assets/css/tools.css CHANGED
@@ -875,6 +875,27 @@ ul li {
875
875
  justify-content: center;
876
876
  }
877
877
 
878
+
879
+ .how-to-video .youtube-play-btn-wrapper {
880
+ position: absolute;
881
+ top: 0%;
882
+ left: -17px;
883
+ display: flex;
884
+ text-align: center;
885
+ width: 100%;
886
+ justify-content: center;
887
+ align-items: center;
888
+ height: 100%;
889
+ }
890
+
891
+ .youtube-play-btn-wrapper .play-btn {
892
+ font-size: 28px;
893
+ width: 68px;
894
+ background-color: red;
895
+ border: none;
896
+ border-radius: 15px;
897
+ }
898
+
878
899
  @media (max-width: 768px) {
879
900
  .how-to-video-wrapper .youtubeVideoPlayer {
880
901
  width: 100%;
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 334 334" style="enable-background:new 0 0 334 334;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
7
+ .st1{fill:#FFFFFF;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
8
+ .st2{fill:#2F79F2;}
9
+ </style>
10
+ <g id="Layer_1">
11
+ <image style="display:none;overflow:visible;opacity:0.41;" width="307" height="300" xlink:href="C:\Users\happy\Downloads\Screenshot_2023-12-07_223913-transformed.png" transform="matrix(1 0 0 1 13 17)">
12
+ </image>
13
+ </g>
14
+ <g id="Layer_2">
15
+ <path class="st0" d="M196.58,86.85c-3.16,9.61-7.7,24.8-8.52,40.92c-0.87,16.93,1.3,31.13,3.64,41.27"/>
16
+ <path class="st0" d="M212.94,106.63l-6.69,21.66c-0.08,0.26,0.15,0.51,0.42,0.44l10.73-2.68"/>
17
+ <path class="st0" d="M239.55,130.14l-0.99,10.15c0,0,8.32-0.91,8.32,4.82c0,5.74-9.65,8.32-9.65,8.32l-1.16,14.14"/>
18
+ <path d="M233.08,97.76c-15.35,2.25-34.89-3.21-44.33-15.52c-1.6-2.09-3.06-4.42-3.39-7.04s0.73-5.55,3.07-6.75
19
+ c2.17-1.11,4.9-0.47,6.89,0.95c1.98,1.42,3.37,3.5,4.72,5.53c-1.8-2.43-2.98-5.4-2.93-8.42c0.05-3.03,1.44-6.09,3.93-7.81
20
+ c2.49-1.72,6.07-1.89,8.51-0.09c2.51,1.84,3.36,5.13,4.27,8.11c0.91,2.98,2.37,6.22,5.31,7.25c-1.67-1.84-2.71-4.32-2.54-6.79
21
+ c0.17-2.48,1.64-4.89,3.9-5.94s5.21-0.52,6.77,1.42c1.66,2.05,1.5,4.98,2.3,7.5c1.36,4.29,5.38,7.06,8.42,10.39
22
+ c5.46,5.97,7.95,14.18,8.44,22.25c0.49,8.07-0.86,16.14-2.2,24.11c-0.38,2.28-1.03,4.92-3.16,5.84c-2.14,0.93-4.57-0.47-6.28-2.05
23
+ c-4.46-4.13-7.23-10.04-7.54-16.11C226.92,108.49,229.07,102.33,233.08,97.76"/>
24
+ <ellipse class="st1" cx="204.07" cy="111.31" rx="0.89" ry="1.61"/>
25
+ <ellipse class="st1" cx="221.69" cy="113.24" rx="0.99" ry="1.93"/>
26
+ <path class="st0" d="M256.26,224.64c1.1,10.19,1.74,22,1.27,35.11c-0.5,13.85-2.12,26.2-4.11,36.7"/>
27
+ <path class="st0" d="M295.49,288.86c8.75-53.51,2.66-94.02-15.99-101.1c-3.54-1.35-8.45-1.84-15.33,0.51
28
+ c1.79-3.67,0.45-8.06-2.83-9.99c-3.59-2.12-8.55-0.75-10.64,3.22c0.11-0.52,1.25-5.55-1.31-8.68c-1.8-2.2-5.26-2.05-6.03-2.21"/>
29
+ <path class="st0" d="M244.35,169.44l-21.62,25.38c-0.75,0.88-1.95,0.74-2.55-0.3l-10.3-17.64c-0.73-1.26-0.17-3.04,1.05-3.34
30
+ l31.92-7.74C244.53,165.4,245.59,167.98,244.35,169.44z"/>
31
+ <path class="st0" d="M184.39,169.28v13.68c0,1.61,1.94,2.42,3.08,1.29l9.7-9.55c1.12-1.1,0.71-2.98-0.75-3.53l-9.58-3.58
32
+ C185.65,167.14,184.39,168.01,184.39,169.28z"/>
33
+ <polyline class="st0" points="197.8,173.5 202.91,191.56 209.88,176.88 "/>
34
+ <path class="st0" d="M156.63,299.82c-3.12-14.17-2.48-30.31,0.05-44.52c1.28-7.21,3.37-17.11,9.03-22.26
35
+ c0.99-0.9,2.22-1.71,3.55-1.63c1.68,0.09,2.97,1.53,3.76,3.01c3.25,6.1,0.96,13.8-1.46,19.82c-2.47,6.13-6.21,11.69-10.7,16.51
36
+ c-13.79,14.84-35.42,20.72-55.14,20.11c-0.16-0.01-0.3-0.02-0.46-0.03c-4.55-0.52-25.98-2.59-41.95-21.74
37
+ c-13.05-15.64-12.49-33.84-11.83-41.98c0.16-1.94,1.76-3.44,3.7-3.47l45.48-0.77c1.08-0.02,2.1,0.51,2.68,1.42
38
+ c2.1,3.28,5.11,9.32,4.18,16.55c-0.22,1.67-0.61,3.19-1.1,4.54c1.37-5.52,5.4-9.69,10.33-10.64c3.85-0.74,7.02,0.71,8.25,1.36
39
+ c1.89-8.95,5-15.78,7.51-20.24c3.97-7.05,9.95-14.58,19.26-21.68c5.54-4.23,7.97-3.69,10.92-3.62c-0.69-4.76,1.96-8.92,5.54-9.85
40
+ c3.42-0.88,6.4,1.52,6.77,1.83c-1.33-3.45-0.16-7.13,2.46-8.75c2.71-1.68,5.81-0.43,6.15-0.28"/>
41
+ <path class="st0" d="M98.24,222.9H56.19v-6.25c0-3,2.44-5.44,5.44-5.44h31.75c2.69,0,4.86,2.18,4.86,4.86V222.9z"/>
42
+ <path class="st0" d="M93.38,211.21c6.41-36.56-2.72-57.39-7.82-66.33c-1.28-2.24-6.31-11.05-8.34-10.35
43
+ c-5.18,1.8,1.78,19.97,6.44,36.97"/>
44
+ <path class="st0" d="M80.06,159.15c-0.85-2.1-3.23-3.72-5.41-4.35s-4.64-0.19-6.47,1.14c-2.6,1.89-3.74,5.33-3.53,8.54
45
+ c0.21,3.21,1.57,6.23,3.15,9.03c1.17,2.08,2.84,4.31,5.23,4.4c2.42,0.09,4.39-2.25,4.75-4.65c0.36-2.4-0.45-4.8-1.24-7.09"/>
46
+ <path class="st0" d="M64.94,159.92c-3.65-2.24-7.67,0.27-9.2,3.33c-1.52,3.06-1.18,6.71-0.34,10.02c0.68,2.67,1.71,5.33,3.61,7.32
47
+ c1.9,1.99,4.81,3.19,7.46,2.46c2.65-0.73,4.63-3.76,3.71-6.35"/>
48
+ <path class="st0" d="M55.09,164.7c-2.63-1.12-5.82,0.34-7.46,2.69c-1.63,2.35-2.02,5.34-2.04,8.2c-0.03,3.17,0.37,6.45,1.95,9.2
49
+ s4.58,4.85,7.74,4.65s6.15-4.25,5.56-7.36"/>
50
+ <path class="st0" d="M58.67,188.05c-1.43,3.49-0.76,9.26,0.72,12.73c1.48,3.47,3.06,7.29,1.94,10.89"/>
51
+ <path class="st0" d="M88.27,183.9c-2.32-2.35-4.77-4.78-7.93-5.76c-3.15-0.98-7.2,0.07-8.47,3.11c-0.93,2.23-0.12,4.88,1.4,6.76
52
+ c1.53,1.87,3.66,3.13,5.75,4.35c-1.63,1.61-2.29,4.14-1.65,6.35c0.64,2.2,2.56,3.98,4.8,4.46"/>
53
+ <path class="st2" d="M110.59,125.71c-1.48,1.47-3.52,2.23-5.61,2.23H48.14c-2.19,0-3.99-1.65-4.23-3.76
54
+ c-0.04-0.33-0.08-0.65-0.16-0.97c-1.43-5.27-1.55-11.84-1.43-20.86c0.11-8.35,0.1-16.3,1.56-21.34c0-0.28,0.03-1.79,1.25-3.01
55
+ c0.77-0.77,1.84-1.25,3.01-1.25c9.14-0.87,19.2-1.42,30.04-1.41c10.57,0.01,20.39,0.56,29.35,1.41c0.28,0,1.79,0.03,3.01,1.25
56
+ c0.77,0.77,1.02,1.86,1.25,3.01c1.44,7.26,1.44,14.23,1.44,20.63c0,7.82,0,14.06-1.44,22.05
57
+ C111.75,123.86,111.75,124.56,110.59,125.71z"/>
58
+ <line class="st1" x1="79.88" y1="63.88" x2="85.48" y2="36.53"/>
59
+ <line class="st1" x1="126.1" y1="90.13" x2="153.92" y2="87.74"/>
60
+ <path class="st0" d="M127.25,104.01c4.4,1.38,8.8,2.76,13.2,4.14"/>
61
+ <path class="st0" d="M61.15,47.84c0.36,5.35,0.72,10.7,1.09,16.05"/>
62
+ <path class="st0" d="M17.69,86.88c2.84,0.18,5.68,0.36,8.53,0.53"/>
63
+ <path class="st0" d="M31.55,123.12c-2.13,1.6-4.26,3.2-6.4,4.8"/>
64
+ <path class="st0" d="M209.19,143.29c4.76,2.04,10.91-0.13,13.34-4.7"/>
65
+ </g>
66
+ </svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-06 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -110,6 +110,7 @@ files:
110
110
  - _includes/adsense/adsense.html
111
111
  - _includes/alternates/alternates.html
112
112
  - _includes/appscms/category-tabs/category-tabs.html
113
+ - _includes/appscms/customblog/contenttool-recent-posts.html
113
114
  - _includes/appscms/customblog/pageRelatedPosts.html
114
115
  - _includes/appscms/customblog/recentposts.html
115
116
  - _includes/appscms/customblog/relatedBlogs.html
@@ -126,7 +127,9 @@ files:
126
127
  - _includes/appscms/footer/static-footer.html
127
128
  - _includes/appscms/head/bloghead.html
128
129
  - _includes/appscms/head/head.html
130
+ - _includes/appscms/headings/contenttool-headings.html
129
131
  - _includes/appscms/headings/headings.html
132
+ - _includes/appscms/home/contenttool-feature-boxes.html
130
133
  - _includes/appscms/home/feature-boxes.html
131
134
  - _includes/appscms/howto/howto.html
132
135
  - _includes/appscms/infographics/infographics.html
@@ -212,6 +215,8 @@ files:
212
215
  - _layouts/calculator.html
213
216
  - _layouts/categories.html
214
217
  - _layouts/contactUs.html
218
+ - _layouts/contenttool-feature.html
219
+ - _layouts/contenttool-home.html
215
220
  - _layouts/default.html
216
221
  - _layouts/devtools.html
217
222
  - _layouts/disclaimer.html
@@ -242,6 +247,7 @@ files:
242
247
  - assets/css/adblocker.css
243
248
  - assets/css/appscms-blog.css
244
249
  - assets/css/appscms-calculator.css
250
+ - assets/css/appscms-contenttool.css
245
251
  - assets/css/appscms-feature.css
246
252
  - assets/css/appscms-home.css
247
253
  - assets/css/appscms-imagekit.css
@@ -418,6 +424,7 @@ files:
418
424
  - assets/images/bunnies.png
419
425
  - assets/images/cloud-computing.png
420
426
  - assets/images/cloud_new.svg
427
+ - assets/images/contenttool-main.svg
421
428
  - assets/images/contributor.webp
422
429
  - assets/images/convert.png
423
430
  - assets/images/convert.svg
@@ -589,7 +596,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
589
596
  - !ruby/object:Gem::Version
590
597
  version: '0'
591
598
  requirements: []
592
- rubygems_version: 3.4.10
599
+ rubygems_version: 3.3.7
593
600
  signing_key:
594
601
  specification_version: 4
595
602
  summary: Appscms theme for all tools