appscms-tools-theme 2.4.4 → 2.4.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.
- checksums.yaml +4 -4
- data/_data/feature/en/allele-frequency.json +244 -244
- data/_data/feature/en/theframe.json +27 -27
- data/_data/home/en/photoeffects.json +23 -23
- data/_data/photo-categories.json +334 -51
- data/_data/photoeffects.json +116 -116
- data/_includes/monumetric/ads.html +57 -57
- data/_includes/monumetric/profitablecpmgate.html +51 -51
- data/_layouts/calculator.html +83 -83
- data/_layouts/feature-1.html +14 -0
- data/_layouts/frame.html +205 -205
- data/_layouts/photo-effects-home.html +83 -105
- data/assets/css/calculators.css +40 -40
- data/assets/css/common.css +4 -4
- data/assets/css/frame.css +695 -695
- data/assets/css/imagekit.css +757 -757
- data/assets/images/addimg.svg +2 -2
- data/assets/js/ads.js +8 -8
- data/assets/js/append-div.js +10 -10
- data/assets/js/photo-effects.json +32 -32
- data/assets/js/theme.js +27 -27
- metadata +7 -7
data/assets/css/calculators.css
CHANGED
|
@@ -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
|
+
}
|
data/assets/css/common.css
CHANGED
|
@@ -89,12 +89,12 @@ FEATURE H1/H2 STYLE CSS
|
|
|
89
89
|
***********************/
|
|
90
90
|
.home1-top-h1 {
|
|
91
91
|
line-height: 60px;
|
|
92
|
-
font-size:
|
|
92
|
+
font-size: 42px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.feature1-h1 {
|
|
96
96
|
line-height: 70px;
|
|
97
|
-
font-size:
|
|
97
|
+
font-size: 42px;
|
|
98
98
|
font-weight: 700;
|
|
99
99
|
color: rgb(33, 33, 33);
|
|
100
100
|
text-align: center;
|
|
@@ -106,7 +106,7 @@ FEATURE H1/H2 STYLE CSS
|
|
|
106
106
|
text-align: center;
|
|
107
107
|
font-weight: 300;
|
|
108
108
|
line-height: 30px;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 16px;
|
|
110
110
|
max-width: 380px;
|
|
111
111
|
margin: 0 auto;
|
|
112
112
|
}
|
|
@@ -447,7 +447,7 @@ MEDIA QUERIES FOR MOBILE RESPONSIVE
|
|
|
447
447
|
|
|
448
448
|
.home1-top-h2,
|
|
449
449
|
.feature1-h2 {
|
|
450
|
-
font-size:
|
|
450
|
+
font-size: 14px;
|
|
451
451
|
}
|
|
452
452
|
|
|
453
453
|
.feature1-card-desc {
|