@azuro-org/images-generator 1.3.2 → 1.3.3
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.
- package/dist/templates/trendle-social/index.html +18 -18
- package/dist/templates/trendle-trading/images/elon.png +0 -0
- package/dist/templates/trendle-trading/index.html +3 -2
- package/lib/templates/trendle-social/index.html +18 -18
- package/lib/templates/trendle-trading/images/elon.png +0 -0
- package/lib/templates/trendle-trading/index.html +3 -2
- package/package.json +1 -1
|
@@ -133,17 +133,17 @@
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.card {
|
|
136
|
-
width:
|
|
137
|
-
height:
|
|
138
|
-
padding-top:
|
|
136
|
+
width: 600px;
|
|
137
|
+
height: 749px;
|
|
138
|
+
padding-top: 183px;
|
|
139
139
|
position: relative;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.bg {
|
|
143
143
|
position: absolute;
|
|
144
144
|
mix-blend-mode: difference;
|
|
145
|
-
top:
|
|
146
|
-
left:
|
|
145
|
+
top: 0;
|
|
146
|
+
left: 0;
|
|
147
147
|
width: 100%;
|
|
148
148
|
height: 100%;
|
|
149
149
|
}
|
|
@@ -151,18 +151,18 @@
|
|
|
151
151
|
.bottom-img {
|
|
152
152
|
position: absolute;
|
|
153
153
|
mix-blend-mode: multiply;
|
|
154
|
-
bottom:
|
|
155
|
-
left:
|
|
154
|
+
bottom: 0;
|
|
155
|
+
left: 0;
|
|
156
156
|
width: 100%;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.avatar {
|
|
160
|
-
width:
|
|
161
|
-
height:
|
|
160
|
+
width: 212px;
|
|
161
|
+
height: 212px;
|
|
162
162
|
border-radius: 100%;
|
|
163
|
-
border:
|
|
163
|
+
border: 2.47px solid white;
|
|
164
164
|
overflow: hidden;
|
|
165
|
-
margin:
|
|
165
|
+
margin: 28px auto 0;
|
|
166
166
|
position: relative;
|
|
167
167
|
z-index: 10;
|
|
168
168
|
}
|
|
@@ -174,22 +174,22 @@
|
|
|
174
174
|
.username {
|
|
175
175
|
background-color: #111;
|
|
176
176
|
color: #fff;
|
|
177
|
-
padding:
|
|
178
|
-
margin: -
|
|
177
|
+
padding: 5.6px 14px 9.2px;
|
|
178
|
+
margin: -9.9px auto 0;
|
|
179
179
|
width: fit-content;
|
|
180
180
|
position: relative;
|
|
181
181
|
z-index: 10;
|
|
182
|
-
font-size:
|
|
182
|
+
font-size: 25.4px;
|
|
183
183
|
line-height: 100%;
|
|
184
184
|
font-weight: 400;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.stamp-img {
|
|
188
|
-
width:
|
|
189
|
-
height:
|
|
188
|
+
width: 169px;
|
|
189
|
+
height: 169px;
|
|
190
190
|
position: absolute;
|
|
191
|
-
top:
|
|
192
|
-
right:
|
|
191
|
+
top: 191px;
|
|
192
|
+
right: 99px;
|
|
193
193
|
z-index: 20;
|
|
194
194
|
}
|
|
195
195
|
</style>
|
|
Binary file
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
font-size: 24px;
|
|
169
169
|
line-height: 100%;
|
|
170
170
|
margin-top: 10px;
|
|
171
|
+
width: fit-content;
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
.pnl {
|
|
@@ -206,8 +207,8 @@
|
|
|
206
207
|
|
|
207
208
|
.person-img {
|
|
208
209
|
position: absolute;
|
|
209
|
-
height:
|
|
210
|
-
|
|
210
|
+
height: 90%;
|
|
211
|
+
bottom: 0px;
|
|
211
212
|
right: 0px;
|
|
212
213
|
mix-blend-mode: multiply;
|
|
213
214
|
}
|
|
@@ -133,17 +133,17 @@
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.card {
|
|
136
|
-
width:
|
|
137
|
-
height:
|
|
138
|
-
padding-top:
|
|
136
|
+
width: 600px;
|
|
137
|
+
height: 749px;
|
|
138
|
+
padding-top: 183px;
|
|
139
139
|
position: relative;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.bg {
|
|
143
143
|
position: absolute;
|
|
144
144
|
mix-blend-mode: difference;
|
|
145
|
-
top:
|
|
146
|
-
left:
|
|
145
|
+
top: 0;
|
|
146
|
+
left: 0;
|
|
147
147
|
width: 100%;
|
|
148
148
|
height: 100%;
|
|
149
149
|
}
|
|
@@ -151,18 +151,18 @@
|
|
|
151
151
|
.bottom-img {
|
|
152
152
|
position: absolute;
|
|
153
153
|
mix-blend-mode: multiply;
|
|
154
|
-
bottom:
|
|
155
|
-
left:
|
|
154
|
+
bottom: 0;
|
|
155
|
+
left: 0;
|
|
156
156
|
width: 100%;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.avatar {
|
|
160
|
-
width:
|
|
161
|
-
height:
|
|
160
|
+
width: 212px;
|
|
161
|
+
height: 212px;
|
|
162
162
|
border-radius: 100%;
|
|
163
|
-
border:
|
|
163
|
+
border: 2.47px solid white;
|
|
164
164
|
overflow: hidden;
|
|
165
|
-
margin:
|
|
165
|
+
margin: 28px auto 0;
|
|
166
166
|
position: relative;
|
|
167
167
|
z-index: 10;
|
|
168
168
|
}
|
|
@@ -174,22 +174,22 @@
|
|
|
174
174
|
.username {
|
|
175
175
|
background-color: #111;
|
|
176
176
|
color: #fff;
|
|
177
|
-
padding:
|
|
178
|
-
margin: -
|
|
177
|
+
padding: 5.6px 14px 9.2px;
|
|
178
|
+
margin: -9.9px auto 0;
|
|
179
179
|
width: fit-content;
|
|
180
180
|
position: relative;
|
|
181
181
|
z-index: 10;
|
|
182
|
-
font-size:
|
|
182
|
+
font-size: 25.4px;
|
|
183
183
|
line-height: 100%;
|
|
184
184
|
font-weight: 400;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.stamp-img {
|
|
188
|
-
width:
|
|
189
|
-
height:
|
|
188
|
+
width: 169px;
|
|
189
|
+
height: 169px;
|
|
190
190
|
position: absolute;
|
|
191
|
-
top:
|
|
192
|
-
right:
|
|
191
|
+
top: 191px;
|
|
192
|
+
right: 99px;
|
|
193
193
|
z-index: 20;
|
|
194
194
|
}
|
|
195
195
|
</style>
|
|
Binary file
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
font-size: 24px;
|
|
169
169
|
line-height: 100%;
|
|
170
170
|
margin-top: 10px;
|
|
171
|
+
width: fit-content;
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
.pnl {
|
|
@@ -206,8 +207,8 @@
|
|
|
206
207
|
|
|
207
208
|
.person-img {
|
|
208
209
|
position: absolute;
|
|
209
|
-
height:
|
|
210
|
-
|
|
210
|
+
height: 90%;
|
|
211
|
+
bottom: 0px;
|
|
211
212
|
right: 0px;
|
|
212
213
|
mix-blend-mode: multiply;
|
|
213
214
|
}
|