appscms-tools-theme 3.8.4 → 3.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,12 @@
1
- /* upload page css*/
2
-
3
1
  .nav-tool-bar {
4
2
  position: sticky;
5
3
  top: 0;
6
4
  width: 100%;
7
5
  z-index: 999;
8
6
  }
9
-
10
- /* uplaod section */
11
-
12
7
  .appscms-upload-section {
13
8
  height: 300px;
14
- border: 2px dotted #484848;
9
+ border: 2px dashed #484848;
15
10
  padding: 20px;
16
11
  border-radius: 20px;
17
12
  display: flex;
@@ -50,12 +45,9 @@
50
45
  width: 60px;
51
46
  background-color: rgb(146, 146, 146);
52
47
  }
53
-
54
- /* feature section */
55
48
  .appscms-feature-image {
56
49
  max-width: 75px;
57
50
  }
58
-
59
51
  .appscms-feature-title {
60
52
  font-size: 17px;
61
53
  margin-top: 15px;
@@ -77,9 +69,12 @@
77
69
  }
78
70
  .appscms-howto-heading {
79
71
  /* margin-top: 40px; */
80
- font-size: 2.5rem;
72
+ font-size: 25px;
81
73
  font-weight: 500;
82
74
  }
75
+ .how-to-video-wrapper iframe {
76
+ width: 100%;
77
+ }
83
78
 
84
79
  .appscms-howto-steps {
85
80
  font-size: 1rem;
@@ -93,18 +88,22 @@
93
88
  }
94
89
 
95
90
  .faq-item {
96
- margin-bottom: 40px;
91
+ box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.1);
92
+ margin-bottom: 15px;
93
+ background: white;
94
+ padding: 1.5rem;
95
+ border-radius: 7px;
97
96
  }
98
97
 
99
98
  .faq-question {
100
- font-size: 27px;
99
+ font-size: 22px;
101
100
  font-weight: 500;
102
- line-height: 194%;
101
+
103
102
  margin-bottom: 10px;
104
103
  }
105
104
 
106
105
  .faq-answer {
107
- font-size: 17px;
106
+ font-size: 15px;
108
107
  font-weight: normal;
109
108
  margin-bottom: 20px;
110
109
  }
@@ -148,72 +147,54 @@
148
147
  }
149
148
 
150
149
  @media (max-width: 768px) {
151
- .heading {
152
- padding-top: 0px;
153
- text-align: center;
154
- display: flex;
155
- align-items: center;
156
- justify-content: center;
157
- }
158
- .heading h1 {
159
- font-weight: 600;
160
- font-size: 30px;
150
+ .upload-btn {
151
+ width: 268px;
152
+ padding: 15px;
153
+ border-radius: 50px;
154
+ font-size: 20px;
155
+ height: auto;
161
156
  }
162
- .heading h2 {
163
- width: 80vw;
164
- font-size: 11px;
165
- text-align: center;
157
+ .upload-from-drives img {
158
+ height: 40px;
159
+ width: 42px;
166
160
  }
167
- .appscms-upload-section-container {
168
- padding: 0;
169
- position: relative;
170
- bottom: 30px;
161
+ .drag-msg {
162
+ display: none;
171
163
  }
172
164
  .appscms-upload-section {
173
- height: 0;
174
- border: none;
165
+ height: 100px;
175
166
  background-color: transparent;
176
- justify-content: center;
177
- align-items: center;
178
- flex-direction: column;
179
167
  box-shadow: none;
168
+ border: none;
180
169
  }
181
- .appscms-upload-icon {
170
+ .appscms-upload-icon,
171
+ .or-in-upload {
182
172
  display: none;
183
173
  }
184
- .appscms-upload-section > *:not(form) {
185
- display: none;
174
+ .rating-tool {
175
+ flex-direction: column;
176
+ display: flex;
177
+ gap: 15px;
178
+ height: auto;
179
+ padding: 15px 0px;
186
180
  }
187
- .upload-btn {
181
+ .heading {
182
+ padding-top: 0px;
183
+ text-align: center;
188
184
  display: flex;
189
- justify-content: center;
190
185
  align-items: center;
191
- text-align: center;
192
- color: white;
193
- border-radius: 27px;
194
- width: 200px;
195
- height: 78px;
196
- font-size: 20px;
197
- }
198
-
199
- /* featuer section media query */
200
-
201
- .appscms-feature-image {
202
- width: 30px;
203
- height: 30px;
186
+ justify-content: center;
204
187
  }
205
- .appscms-feature-title {
206
- font-size: 14px;
188
+ .heading h1 {
207
189
  font-weight: 600;
190
+ font-size: 30px;
208
191
  }
209
- .appscms-feature-description {
210
- font-size: 12px;
192
+ .heading h2 {
193
+ width: 80vw;
194
+ font-size: 11px;
195
+ text-align: center;
211
196
  }
212
197
 
213
- /* how to section */
214
- .appscms-howto-image {
215
- display: none;
216
- }
217
198
  .appscms-how-to-section {
218
199
  border-radius: 0px;
219
200
  background-color: transparent;
@@ -239,7 +220,7 @@
239
220
  /* faq section */
240
221
  .faq-question {
241
222
  font-size: 20px;
242
- margin-bottom: 5px;
223
+ margin-bottom: 18px;
243
224
  }
244
225
 
245
226
  .faq-answer {
@@ -250,113 +231,55 @@
250
231
  .faq-answer-list {
251
232
  font-size: 11px;
252
233
  }
253
-
254
- /* ratins */
255
- .ratings {
256
- /* gap: 2px; */
257
- /* padding: 2px; */
258
- /* background: transparent; */
259
- box-shadow: none !important;
260
- }
261
- .appsms-user-rating-count {
262
- /* font-size: 16px !important; */
263
- }
264
- .appsms-user-total-count {
265
- display: none;
266
- }
267
- .ratings span {
268
- /* font-size: 13px; */
269
- padding: 4px;
270
- }
271
- .raing-votes {
272
- /* font-size: 13px !important; */
273
- color: rgb(84, 84, 84);
274
- /* display: none; */
275
- }
276
234
  }
277
- @media (max-width: 478px) {
278
- body {
279
- background-color: rgb(248, 248, 248);
280
- }
281
- .ratings {
282
- /* gap: 2px; */
283
- /* padding: 2px; */
284
- /* background: transparent; */
285
- box-shadow: none !important;
286
- }
287
235
 
288
- /* mobile screen feaure section media query */
289
- .appscms-feature-image {
290
- width: 30px;
291
- height: 30px;
292
- }
293
- .appscms-feature-title {
294
- font-size: 12px;
295
- font-weight: 600;
296
- }
297
- .appscms-feature-description {
298
- font-size: 11px;
299
- }
300
- .appscms-feature-description .card-text {
301
- display: none;
302
- }
303
- .appscms-feature-description .card {
304
- text-align: center;
305
- }
306
- .appscms-feature-description .card-img-top {
307
- display: block;
308
- margin: 0 auto;
309
- }
310
- .appscms-feature-description .card-body {
311
- text-align: center;
312
- }
313
- .appscms-feature-description .card-title {
314
- margin-top: 10px;
315
- margin-bottom: 0;
316
- }
317
- /* how to section mobile */
318
- .appscms-how-to-section {
319
- border-radius: 0px;
320
- background-color: transparent;
321
- box-shadow: none;
322
- }
323
- .appscms-howto-heading {
324
- text-align: center;
325
- margin-top: 0px;
326
- font-size: 20px;
327
- font-weight: 500;
328
- background-color: white;
329
- width: 100vw;
330
- }
236
+ .upload-redirect {
237
+ padding: 13px 1.5em 14px 1.5em;
238
+ color: #fff;
239
+ background-color: #5c5ce0;
240
+ border-color: #5c5ce0;
241
+ border-radius: 27px;
242
+ font-size: 18px;
243
+ font-weight: 600;
244
+ border: none;
245
+ }
331
246
 
332
- .appscms-howto-steps {
333
- font-size: 12px;
334
- font-weight: normal;
335
- line-height: 200%;
336
- }
247
+ #left-section {
248
+ display: flex;
249
+ flex-direction: column;
250
+ align-items: baseline;
251
+ justify-content: center;
252
+ }
337
253
 
338
- /* faq section media query */
339
- /* recent posts */
340
- .appscms-recentposts {
341
- font-size: 25px;
342
- }
343
- /* rating section */
254
+ .right-section img {
255
+ width: 90%;
256
+ }
344
257
 
345
- .appsms-user-rating-count {
346
- /* font-size: 16px !important; */
347
- }
348
- .appsms-user-total-count {
349
- display: none;
350
- }
351
- .ratings span {
352
- /* font-size: 13px; */
353
- padding: 4px;
354
- }
355
- .raing-votes {
356
- /* font-size: 13px !important; */
357
- color: rgb(84, 84, 84);
358
- display: none;
359
- }
258
+ #left-section h1,
259
+ #left-section h2 {
260
+ text-align: left;
261
+ width: 100%;
360
262
  }
361
263
 
362
- /* faq section media queries */
264
+ .video-h1,
265
+ .audio-h1 {
266
+ font-weight: 600;
267
+ font-size: 53px;
268
+ }
269
+ .toaster {
270
+ top: 150px;
271
+ padding: 12px 20px;
272
+ color: #fff;
273
+ display: inline-block;
274
+ box-shadow: 0 3px 6px -1px rgb(0 0 0 / 12%),
275
+ 0 10px 36px -4px rgb(77 96 232 / 30%);
276
+ background: var(--primary-color);
277
+ position: fixed;
278
+ transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
279
+ border-radius: 2px;
280
+ right: 0px;
281
+ cursor: pointer;
282
+ text-decoration: none;
283
+ max-width: calc(50% - 20px);
284
+ z-index: 2147483647;
285
+ }
@@ -46,6 +46,10 @@ body {
46
46
  height: 100%;
47
47
  justify-content: space-between;
48
48
  }
49
+ .appscms-navbar-nav a {
50
+ display: flex;
51
+ align-items: center;
52
+ }
49
53
  .appscms-navbar-nav-links {
50
54
  width: 100%;
51
55
  height: 100%;
@@ -187,7 +191,7 @@ body {
187
191
  display: block;
188
192
  cursor: pointer;
189
193
  position: absolute;
190
- right: -29px;
194
+ right: -20px;
191
195
  top: 5px;
192
196
  z-index: 9999;
193
197
  }
@@ -278,6 +282,10 @@ body {
278
282
  margin: 20px 0px;
279
283
  color: #000;
280
284
  }
285
+ .appscms-h3 {
286
+ font-size: 30px;
287
+ color: var(--mid-gray);
288
+ }
281
289
  .appscms-h2 {
282
290
  font-size: 20px;
283
291
  padding-top: 8px;
@@ -307,6 +315,7 @@ body {
307
315
  /* category section */
308
316
  .toolfilters {
309
317
  margin-top: 80px;
318
+ cursor: pointer;
310
319
  background-color: rgb(255, 255, 255);
311
320
  display: flex;
312
321
  height: 30px;
@@ -658,11 +667,11 @@ body {
658
667
  #appscms-searchbar {
659
668
  padding: 3px;
660
669
  }
661
-
670
+ /*
662
671
  toolfilter {
663
672
  margin: auto;
664
673
  padding: 0px 20px;
665
- }
674
+ } */
666
675
  }
667
676
 
668
677
  /* Medium devices (desktops) */
@@ -676,13 +685,17 @@ body {
676
685
  .appscms-tool .tool-top {
677
686
  background-color: transparent;
678
687
  flex-direction: column;
688
+ justify-content: center;
689
+ border-radius: 10px;
690
+ height: 72px;
679
691
  }
680
692
  .appscms-tool .tool-img {
681
693
  padding: 0px !important;
694
+ filter: invert(1);
682
695
  }
683
696
  .appscms-tool .tool-img img {
684
- height: 72px !important;
685
- width: 72px !important;
697
+ height: 37px !important;
698
+ width: 37px !important;
686
699
  border-radius: 20px !important;
687
700
  }
688
701
  .appscms-tool .tool-text {
@@ -747,7 +760,7 @@ body {
747
760
  }
748
761
  .appscms-footer {
749
762
  background-color: var(--while-color);
750
- padding: 50px;
763
+ padding: 10px;
751
764
  border-top: 1px solid rgb(148, 148, 148);
752
765
  }
753
766
 
@@ -786,12 +799,14 @@ body {
786
799
  }
787
800
  .success-msg {
788
801
  text-align: center;
802
+ margin: 30px 0px;
789
803
  color: var(--primary-color);
790
804
  }
791
805
  .go-back-block {
792
806
  display: flex;
793
807
  align-items: center;
794
808
  justify-content: center;
809
+ margin: 30px 0px;
795
810
  }
796
811
  .go-back-block button {
797
812
  background-color: var(--primary-color);
@@ -815,6 +830,7 @@ body {
815
830
  width: 1px;
816
831
  filter: brightness();
817
832
  filter: brightness(100);
833
+ position: absolute;
818
834
  }
819
835
  .rating-tool {
820
836
  display: flex;
@@ -823,6 +839,7 @@ body {
823
839
  background-color: rgb(252, 252, 252);
824
840
  border-radius: 50px;
825
841
  height: 70px;
842
+ margin: 40px 0px;
826
843
  }
827
844
  #rating {
828
845
  font-size: 25px;
@@ -834,6 +851,9 @@ body {
834
851
 
835
852
  .rating-stars {
836
853
  padding: 0px 10px;
854
+ display: flex;
855
+ justify-content: space-between;
856
+ gap: 4px;
837
857
  }
838
858
 
839
859
  .rating-stars i {
@@ -871,12 +891,16 @@ body {
871
891
  height: 50px;
872
892
  width: 50px;
873
893
  }
894
+ .website-showcases {
895
+ padding: 50px 0px;
896
+ }
874
897
  .website-showcase {
875
898
  display: flex;
876
899
  flex-direction: column;
877
900
  justify-content: center;
878
901
  align-items: center;
879
- margin-bottom: 15px;
902
+ margin-bottom: 25px;
903
+ overflow: hidden;
880
904
  }
881
905
  .website-showcase a {
882
906
  color: var(--black-color);
@@ -884,15 +908,14 @@ body {
884
908
  margin-top: 10px;
885
909
  }
886
910
  .feature-showcase {
887
- display: flex;
888
911
  padding: 50px 0px;
889
- justify-content: space-between;
890
912
  }
891
913
  .feature-showcase-div {
892
914
  display: flex;
893
915
  flex-direction: column;
894
916
  justify-content: center;
895
917
  align-items: center;
918
+ margin-bottom: 25px;
896
919
  }
897
920
  .feature-showcase-div img {
898
921
  height: 45px;
@@ -905,3 +928,14 @@ body {
905
928
  .feature-showcase a {
906
929
  color: var(--black-color);
907
930
  }
931
+
932
+ .video-h1,
933
+ .audio-h1 {
934
+ font-weight: 600;
935
+ font-size: 53px;
936
+ }
937
+
938
+ .video-h2,
939
+ .audio-h2 {
940
+ font-size: 22px;
941
+ }
Binary file
Binary file
Binary file
@@ -0,0 +1,101 @@
1
+ ---
2
+ ---
3
+
4
+ const features= [
5
+ {
6
+ "name": "Appscms feature",
7
+ "description": "Appscms feature layout with new design",
8
+ "color": "#1A2EE7",
9
+ "icon": "/assets/images/digipaint.jpg",
10
+ "url": "/appscms-feature"
11
+ },
12
+ {
13
+ "name": "Appscms feature",
14
+ "description": "Appscms feature layout with new design",
15
+ "color": "#1A2EE7",
16
+ "icon": "/assets/images/digipaint.jpg",
17
+ "url": "/appscms-feature"
18
+ },
19
+ {
20
+ "name": "Appscms feature",
21
+ "description": "Appscms feature layout with new design",
22
+ "color": "#1A2EE7",
23
+ "icon": "/assets/images/digipaint.jpg",
24
+ "url": "/appscms-feature"
25
+ },
26
+ {
27
+ "name": "Appscms feature",
28
+ "description": "Appscms feature layout with new design",
29
+ "color": "#1A2EE7",
30
+ "icon": "/assets/images/digipaint.jpg",
31
+ "url": "/appscms-feature"
32
+ },
33
+ {
34
+ "name": "Appscms home",
35
+ "description": "Appscms feature layout with new design",
36
+ "color": "#1A2EE7",
37
+ "icon": "/assets/images/digipaint.jpg",
38
+ "url": "/appscms-feature"
39
+ },
40
+ {
41
+ "name": "Appscms home",
42
+ "description": "Appscms feature layout with new design",
43
+ "color": "#1A2EE7",
44
+ "icon": "/assets/images/digipaint.jpg",
45
+ "url": "/appscms-feature"
46
+ },
47
+ {
48
+ "name": "Appscms home",
49
+ "description": "Appscms feature layout with new design",
50
+ "color": "#1A2EE7",
51
+ "icon": "/assets/images/digipaint.jpg",
52
+ "url": "/appscms-feature"
53
+ },
54
+ {
55
+ "name": "Appscms home",
56
+ "description": "Appscms feature layout with new design",
57
+ "color": "#1A2EE7",
58
+ "icon": "/assets/images/digipaint.jpg",
59
+ "url": "/appscms-feature"
60
+ },
61
+ {
62
+ "name": "Appscms home",
63
+ "description": "Appscms feature layout with new design",
64
+ "color": "#1A2EE7",
65
+ "icon": "/assets/images/digipaint.jpg",
66
+ "url": "/appscms-feature"
67
+ }
68
+ ]
69
+ const featureList= document.querySelector('#appscms-tools-section-row')
70
+ const renderFeatures=(query)=> {
71
+ featureList.innerHTML = "";
72
+ const filteredFeatures = features.filter(feature => feature.name.toLowerCase().includes(query.toLowerCase()));
73
+ filteredFeatures.forEach(item => {
74
+ const listItem = document.createElement("div");
75
+ const classNames = "col-xl-4 col-lg-6 col-md-6 appscms-tool-container";
76
+ let classList = classNames.split(" ");
77
+ classList.forEach(function(className) {
78
+ listItem.classList.add(className);
79
+ });
80
+ listItem.innerHTML = `
81
+ <a href="${item.url}">
82
+ <div class="appscms-tool">
83
+ <div class="tool-top" style="background-color: ${item.color};">
84
+ <div class="tool-img">
85
+ <img crossorigin="anonymous" src="${item.icon}" alt="img" />
86
+ </div>
87
+ <div class="tool-text">${item.description}</div>
88
+ </div>
89
+ <div class="tool-heading">${item.name}</div>
90
+ </div>
91
+ </a>
92
+ `;
93
+ featureList.appendChild(listItem);
94
+ });
95
+ }
96
+ const searchInput= document.querySelector('#search-features')
97
+ searchInput.addEventListener("input", function () {
98
+ console.log('ok')
99
+ const query = searchInput.value.trim();
100
+ renderFeatures(query);
101
+ });