appscms-tools-theme 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/_data/feature/en/allele-frequency.json +242 -242
  3. data/_data/feature/en/compress-pdf.json +27 -25
  4. data/_data/feature/en/theframe.json +55 -55
  5. data/_data/footer/en/data.json +93 -1
  6. data/_data/header/en/data.json +47 -9
  7. data/_data/home/en/photoeffects.json +23 -23
  8. data/_data/home-1/en/en.json +58 -0
  9. data/_data/photo-categories.json +334 -334
  10. data/_data/photoeffects.json +116 -116
  11. data/_includes/batch-conversion.html +42 -13
  12. data/_includes/custom-head.html +5 -0
  13. data/_includes/footer/index.html +263 -2
  14. data/_includes/head/index.html +13 -0
  15. data/_includes/header/index.html +124 -5
  16. data/_includes/monumetric/ads.html +57 -57
  17. data/_includes/monumetric/profitablecpmgate.html +51 -51
  18. data/_includes/script.html +8 -0
  19. data/_layouts/batch.html +19 -13
  20. data/_layouts/blog-1.html +100 -0
  21. data/_layouts/calculator.html +69 -69
  22. data/_layouts/feature-1.html +283 -0
  23. data/_layouts/feature-download.html +309 -0
  24. data/_layouts/frame.html +205 -205
  25. data/_layouts/home-1.html +267 -0
  26. data/_layouts/home.html +4 -4
  27. data/_layouts/photo-effects-home.html +83 -83
  28. data/assets/css/batch.css +32 -17
  29. data/assets/css/blog-1.css +66 -0
  30. data/assets/css/calculators.css +40 -40
  31. data/assets/css/common-page.css +180 -0
  32. data/assets/css/feature-1.css +426 -0
  33. data/assets/css/frame.css +695 -695
  34. data/assets/css/home-1.css +225 -0
  35. data/assets/images/add.png +0 -0
  36. data/assets/images/add.svg +1 -0
  37. data/assets/images/bulb.png +0 -0
  38. data/assets/images/bulb.svg +1 -0
  39. data/assets/images/convert.png +0 -0
  40. data/assets/images/convert.svg +9 -0
  41. data/assets/js/ads.js +8 -8
  42. data/assets/js/append-div.js +10 -10
  43. data/assets/js/batch.js +3 -1
  44. data/assets/js/photo-effects.json +32 -32
  45. data/assets/js/testing-batch.js +12 -4
  46. data/assets/js/theme.js +11 -11
  47. metadata +20 -7
@@ -1,40 +1,40 @@
1
- .calculator-workspace {
2
- width: 400px;
3
- background: #f6f6f6d2;
4
- position: relative;
5
- z-index: 1;
6
- margin: 0 auto;
7
- box-shadow: 6px 19px 23px 1pxrgb (0 0 0 / 15%);
8
- border-radius: 8px;
9
- padding: 1.5rem;
10
- }
11
-
12
- .calculator-workspace label {
13
- width: 100%;
14
- font-weight: 600;
15
- text-align: left;
16
- margin-top: 10px;
17
- }
18
-
19
- .submit-button {
20
- border: none;
21
- border-radius: 4px;
22
- padding: 10px 22px;
23
- color: #fff;
24
- margin-left: auto;
25
- font-weight: 600;
26
- }
27
-
28
- .calculator-inputs {
29
- display: flex;
30
- gap: 10px;
31
- }
32
- .unit {
33
- background: #ffff;
34
- padding: 0px 10px;
35
- display: flex;
36
- align-items: center;
37
- justify-content: center;
38
- border-radius: 4px;
39
- font-weight: 600;
40
- }
1
+ .calculator-workspace {
2
+ width: 400px;
3
+ background: #f6f6f6d2;
4
+ position: relative;
5
+ z-index: 1;
6
+ margin: 0 auto;
7
+ box-shadow: 6px 19px 23px 1pxrgb (0 0 0 / 15%);
8
+ border-radius: 8px;
9
+ padding: 1.5rem;
10
+ }
11
+
12
+ .calculator-workspace label {
13
+ width: 100%;
14
+ font-weight: 600;
15
+ text-align: left;
16
+ margin-top: 10px;
17
+ }
18
+
19
+ .submit-button {
20
+ border: none;
21
+ border-radius: 4px;
22
+ padding: 10px 22px;
23
+ color: #fff;
24
+ margin-left: auto;
25
+ font-weight: 600;
26
+ }
27
+
28
+ .calculator-inputs {
29
+ display: flex;
30
+ gap: 10px;
31
+ }
32
+ .unit {
33
+ background: #ffff;
34
+ padding: 0px 10px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ border-radius: 4px;
39
+ font-weight: 600;
40
+ }
@@ -0,0 +1,180 @@
1
+ .home1-nav-header {
2
+ position: sticky;
3
+ top: 0;
4
+ z-index: 10;
5
+ background: #fff;
6
+ box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%);
7
+ }
8
+
9
+ .header-navbar {
10
+ padding: 12px;
11
+ }
12
+
13
+ .header-logo-height {
14
+ height: 35px;
15
+ width: 35px;
16
+ }
17
+
18
+ .header_nav__item {
19
+ margin: 0 !important;
20
+ padding: 0 15px;
21
+ font-size: 14px;
22
+ font-weight: 400;
23
+ line-height: 18px;
24
+ text-align: left;
25
+ list-style: none;
26
+ position: relative;
27
+ }
28
+
29
+ .header_bars {
30
+ width: 22px;
31
+ height: 1px;
32
+ background-color: black;
33
+ margin: 6px 0;
34
+ }
35
+
36
+ .dropdown-toggle::after {
37
+ display: inline-block;
38
+ margin-left: 0.255em;
39
+ vertical-align: middle;
40
+ content: "";
41
+ border-top: 0.4em solid;
42
+ border-right: 0.4em solid transparent;
43
+ border-bottom: 0;
44
+ border-left: 0.4em solid transparent;
45
+ }
46
+
47
+ .tools_list_categoryName {
48
+ font-size: 15px !important;
49
+ font-weight: 700 !important;
50
+ color: #2e2e2e !important;
51
+ }
52
+
53
+ .tools_list_categoryName:hover {
54
+ background-color: transparent !important;
55
+ }
56
+
57
+ .tools_list_featureName {
58
+ font-size: 13px;
59
+ font-weight: 400;
60
+ /* color: #000; */
61
+ }
62
+
63
+ .catPad li:hover {
64
+ background-color: #f3f3f4;
65
+ }
66
+
67
+ .dropdown-menu {
68
+ border: none;
69
+ }
70
+
71
+ .navbar .dropdown-menu {
72
+ position: fixed;
73
+ left: 0;
74
+ top: 56px;
75
+ width: 100%;
76
+ border-top: 1px solid rgb(0 0 0 / 9%);
77
+ border-bottom: 1px solid rgb(0 0 0 / 9%);
78
+ border-radius: 0;
79
+ }
80
+
81
+ .footer-wrapper {
82
+ padding: 35px;
83
+ }
84
+
85
+ .footer-nav {
86
+ justify-content: space-around;
87
+ }
88
+
89
+ .footer-link {
90
+ font-size: 13px;
91
+ font-weight: 400;
92
+ }
93
+
94
+ .footer-1 {
95
+ border-top: 1px solid rgb(0 0 0 / 9%);
96
+ }
97
+
98
+ .footer1-msg {
99
+ text-align: left;
100
+ font-stretch: 400;
101
+ font-weight: 400;
102
+ font-size: 13px;
103
+ line-height: 24px;
104
+ color: rgba(26, 26, 26, 1);
105
+ -webkit-flex: 1 1 auto;
106
+ -ms-flex: 1 1 auto;
107
+ flex: 1 1 auto;
108
+ }
109
+
110
+ .privacy-footer {
111
+ padding: 15px 80px !important;
112
+ }
113
+
114
+ .privacy-links-item,
115
+ .drop-down-btn {
116
+ font-size: 13px !important;
117
+ }
118
+
119
+ .footer_hvr:hover {
120
+ background-color: #f3f3f4;
121
+ color: #262628;
122
+ border-radius: 5px;
123
+ }
124
+
125
+ .footer-link:hover {
126
+ color: #262628;
127
+ }
128
+
129
+ @media (max-width:992px) {
130
+ .catPad {
131
+ padding: 0;
132
+ margin: 0 !important
133
+ }
134
+
135
+ .inner-dropdown {
136
+ padding: 10px 30px;
137
+
138
+ }
139
+
140
+ .navbar .dropdown-menu {
141
+ border-bottom: 0;
142
+ }
143
+
144
+ .header_nav__item {
145
+ padding: 15px 0;
146
+ border-bottom: 1px solid #e9ecef;
147
+ font-size: 13px;
148
+
149
+ }
150
+ }
151
+
152
+ @media (max-width:768px) {
153
+ .footer-wrapper {
154
+ padding: 25px;
155
+ }
156
+
157
+ .footer-nav {
158
+ padding-top: 0;
159
+ overflow: hidden;
160
+ }
161
+
162
+ .privacy-footer {
163
+ padding: 25px !important;
164
+ }
165
+
166
+ .privacy-links {
167
+ flex-direction: column;
168
+ }
169
+
170
+ .privacy-links-item,
171
+ .drop-down-btn {
172
+ padding: 8px 0;
173
+ margin: 0;
174
+ }
175
+
176
+ .footer-nav {
177
+ flex-direction: column;
178
+ }
179
+
180
+ }
@@ -0,0 +1,426 @@
1
+ body {
2
+ font-family: Inter, sans-serif
3
+ }
4
+
5
+ #dropfile {
6
+ font-size: 16px;
7
+ margin-top: 15px;
8
+ text-align: center;
9
+ color: white;
10
+ }
11
+
12
+ #upper-loader {
13
+ width: 0%;
14
+ height: 13px;
15
+ background: white;
16
+ }
17
+
18
+ #loader-box {
19
+ background: url('../spinner.gif');
20
+ height: 70px;
21
+ width: 70px;
22
+ background-repeat: no-repeat;
23
+ background-size: cover;
24
+ margin: auto;
25
+ }
26
+
27
+ #errorMessage {
28
+ color: yellow;
29
+ font-size: 25px;
30
+ text-align: center;
31
+ }
32
+
33
+ .boxes {
34
+ background: #fff;
35
+ border-radius: 0;
36
+ cursor: pointer;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 15px 24px;
40
+ height: 54px;
41
+ border-top-left-radius: 4px;
42
+ border-bottom-left-radius: 4px;
43
+ justify-content: center;
44
+ font-size: 17px;
45
+ font-weight: 800;
46
+ margin-top: -14px;
47
+ }
48
+
49
+ .boxes p {
50
+ text-align: center;
51
+ font-weight: bold;
52
+ font-size: 23px;
53
+ }
54
+
55
+ .file-pick-dropdown {
56
+ cursor: pointer;
57
+ display: inline-flex;
58
+ background: #fff;
59
+ height: 54px;
60
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
61
+ padding: 13px 20px;
62
+ border-top-right-radius: 4px;
63
+ border-bottom-right-radius: 4px;
64
+ align-items: center;
65
+ position: relative;
66
+ margin-top: -14px;
67
+ }
68
+
69
+ .file-pick-dropdown i {
70
+ margin: 0;
71
+ }
72
+
73
+ .file-picker-dropdown {
74
+ width: 250px;
75
+ position: absolute;
76
+ background: #fff;
77
+ top: 111%;
78
+ right: 0px;
79
+ display: none;
80
+ box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
81
+ border-radius: 4px;
82
+ }
83
+
84
+ .arrow-sign {
85
+ font-size: 18px;
86
+ }
87
+
88
+ .file-picker-dropdown svg {
89
+ height: 24px;
90
+ width: 24px;
91
+ }
92
+
93
+ .file-picker-dropdown button,
94
+ .file-picker-dropdown a {
95
+ border: none;
96
+ width: 100%;
97
+ border-radius: 4px;
98
+ text-align: left;
99
+ background: #fff;
100
+ font-weight: 400;
101
+ font-size: 16px;
102
+ line-height: 24px;
103
+ padding: 15px 24px;
104
+ list-style: none;
105
+ height: 54px;
106
+ }
107
+
108
+ .file-picker-dropdown button:hover {
109
+ background: #efefef;
110
+ }
111
+
112
+ .feature1-flex-container {
113
+ padding-top: 75px;
114
+ padding-bottom: 60px;
115
+ }
116
+
117
+ .feature1-h1 {
118
+ line-height: 70px;
119
+ font-size: 52px;
120
+ font-weight: 700;
121
+ color: rgb(33, 33, 33);
122
+ text-align: center;
123
+ margin: 0px;
124
+ }
125
+
126
+ .feature1-h2 {
127
+ text-align: center;
128
+ font-weight: 300;
129
+ line-height: 30px;
130
+ font-size: 20px;
131
+ max-width: 380px;
132
+ margin: 0 auto;
133
+ }
134
+
135
+ #filepicker,
136
+ #dropbox {
137
+ font-size: 13px;
138
+ }
139
+
140
+ .feature1-how-to-heading {
141
+ font-weight: 900;
142
+ font-size: 35px;
143
+ }
144
+
145
+ .feature1-howto-steps {
146
+ font-size: 12px;
147
+ text-transform: uppercase;
148
+ display: block;
149
+ padding-bottom: 8px;
150
+ }
151
+
152
+ .feature1-how-to-title {
153
+ line-height: 20px;
154
+ font-weight: 500;
155
+ margin: 0px;
156
+ /* padding-bottom: 12px; */
157
+ font-size: 18px;
158
+ }
159
+
160
+ .feature1-card-desc {
161
+ font-size: 14px;
162
+ color: #5c5e60;
163
+ max-width: 250px;
164
+ margin: 0 auto
165
+ }
166
+
167
+ .feature-card-title {
168
+ font-size: 17px;
169
+ font-weight: 500;
170
+ }
171
+
172
+ .feature1-how-to-list-item {
173
+ line-height: 24px;
174
+ font-size: 14px;
175
+ /* font-weight: 400; */
176
+ display: flex;
177
+ padding: 6px 0px;
178
+ max-width: 240px;
179
+ color: #5c5e60;
180
+ margin: 0 auto;
181
+ }
182
+
183
+ .feature1-how-to-right,
184
+ .feature1-how-to-list-item {
185
+ text-align: left;
186
+ }
187
+
188
+
189
+
190
+ /* ra */
191
+
192
+
193
+ .faq_heading {
194
+ font-size: clamp(20px, 4vw, 30px);
195
+ line-height: 1.2;
196
+ margin-bottom: 40px;
197
+ text-align: center;
198
+ margin-top: 100px;
199
+ color: #000;
200
+ }
201
+
202
+ .faq_ans {
203
+ font-size: 15px;
204
+ width: 100%;
205
+ text-align: center;
206
+ color: #000;
207
+ }
208
+
209
+ main {
210
+ max-width: fit-content;
211
+ margin: 0px auto;
212
+ margin-bottom: 100px;
213
+ text-align: left;
214
+ }
215
+
216
+
217
+ details {
218
+ margin: 20px 0px;
219
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
220
+ }
221
+
222
+ summary {
223
+ list-style: none;
224
+ font-size: 16px;
225
+ font-weight: 600;
226
+ color: #000;
227
+ padding: 0;
228
+ margin-bottom: 1rem;
229
+ outline: none;
230
+ border-radius: 0.25rem;
231
+ text-align: left;
232
+ cursor: pointer;
233
+ position: relative;
234
+ border-radius: 0;
235
+ }
236
+
237
+ details[open] summary~* {
238
+ animation: sweep 0.5s ease-in-out;
239
+ }
240
+
241
+ .faq__content {
242
+ font-size: 15px;
243
+ color: #000;
244
+ }
245
+
246
+
247
+ @keyframes sweep {
248
+ 0% {
249
+ opacity: 0;
250
+ margin-top: -10px;
251
+ }
252
+
253
+ 100% {
254
+ opacity: 1;
255
+ margin-top: 0px;
256
+ }
257
+ }
258
+
259
+ details>summary::after {
260
+ font-family: "Font Awesome 5 Free";
261
+ position: absolute;
262
+ content: '\f107';
263
+ right: 20px;
264
+ top: 0;
265
+ }
266
+
267
+ details[open]>summary::after {
268
+ font-family: "Font Awesome 5 Free";
269
+ top: 0;
270
+ position: absolute;
271
+ content: '\f106';
272
+ right: 20px;
273
+ }
274
+
275
+ details>summary::-webkit-details-marker {
276
+ display: none;
277
+ }
278
+
279
+ .privacy-links-item:nth-child(4) {
280
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
281
+ }
282
+
283
+ .privacy-links-item:nth-child(4),
284
+ .drop-down-btn {
285
+ padding-left: 15px;
286
+ }
287
+
288
+ .language-drop-down-item {
289
+ font-size: 13px;
290
+ font-weight: 400;
291
+ }
292
+
293
+ .feature1-in8 {
294
+ overflow-y: auto;
295
+ height: 800px;
296
+ }
297
+
298
+ .modal-open .modal {
299
+ overflow-y: hidden;
300
+ }
301
+
302
+ .language-drop-down-item a {
303
+ padding: 10px 0px;
304
+ }
305
+
306
+ .active-lang {
307
+ padding: 10px 5px !important;
308
+ }
309
+
310
+ /* download page css */
311
+
312
+ .download-section {
313
+ box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
314
+ margin-top: 25px;
315
+ max-width: 800px;
316
+ margin: 25px auto;
317
+ }
318
+
319
+ .success-greeting {
320
+ width: 380px;
321
+ gap: 5px;
322
+ background:
323
+ #57bd91;
324
+ color: #fff;
325
+ margin: 0 auto;
326
+ padding: 15px;
327
+ border-radius: 40px;
328
+ margin-bottom: 1rem;
329
+ }
330
+
331
+ .success-msg {
332
+ color: #fff;
333
+ font-size: 15px;
334
+ font-weight: 900;
335
+ }
336
+
337
+ .try-more-features {
338
+ border: none;
339
+ }
340
+
341
+ .msg_headings {
342
+ background: #6c6c6c;
343
+ border-radius: 4px;
344
+ font-size: 15px;
345
+ color: #fff;
346
+ padding: 15px;
347
+ font-weight: 600;
348
+ }
349
+
350
+ .feature-showcase-div {
351
+ margin: 0px;
352
+ padding: 0px;
353
+ overflow: visible;
354
+ text-decoration: inherit;
355
+ display: flex;
356
+ position: relative;
357
+ border: none;
358
+ border-radius: 4px;
359
+ width: 100%;
360
+ cursor: pointer;
361
+ font-weight: 400;
362
+ font-size: 15px;
363
+ line-height: 24px;
364
+ color: rgb(26, 26, 26);
365
+ user-select: none;
366
+ outline: none;
367
+ -webkit-box-align: center;
368
+ align-items: center;
369
+ height: auto;
370
+ background: white;
371
+ box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
372
+ padding: 5px;
373
+ }
374
+
375
+ .feature-showcase-div i {
376
+ padding-top: 1rem;
377
+ }
378
+
379
+ .website-img {
380
+ width: 30px;
381
+ }
382
+
383
+ .website-wrap {
384
+ text-align: left;
385
+ font-size: 15px;
386
+ font-weight: 400;
387
+ display: flex;
388
+ flex-direction: column;
389
+ justify-content: center;
390
+ align-items: center;
391
+ }
392
+
393
+ .share-heading {
394
+ font-size: 15px;
395
+ font-weight: 400;
396
+ max-width: 600px;
397
+ }
398
+
399
+ @media (max-width:768px) {
400
+
401
+ .order-1,
402
+ .order-2,
403
+ .order-3 {
404
+ margin: 1rem 0;
405
+ }
406
+
407
+ .feature1-how-to-right {
408
+ text-align: center;
409
+ }
410
+
411
+ .feature1-how-to-list-item {
412
+ max-width: 100%;
413
+ text-align: center;
414
+ }
415
+
416
+ .privacy-links-item:nth-child(4) {
417
+ border: none
418
+ }
419
+
420
+ .privacy-links-item:nth-child(4),
421
+ .drop-down-btn {
422
+ padding-left: 0;
423
+ }
424
+
425
+
426
+ }