appscms-tools-theme 4.0.2 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +13 -13
  4. data/_data/blog/relatedblogs.json +6932 -6932
  5. data/_data/download/en/download.json +73 -73
  6. data/_data/feature/en/3_shop_posters.json +361 -361
  7. data/_data/feature/en/allele-frequency.json +321 -321
  8. data/_data/feature/en/batch-conversion.json +153 -153
  9. data/_data/feature/en/compress-pdf.json +308 -308
  10. data/_data/feature/en/devtools.json +299 -299
  11. data/_data/feature/en/face-detection.json +123 -123
  12. data/_data/feature/en/split-pdf.json +176 -176
  13. data/_data/feature/en/theframe.json +126 -126
  14. data/_data/feature/hi/compress-pdf.json +162 -162
  15. data/_data/feature/tr/compress-pdf.json +161 -161
  16. data/_data/footer/en/data.json +167 -167
  17. data/_data/header/en/data.json +174 -174
  18. data/_data/home/en/en.json +381 -381
  19. data/_data/home/en/photoeffects.json +97 -97
  20. data/_data/home/en/posters.json +322 -322
  21. data/_data/home-1/en/en.json +308 -308
  22. data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
  23. data/_includes/appscms/customblog/recentposts.html +67 -67
  24. data/_includes/appscms/customblog/relatedBlogs.html +83 -83
  25. data/_includes/appscms/customblog/relatedposts.html +196 -200
  26. data/_includes/appscms/extras/appscms-postbox.html +65 -0
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/head/bloghead.html +238 -238
  30. data/_includes/appscms/infographics/infographics.html +109 -109
  31. data/_includes/appscms/recent-posts/recent_posts.html +92 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
  33. data/_includes/author_bio.html +41 -41
  34. data/_includes/authorpagehead/index.html +47 -47
  35. data/_includes/authors/authors.html +117 -117
  36. data/_includes/batch-conversion.html +141 -141
  37. data/_includes/cssfile/links.html +54 -54
  38. data/_includes/custom-head.html +138 -138
  39. data/_includes/customCode.html +1 -1
  40. data/_includes/customScripts.html +1 -1
  41. data/_includes/customblog/pageRelatedPosts.html +87 -87
  42. data/_includes/customblog/relatedBlogs.html +86 -86
  43. data/_includes/dropdown/langdropdown.html +32 -32
  44. data/_includes/feature.html +39 -39
  45. data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
  46. data/_includes/footer/index.html +538 -538
  47. data/_includes/google-analytics.html +32 -32
  48. data/_includes/head/index.html +623 -623
  49. data/_includes/header/blogHeader.html +34 -34
  50. data/_includes/header/index.html +192 -192
  51. data/_includes/infographics/infographics.html +230 -230
  52. data/_includes/paginationBlogPage.html +70 -70
  53. data/_includes/script.html +557 -557
  54. data/_includes/share/socialshare.html +21 -21
  55. data/_includes/userTracking.html +43 -43
  56. data/_layouts/aboutUs.html +98 -98
  57. data/_layouts/allAuthors.html +131 -131
  58. data/_layouts/appscms-about.html +163 -163
  59. data/_layouts/appscms-audio.html +33 -33
  60. data/_layouts/appscms-author.html +408 -408
  61. data/_layouts/appscms-authors.html +132 -132
  62. data/_layouts/appscms-calculator.html +93 -93
  63. data/_layouts/appscms-categories.html +26 -0
  64. data/_layouts/appscms-contact.html +132 -132
  65. data/_layouts/appscms-disclaimer.html +124 -124
  66. data/_layouts/appscms-download.html +289 -289
  67. data/_layouts/appscms-feature-result.html +94 -94
  68. data/_layouts/appscms-help.html +25 -25
  69. data/_layouts/appscms-imagekit.html +113 -113
  70. data/_layouts/appscms-post.html +243 -243
  71. data/_layouts/appscms-privacy-policy.html +781 -781
  72. data/_layouts/appscms-terms-and-conditions.html +646 -646
  73. data/_layouts/appscms-video.html +33 -33
  74. data/_layouts/audio.html +33 -33
  75. data/_layouts/author.html +408 -408
  76. data/_layouts/batch.html +177 -177
  77. data/_layouts/blog.html +131 -131
  78. data/_layouts/calculator.html +99 -99
  79. data/_layouts/devtools.html +57 -57
  80. data/_layouts/feature-1.html +406 -406
  81. data/_layouts/feature.html +434 -434
  82. data/_layouts/featureResultPage.html +80 -80
  83. data/_layouts/frame.html +222 -222
  84. data/_layouts/home.html +300 -300
  85. data/_layouts/imagekit.html +303 -303
  86. data/_layouts/photo-effects-home.html +190 -190
  87. data/_layouts/post.html +233 -233
  88. data/assets/app.js +75 -75
  89. data/assets/css/appscms-blog.css +500 -500
  90. data/assets/css/appscms-home.css +5 -5
  91. data/assets/css/appscms-imagekit.css +854 -854
  92. data/assets/css/appscms-variables.css +18 -18
  93. data/assets/css/blog.css +509 -509
  94. data/assets/css/calculators.css +46 -46
  95. data/assets/css/devtools.css +105 -105
  96. data/assets/css/feature-1.css +293 -293
  97. data/assets/css/imagekit copy.css +848 -848
  98. data/assets/css/tools.css +1817 -1817
  99. data/assets/images/digipaint.svg +6 -6
  100. data/assets/images/logo.svg +2 -2
  101. data/assets/images/manthink.svg +3552 -3552
  102. data/assets/js/batch.js +256 -256
  103. data/assets/js/devtools.js +81 -81
  104. data/assets/js/sharePage.js +65 -65
  105. data/assets/js/usageTracking.js +143 -143
  106. data/assets/js/usageTrackingEvents.js +6 -6
  107. metadata +4 -2
@@ -1,294 +1,294 @@
1
- :root {
2
- --maincolor: #e55c5c;
3
- }
4
-
5
- #dropfile {
6
- font-size: 16px;
7
- margin-top: 15px;
8
- text-align: center;
9
- color: white;
10
- }
11
-
12
- .boxes {
13
- background: #fff;
14
- border-radius: 0;
15
- cursor: pointer;
16
- display: flex;
17
- align-items: center;
18
- padding: 15px 24px;
19
- height: 54px;
20
- border-top-left-radius: 4px;
21
- border-bottom-left-radius: 4px;
22
- justify-content: center;
23
- font-size: 15px;
24
- font-weight: 400;
25
- margin-top: -14px;
26
- }
27
-
28
- .boxes p {
29
- text-align: center;
30
- font-weight: bold;
31
- font-size: 23px;
32
- }
33
-
34
- .file-pick-dropdown {
35
- cursor: pointer;
36
- display: inline-flex;
37
- background: #fff;
38
- height: 54px;
39
- border-left: 1px solid rgba(0, 0, 0, 0.15);
40
- padding: 13px 20px;
41
- border-top-right-radius: 4px;
42
- border-bottom-right-radius: 4px;
43
- align-items: center;
44
- position: relative;
45
- margin-top: -14px;
46
- }
47
-
48
- .file-pick-dropdown i {
49
- margin: 0;
50
- }
51
-
52
- .file-picker-dropdown {
53
- width: 235px;
54
- position: absolute;
55
- background: #fff;
56
- top: 111%;
57
- right: 0px;
58
- display: none;
59
- box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
60
- border-radius: 4px;
61
- }
62
-
63
- .arrow-sign {
64
- font-size: 18px;
65
- }
66
-
67
- .file-picker-dropdown svg {
68
- height: 24px;
69
- width: 24px;
70
- }
71
-
72
- .file-picker-dropdown button,
73
- .file-picker-dropdown a {
74
- border: none;
75
- width: 100%;
76
- border-radius: 4px;
77
- text-align: left;
78
- background: #fff;
79
- font-weight: 400;
80
- font-size: 16px;
81
- line-height: 24px;
82
- padding: 15px 24px;
83
- list-style: none;
84
- height: 54px;
85
- }
86
-
87
- .file-picker-dropdown button:hover {
88
- background: #efefef;
89
- }
90
-
91
- #file-loader {
92
- display: flex;
93
- align-items: center;
94
- flex-direction: column;
95
- }
96
-
97
- #file-loader img {
98
- height: 60px;
99
- }
100
-
101
- #file-loader p {
102
- text-align: center;
103
- color: #000;
104
- font-size: 17px;
105
- }
106
-
107
- .feature1-flex-container {
108
- padding-top: 75px;
109
- padding-bottom: 20px;
110
- }
111
-
112
- #filepicker,
113
- #dropbox {
114
- font-size: 13px;
115
- }
116
-
117
-
118
- .select-img-panel {
119
- border: 1px solid #ccc;
120
- padding: 30px;
121
- }
122
- /* feature css */
123
- #canvas-box-panel {
124
- /* border: 1px solid rgba(0, 0, 0, 0.1); */
125
- padding: 25px;
126
- border-radius: 4px;
127
- min-height: auto;
128
- height: auto;
129
- display: flex;
130
- justify-content: center;
131
- align-items: center;
132
- }
133
-
134
- #canvas-box-panel #canvas-img {
135
- max-width: 100%;
136
- }
137
-
138
- canvas {
139
- min-height: fit-content;
140
- max-width: 100%;
141
- }
142
-
143
- .select-format-title {
144
- position: relative;
145
- display: inline-block;
146
- font-size: 16px;
147
- padding: 0px 24px 0px 0px;
148
- color: #066;
149
- border-right: 1px solid #eee;
150
- text-decoration: none;
151
- filter: grayscale(100%);
152
- display: flex;
153
- justify-content: left;
154
- text-transform: capitalize;
155
- font-size: 16px;
156
- font-weight: 600;
157
- }
158
-
159
- .download-format {
160
- display: flex;
161
- align-items: center;
162
- padding: 0px 24px;
163
- }
164
-
165
- #image-format {
166
- background: rgb(238 238 238);
167
- padding: 6px 33px 6px 16px;
168
- border-radius: 4px;
169
- width: 123px;
170
- border: 1px solid rgb(238 238 238);
171
- outline: none;
172
- margin-left: 7px;
173
- /* border: none; */
174
- font-weight: bold;
175
- font-size: 15px;
176
- color: #555;
177
- text-transform: uppercase;
178
- margin-left: 6px;
179
- }
180
-
181
- #download-button {
182
- cursor: pointer;
183
- display: inline-block;
184
- width: 140px;
185
- padding: 10px 0;
186
- margin-bottom: 20px;
187
- text-align: center;
188
- border-radius: 4px;
189
- background: var(--maincolor);
190
- font-size: 16px;
191
- color: #fff;
192
- font-weight: 700;
193
- text-decoration: none;
194
- transition: all 0.3s;
195
- border: none;
196
- }
197
-
198
- #download-button svg {
199
- fill: #fff;
200
- margin-right: 4px;
201
- height: 20px;
202
- }
203
-
204
- .options-panel {
205
- border: 1px solid rgb(0, 0, 0, 0.1);
206
- border-radius: 4px;
207
- padding: 30px;
208
- width: 100%;
209
- text-align: left;
210
- height: 100%;
211
- }
212
-
213
- .options-panel .title {
214
- width: 100%;
215
- margin-bottom: 20px;
216
- font-size: 22px;
217
- line-height: 36px;
218
- color: #000;
219
- font-weight: 700;
220
- text-align: left;
221
- }
222
-
223
- .options-panel .description {
224
- width: 100%;
225
- font-size: 17px;
226
- color: #666;
227
- font-weight: 400;
228
- text-align: left;
229
- }
230
-
231
-
232
- .options-title {
233
- width: 100%;
234
- font-size: 17px;
235
- color: #666;
236
- font-weight: 400;
237
- text-align: left;
238
- }
239
-
240
- #counter {
241
- background: #ccc;
242
- padding: 2px 4px;
243
- border-radius: 5px;
244
- display: inline-block;
245
- width: auto;
246
- margin: auto;
247
- margin-left: 4px;
248
- border: none;
249
- text-align: center;
250
- }
251
-
252
- input[type=range] {
253
- appearance: none;
254
- height: 4px;
255
- background: #D3D3D3;
256
- }
257
-
258
- @media (max-width: 768px) {
259
- .download-format {
260
- padding: 0 15px;
261
- }
262
-
263
- .options-panel {
264
- margin-top: 15px;
265
- }
266
-
267
- .boxes {
268
- font-size: 14px;
269
- }
270
-
271
- .select-format-title {
272
- font-size: 12px;
273
- line-height: 20px;
274
- }
275
-
276
- #image-format {
277
- width: auto;
278
- }
279
-
280
- #image-format,
281
- #download-button {
282
- margin-left: auto;
283
- font-size: 12px;
284
- }
285
-
286
- .download-button-container {
287
- justify-content: flex-end;
288
- }
289
-
290
- .file-picker-dropdown {
291
- width: 230px;
292
- }
293
-
1
+ :root {
2
+ --maincolor: #e55c5c;
3
+ }
4
+
5
+ #dropfile {
6
+ font-size: 16px;
7
+ margin-top: 15px;
8
+ text-align: center;
9
+ color: white;
10
+ }
11
+
12
+ .boxes {
13
+ background: #fff;
14
+ border-radius: 0;
15
+ cursor: pointer;
16
+ display: flex;
17
+ align-items: center;
18
+ padding: 15px 24px;
19
+ height: 54px;
20
+ border-top-left-radius: 4px;
21
+ border-bottom-left-radius: 4px;
22
+ justify-content: center;
23
+ font-size: 15px;
24
+ font-weight: 400;
25
+ margin-top: -14px;
26
+ }
27
+
28
+ .boxes p {
29
+ text-align: center;
30
+ font-weight: bold;
31
+ font-size: 23px;
32
+ }
33
+
34
+ .file-pick-dropdown {
35
+ cursor: pointer;
36
+ display: inline-flex;
37
+ background: #fff;
38
+ height: 54px;
39
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
40
+ padding: 13px 20px;
41
+ border-top-right-radius: 4px;
42
+ border-bottom-right-radius: 4px;
43
+ align-items: center;
44
+ position: relative;
45
+ margin-top: -14px;
46
+ }
47
+
48
+ .file-pick-dropdown i {
49
+ margin: 0;
50
+ }
51
+
52
+ .file-picker-dropdown {
53
+ width: 235px;
54
+ position: absolute;
55
+ background: #fff;
56
+ top: 111%;
57
+ right: 0px;
58
+ display: none;
59
+ box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
60
+ border-radius: 4px;
61
+ }
62
+
63
+ .arrow-sign {
64
+ font-size: 18px;
65
+ }
66
+
67
+ .file-picker-dropdown svg {
68
+ height: 24px;
69
+ width: 24px;
70
+ }
71
+
72
+ .file-picker-dropdown button,
73
+ .file-picker-dropdown a {
74
+ border: none;
75
+ width: 100%;
76
+ border-radius: 4px;
77
+ text-align: left;
78
+ background: #fff;
79
+ font-weight: 400;
80
+ font-size: 16px;
81
+ line-height: 24px;
82
+ padding: 15px 24px;
83
+ list-style: none;
84
+ height: 54px;
85
+ }
86
+
87
+ .file-picker-dropdown button:hover {
88
+ background: #efefef;
89
+ }
90
+
91
+ #file-loader {
92
+ display: flex;
93
+ align-items: center;
94
+ flex-direction: column;
95
+ }
96
+
97
+ #file-loader img {
98
+ height: 60px;
99
+ }
100
+
101
+ #file-loader p {
102
+ text-align: center;
103
+ color: #000;
104
+ font-size: 17px;
105
+ }
106
+
107
+ .feature1-flex-container {
108
+ padding-top: 75px;
109
+ padding-bottom: 20px;
110
+ }
111
+
112
+ #filepicker,
113
+ #dropbox {
114
+ font-size: 13px;
115
+ }
116
+
117
+
118
+ .select-img-panel {
119
+ border: 1px solid #ccc;
120
+ padding: 30px;
121
+ }
122
+ /* feature css */
123
+ #canvas-box-panel {
124
+ /* border: 1px solid rgba(0, 0, 0, 0.1); */
125
+ padding: 25px;
126
+ border-radius: 4px;
127
+ min-height: auto;
128
+ height: auto;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ }
133
+
134
+ #canvas-box-panel #canvas-img {
135
+ max-width: 100%;
136
+ }
137
+
138
+ canvas {
139
+ min-height: fit-content;
140
+ max-width: 100%;
141
+ }
142
+
143
+ .select-format-title {
144
+ position: relative;
145
+ display: inline-block;
146
+ font-size: 16px;
147
+ padding: 0px 24px 0px 0px;
148
+ color: #066;
149
+ border-right: 1px solid #eee;
150
+ text-decoration: none;
151
+ filter: grayscale(100%);
152
+ display: flex;
153
+ justify-content: left;
154
+ text-transform: capitalize;
155
+ font-size: 16px;
156
+ font-weight: 600;
157
+ }
158
+
159
+ .download-format {
160
+ display: flex;
161
+ align-items: center;
162
+ padding: 0px 24px;
163
+ }
164
+
165
+ #image-format {
166
+ background: rgb(238 238 238);
167
+ padding: 6px 33px 6px 16px;
168
+ border-radius: 4px;
169
+ width: 123px;
170
+ border: 1px solid rgb(238 238 238);
171
+ outline: none;
172
+ margin-left: 7px;
173
+ /* border: none; */
174
+ font-weight: bold;
175
+ font-size: 15px;
176
+ color: #555;
177
+ text-transform: uppercase;
178
+ margin-left: 6px;
179
+ }
180
+
181
+ #download-button {
182
+ cursor: pointer;
183
+ display: inline-block;
184
+ width: 140px;
185
+ padding: 10px 0;
186
+ margin-bottom: 20px;
187
+ text-align: center;
188
+ border-radius: 4px;
189
+ background: var(--maincolor);
190
+ font-size: 16px;
191
+ color: #fff;
192
+ font-weight: 700;
193
+ text-decoration: none;
194
+ transition: all 0.3s;
195
+ border: none;
196
+ }
197
+
198
+ #download-button svg {
199
+ fill: #fff;
200
+ margin-right: 4px;
201
+ height: 20px;
202
+ }
203
+
204
+ .options-panel {
205
+ border: 1px solid rgb(0, 0, 0, 0.1);
206
+ border-radius: 4px;
207
+ padding: 30px;
208
+ width: 100%;
209
+ text-align: left;
210
+ height: 100%;
211
+ }
212
+
213
+ .options-panel .title {
214
+ width: 100%;
215
+ margin-bottom: 20px;
216
+ font-size: 22px;
217
+ line-height: 36px;
218
+ color: #000;
219
+ font-weight: 700;
220
+ text-align: left;
221
+ }
222
+
223
+ .options-panel .description {
224
+ width: 100%;
225
+ font-size: 17px;
226
+ color: #666;
227
+ font-weight: 400;
228
+ text-align: left;
229
+ }
230
+
231
+
232
+ .options-title {
233
+ width: 100%;
234
+ font-size: 17px;
235
+ color: #666;
236
+ font-weight: 400;
237
+ text-align: left;
238
+ }
239
+
240
+ #counter {
241
+ background: #ccc;
242
+ padding: 2px 4px;
243
+ border-radius: 5px;
244
+ display: inline-block;
245
+ width: auto;
246
+ margin: auto;
247
+ margin-left: 4px;
248
+ border: none;
249
+ text-align: center;
250
+ }
251
+
252
+ input[type=range] {
253
+ appearance: none;
254
+ height: 4px;
255
+ background: #D3D3D3;
256
+ }
257
+
258
+ @media (max-width: 768px) {
259
+ .download-format {
260
+ padding: 0 15px;
261
+ }
262
+
263
+ .options-panel {
264
+ margin-top: 15px;
265
+ }
266
+
267
+ .boxes {
268
+ font-size: 14px;
269
+ }
270
+
271
+ .select-format-title {
272
+ font-size: 12px;
273
+ line-height: 20px;
274
+ }
275
+
276
+ #image-format {
277
+ width: auto;
278
+ }
279
+
280
+ #image-format,
281
+ #download-button {
282
+ margin-left: auto;
283
+ font-size: 12px;
284
+ }
285
+
286
+ .download-button-container {
287
+ justify-content: flex-end;
288
+ }
289
+
290
+ .file-picker-dropdown {
291
+ width: 230px;
292
+ }
293
+
294
294
  }