appscms-tools-theme 2.3.4 → 2.3.7

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.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/blog.yml +1 -0
  3. data/_data/blog/nav.json +1 -1
  4. data/_data/feature/en/allele-frequency.json +242 -242
  5. data/_data/feature/en/compress-pdf.json +7 -12
  6. data/_data/feature/en/theframe.json +23 -23
  7. data/_data/home/en/en.json +11 -11
  8. data/_data/home/en/photoeffects.json +23 -23
  9. data/_data/home-1/en/en.json +178 -6
  10. data/_data/photo-categories.json +334 -334
  11. data/_data/photoeffects.json +116 -116
  12. data/_includes/footer/index.html +6 -12
  13. data/_includes/head/index.html +2 -2
  14. data/_includes/header/blogHeader.html +29 -24
  15. data/_includes/header/index.html +130 -34
  16. data/_includes/monumetric/ads.html +57 -57
  17. data/_includes/monumetric/profitablecpmgate.html +51 -51
  18. data/_includes/paginationBlogPage.html +38 -1
  19. data/_layouts/blog-1.html +8 -22
  20. data/_layouts/calculator.html +69 -69
  21. data/_layouts/feature-1.html +93 -60
  22. data/_layouts/frame.html +205 -205
  23. data/_layouts/home-1.html +48 -85
  24. data/_layouts/imagekit.html +115 -111
  25. data/_layouts/photo-effects-home.html +83 -83
  26. data/assets/css/batch.css +1 -1
  27. data/assets/css/calculators.css +40 -40
  28. data/assets/css/common.css +548 -0
  29. data/assets/css/feature-1.css +82 -294
  30. data/assets/css/frame.css +695 -695
  31. data/assets/css/home-1.css +5 -12
  32. data/assets/css/imagekit.css +748 -736
  33. data/assets/css/tools.css +1 -1
  34. data/assets/images/addimg.svg +2 -2
  35. data/assets/images/bulb.svg +1 -1
  36. data/assets/images/cloud_new.svg +1 -0
  37. data/assets/images/cross.svg +1 -0
  38. data/assets/images/fast.svg +1 -0
  39. data/assets/images/lightbulb.svg +1 -0
  40. data/assets/images/shield.svg +1 -0
  41. data/assets/images/target.svg +1 -0
  42. data/assets/js/ads.js +8 -8
  43. data/assets/js/append-div.js +10 -10
  44. data/assets/js/batch.js +30 -8
  45. data/assets/js/photo-effects.json +32 -32
  46. data/assets/js/theme.js +11 -11
  47. metadata +14 -9
  48. data/_data/blog/blog.json +0 -1
  49. data/assets/css/common-page.css +0 -180
@@ -1,5 +1,5 @@
1
- body {
2
- font-family: Inter, sans-serif
1
+ :root {
2
+ --maincolor: #e55c5c;
3
3
  }
4
4
 
5
5
  #dropfile {
@@ -9,27 +9,6 @@ body {
9
9
  color: white;
10
10
  }
11
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
12
  .boxes {
34
13
  background: #fff;
35
14
  border-radius: 0;
@@ -41,8 +20,8 @@ body {
41
20
  border-top-left-radius: 4px;
42
21
  border-bottom-left-radius: 4px;
43
22
  justify-content: center;
44
- font-size: 17px;
45
- font-weight: 800;
23
+ font-size: 15px;
24
+ font-weight: 400;
46
25
  margin-top: -14px;
47
26
  }
48
27
 
@@ -71,7 +50,7 @@ body {
71
50
  }
72
51
 
73
52
  .file-picker-dropdown {
74
- width: 250px;
53
+ width: 235px;
75
54
  position: absolute;
76
55
  background: #fff;
77
56
  top: 111%;
@@ -114,313 +93,122 @@ body {
114
93
  padding-bottom: 60px;
115
94
  }
116
95
 
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
96
  #filepicker,
136
97
  #dropbox {
137
98
  font-size: 13px;
138
99
  }
139
100
 
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;
101
+ /* feature css */
102
+ canvas {
103
+ height: auto !important;
104
+ position: relative !important;
150
105
  }
151
106
 
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; */
107
+ #canvas-panel {
108
+ border: 1px solid rgba(0, 0, 0, 0.1);
109
+ padding: 25px;
110
+ border-radius: 4px;
111
+ min-height: auto;
112
+ height: auto;
176
113
  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;
114
+ justify-content: center;
115
+ align-items: center;
214
116
  }
215
117
 
216
-
217
- details {
218
- margin: 20px 0px;
219
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
118
+ #canvas-panel #canvas-img {
119
+ max-width: 100%;
220
120
  }
221
121
 
222
- summary {
223
- list-style: none;
122
+ .select-format-title {
123
+ position: relative;
124
+ display: inline-block;
125
+ font-size: 16px;
126
+ padding: 0px 24px 0px 0px;
127
+ color: #066;
128
+ border-right: 1px solid #eee;
129
+ text-decoration: none;
130
+ filter: grayscale(100%);
131
+ display: flex;
132
+ justify-content: left;
133
+ text-transform: capitalize;
224
134
  font-size: 16px;
225
135
  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
136
  }
236
137
 
237
- details[open] summary~* {
238
- animation: sweep 0.5s ease-in-out;
138
+ .download-format {
139
+ display: flex;
140
+ align-items: center;
141
+ padding: 0px 24px;
239
142
  }
240
143
 
241
- .faq__content {
144
+ #image-format {
145
+ background: rgb(238 238 238);
146
+ padding: 6px 33px 6px 16px;
147
+ border-radius: 4px;
148
+ width: 123px;
149
+ border: 1px solid rgb(238 238 238);
150
+ outline: none;
151
+ margin-left: 7px;
152
+ /* border: none; */
153
+ font-weight: bold;
242
154
  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;
155
+ color: #555;
156
+ text-transform: uppercase;
157
+ margin-left: 6px;
329
158
  }
330
159
 
331
- .success-msg {
160
+ #download-button {
161
+ cursor: pointer;
162
+ display: inline-block;
163
+ width: 140px;
164
+ padding: 10px 0;
165
+ margin-bottom: 20px;
166
+ text-align: center;
167
+ border-radius: 4px;
168
+ background: var(--maincolor);
169
+ font-size: 16px;
332
170
  color: #fff;
333
- font-size: 15px;
334
- font-weight: 900;
335
- }
336
-
337
- .try-more-features {
171
+ font-weight: 700;
172
+ text-decoration: none;
173
+ transition: all 0.3s;
338
174
  border: none;
339
175
  }
340
176
 
341
- .msg_headings {
342
- background: #6c6c6c;
343
- border-radius: 4px;
344
- font-size: 15px;
345
- color: #fff;
346
- padding: 15px;
347
- font-weight: 600;
177
+ #download-button svg {
178
+ fill: #fff;
179
+ margin-right: 4px;
180
+ height: 20px;
348
181
  }
349
182
 
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;
183
+ .options-panel {
184
+ border: 1px solid rgb(0, 0, 0, 0.1);
358
185
  border-radius: 4px;
186
+ padding: 30px;
359
187
  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
188
  }
374
189
 
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;
190
+ @media (max-width: 768px) {
191
+ .boxes {
192
+ font-size: 14px;
405
193
  }
406
194
 
407
- .feature1-how-to-right {
408
- text-align: center;
195
+ .select-format-title {
196
+ font-size: 12px;
197
+ line-height: 20px;
409
198
  }
410
199
 
411
- .feature1-how-to-list-item {
412
- max-width: 100%;
413
- text-align: center;
200
+ #image-format,
201
+ #download-button {
202
+ font-size: 12px;
203
+ width: 110px;
414
204
  }
415
205
 
416
- .privacy-links-item:nth-child(4) {
417
- border: none
206
+ .download-button-container {
207
+ justify-content: flex-end;
418
208
  }
419
209
 
420
- .privacy-links-item:nth-child(4),
421
- .drop-down-btn {
422
- padding-left: 0;
210
+ .file-picker-dropdown {
211
+ width: 230px;
423
212
  }
424
213
 
425
-
426
214
  }