-
Notifications
You must be signed in to change notification settings - Fork 0
/
[TMP] Dark.html
445 lines (383 loc) · 12.8 KB
/
[TMP] Dark.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<meta charset="utf-8" />
<!-- #################################-->
<!-- # #-->
<!-- # START CODE - KAIZERHIND #-->
<!-- # #-->
<!-- #################################-->
<!-- # COPYRIGHT KAIZERHIND 2020 #-->
<!-- #################################-->
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css">
<link rel="stylesheet prefetch" href="https://use.fontawesome.com/releases/v5.0.4/css/all.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet" />
<style>
body {
background: #000000;
background: -webkit-linear-gradient(to right, #000000, #434343);
background: linear-gradient(to right, #000000, #434343);
}
/* ## Setting Visitors Panel and About Me ## */
#visitors_panel {
position: relative;
top: 50px !important;
left: 470px !important;
height: 350px;
border: 2px dashed;
border-color: #000000;
border-radius: 10px;
background-color: #2323231f;
}
#visitors_panel_body A {
color: #ffffff;
}
#visitors_panel_header,
#rss_panel_header {
display: none;
}
/* ## Hidden Ads ## */
#footer_style {
display: none;
}
#footerBanner {
display: none;
}
#dev_panel_body {
display: none;
}
#imvuTopNav .mypageheading {
display: none;
}
/* ## Settings img and Container ## */
figure {
position: absolute;
display: flex;
align-items: center;
justify-content: flex-end;
width: 170px;
height: 320px;
top: 110px;
left: 190px;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
overflow: hidden;
}
.container {
position: absolute;
top: 16px;
left: 280px;
}
#dt-container {
position: absolute;
top: 0px;
left: -460px;
}
.f-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*
###############################
# Config float for container. #
# Credits source code: #
# @MarioDesigns codeopen. #
###############################
*/
@keyframes float {
0% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
transform: translatey(-20px);
}
100% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
transform: translatey(0px);
}
}
.ppicture {
position: absolute;
top: -66px;
left: 81px;
z-index: -1;
}
.pictmp {
padding-left: 230px;
}
.GStick1 {
position: absolute;
left: -26px;
top: -53px;
}
.GStick2 {
position: absolute;
left: 426px;
top: 3px;
}
.GStick3 {
position: absolute;
left: 60px;
top: 175px;
width: 515px;
}
.GStick4 {
position: absolute;
left: 156px;
top: 6px;
width: 515px;
z-index: -1;
}
.GStick5 {
position: absolute;
left: 966px;
top: 151px;
}
.Instaico {
position: absolute;
animation: float 1s ease-in-out infinite;
left: 818px;
top: 126px;
}
.button {
background-color: #474747;
/* Black shadow */
border-color: black;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
transition-duration: 0.4s;
display: inline-block;
font-size: 10px;
margin: 4px 2px;
cursor: pointer;
}
.button2 {
background-color: #474747;
/* Black shadow */
border-color: black;
color: white;
padding: 15px 25px;
text-align: center;
text-decoration: none;
transition-duration: 0.4s;
display: inline-block;
font-size: 10px;
margin: 4px 2px;
cursor: pointer;
}
.button3 {
background-color: #474747;
/* Gray */
border-color: black;
color: white;
padding: 12px 33px;
text-align: center;
text-decoration: none;
transition-duration: 0.4s;
display: inline-block;
font-size: 10px;
margin: 4px 2px;
cursor: pointer;
}
.button:hover {
background-color: #161616;
/* BlackShadow */
color: #ffffff;
}
.button2:hover {
background-color: #161616;
/* BlackShadow */
color: #ffffff;
}
.button3:hover {
background-color: #161616;
/* BlackShadow */
color: #ffffff;
}
/* ## Autor Button ## */
.bcreator {
position: absolute;
left: 465px;
top: 264px;
padding: 8px 14px;
z-index: 1;
}
.btn-bcrt {
display: inline-block;
border-radius: 4px;
background-color: #17b78ffc;
border-color: #ffffff2e;
color: #001f19;
font-weight: bold;
text-align: center;
font-size: 14px;
padding: 9.5px;
width: 44px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.btn-bcrt span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.btn-bcrt span:after {
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.btn-bcrt:hover {
background-color: #149172fc;
}
.btn-bcrt:hover span {
padding-right: 25px;
}
.btn-bcrt:hover span:after {
opacity: 1;
right: 0;
}
.btn-bcrt:active {
background-color: #0b5a46fc;
transform: translateY(4px);
}
/* ## Settings of Information About me ## */
.InfAbout2 {
color: rgb(255, 255, 255);
font-family: 'Courier Prime', monospace;
font-size: 12px
}
/* ## Ballon info ## */
.bl_msg1 {
position: absolute;
color: white;
font-size: 10px;
padding-left: 10px;
border: 2px solid;
border-radius: 6px;
border-color: white;
top: -54px;
left: 230px;
width: 210px;
height: 50px;
}
.bl_msg2 {
position: absolute;
border: 2px solid;
border-radius: 20px;
border-color: white;
background-color: white;
top: 4px;
left: 218px;
width: 10px;
height: 10px;
}
</style>
<body>
<div id="dt-container">
<!--## Picture Profile ##-->
<div class="ppicture">
<figure class="image-block">
<img width="400" height="230"
src="https://userimages-akm.imvu.com/userdata/29/14/91/34/userpics/Snap_2eBbSV5QGg1277112094.jpg"></a>
</figure>
</div>
<!-- ······································································································ -->
<!--## Template MG ##-->
<div class="col-4 p-4">
<div class="pictmp">
<img width="650" height="328"
src="http://userimages-akm.imvu.com/userdata/04/83/03/80/userpics/Snap_fmCjmmD7tL1392430232.png" />
</div>
</div>
<!-- ······································································································ -->
<!--## Button Home ##-->
<div style="position:absolute;left: 454px;top: 143px;">
<a href="https://es.imvu.com/next/av/MissGothel/">
<button class="button">Home</button></a>
</div>
<!--## Button Message ##-->
<div style="position:absolute;left: 454px;top: 200px;z-index: 9999!important;">
<a href="https://es.imvu.com/catalog/web_send_message_widget.php?recipient_id=229149134">
<button class="button2">Message</button></a>
</div>
<!-- ······································································································ -->
<!--## Button Show and Hide of About Me ##-->
<!-- ## Button Creator ## -->
<div class="bcreator">
<a href="https://es.avatars.imvu.com/lKaiz" target="_blank">
<button type="btn-bcrt" class="btn btn-bcrt"><i class="fas fa-user-secret"></i></button>
</a>
</div>
<div style="position: absolute;left: 576px;top: 102px;">
<div class="InfAbout2">
<p> Relationship Status:</p>
<p> In a Relationship</p>
<p> Looking For: Other</p>
<p> Gender: Female</p>
<p> Country: Spain</p>
<p> ▪︎{Every Breath you take}▪︎ The Police</p>
</div>
</div>
<!-- ······································································································ -->
<div class="container">
<!-- ## Ballon info ## -->
<div class="bl_msg1">
<p>You can have better visualization if you use <a
href="https://chrome.google.com/webstore/detail/adblock-%E2%80%94-best-ad-blocker/gighmmpiobklfepjocnamgkkbiglidom?hl=es">AdBlock</a>
to not show the ads.</p>
</div>
<div class="bl_msg2"></div>
<!--## GIF Sticker 1 ##-->
<div class="GStick1">
<img width="200" height="136"
src="https://i.pinimg.com/originals/c0/9a/97/c09a97a8f18cb8908ea897639cbe4fa8.gif"
target="_blank" />
</div>
<!--## GIF Sticker 2 ##-->
<div class="GStick2">
<img width="174" height="98" src="https://thumbs.gfycat.com/DarkBelatedBlueshark-small.gif"
target="_blank" />
</div>
<!--## GIF Sticker 3 ##-->
<div class="GStick3"><img width="128" height="128"
src="https://thumbs.gfycat.com/ClearNaughtyAsianconstablebutterfly-max-1mb.gif" target="_blank" />
</div>
<!--## GIF Sticker 4 ##-->
<div class="GStick4"><img width="128" height="128"
src="https://vignette.wikia.nocookie.net/universe-of-smash-bros-lawl/images/d/d9/Cliplizzie10.gif/revision/latest?cb=20151229155940"
target="_blank" /></div>
<!--## GIF Sticker 5 ##-->
<div class="GStick5"><img width="256" height="256"
src="https://i.pinimg.com/originals/a5/49/a0/a549a083b3737e02df6ad7edbc98d938.gif"
target="_blank" /></div>
</div>
<!-- ······································································································ -->
<!--## Icon Instagram ##-->
<div class="f-container">
<a href="https://www.instagram.com/missgothel.vu/" target="_blank">
<div class="Instaico">
<img width="32" height="32" src="https://www.flaticon.es/svg/static/icons/svg/2111/2111463.svg"
target="_blank" />
</div>
</a>
</div>
<!-- ················································· -->
<!-- ## All rights reserved ## -->
<div class="Attributedcredits" style="position: absolute;left: 933px;top: 420px;width:373px;color: #403b3bc9;">
<p>Code created by KaizerHind; All rights reserved.</p>
</div>
</div>
<!-- ······································································································ -->
</body>
</html>