This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
737 lines (733 loc) · 51.8 KB
/
index.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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Theme Editor</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./coloris/coloris.min.css"/>
</head>
<body>
<div class="ioForm">
<h1>V4TE</h1>
<p>VK4ME theme editor</p>
</div>
<div class="substrate">
<div id="preview" class="backgroundColorPreview">
<div class="gridWrapper">
<div class="mainColorPreview" style="height: 30px; background: linear-gradient(#454449, #222126);">
<span class="onMainTextColorPreview" style="color: #ffffff">Preview</span>
</div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#eee"
d="M12,19.2C9.5,19.2 7.29,17.92 6,16C6.03,14 10,12.9 12,12.9C14,12.9 17.97,14 18,16C16.71,17.92 14.5,19.2 12,19.2M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z"/>
</svg>
<svg style="width:30px; height:60px; float: right; padding-right: 5px;" viewBox="0 0 24 24">
<linearGradient class="gotoColorPreview" id="gotoColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#gotoColorPreview)"
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/>
</svg>
<div style="display: grid;">
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-top: 10px;">Username</span>
<span class="captionColorPreview"
style="line-height: 25px; float: left;">my profile (caption)</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<linearGradient class="iconColorPreview" id="iconColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#iconColorPreview)"
d="M20 3H4C2.89 3 2 3.89 2 5V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V5C22 3.89 21.11 3 20 3M5 7H10V13H5V7M19 17H5V15H19V17M19 13H12V11H19V13M19 9H12V7H19V9Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Newsfeed</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Messages</span>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-right: 5px; padding-top: 10px;">4</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4ZM12 14C16.4183 14 20 15.7909 20 18L20 20L4 20L4 18C4 15.7909 7.58172 14 12 14Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Friends</span>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-right: 5px; padding-top: 10px;">10/107</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Groups</span>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-right: 5px; padding-top: 10px;">69</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V7H18V3H12Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Music</span>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-right: 5px; padding-top: 10px;">703</span>
</div>
</div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Settings</span>
</div>
</div>
<div class="mainColorPreview">
<svg style="float: left; width: 25px; height: 35px; padding-left: 10px;" viewBox="0 0 24 24">
<linearGradient class="onMainIconColorPreview" id="onMainIconColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#onMainIconColorPreview)"
d="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"/>
</svg>
<svg style="float: left; width: 25px; height: 35px; padding-left: 30px;" viewBox="0 0 24 24">
<path fill="url(#onMainIconColorPreview)"
d="M20 3H4C2.89 3 2 3.89 2 5V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V5C22 3.89 21.11 3 20 3M5 7H10V13H5V7M19 17H5V15H19V17M19 13H12V11H19V13M19 9H12V7H19V9Z"/>
</svg>
<svg style="float: left; width: 25px; height: 35px; padding-left: 35px;" viewBox="0 0 24 24">
<linearGradient class="focusedMainColorPreview" id="focusedMainColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedMainColorPreview)" d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"/>
</svg>
<svg style="float: left; width: 25px; height: 35px; padding-left: 35px;" viewBox="0 0 24 24">
<path fill="url(#onMainIconColorPreview)"
d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"/>
</svg>
<svg style="float: left; width: 25px; height: 35px; padding-left: 30px;" viewBox="0 0 24 24">
<path fill="url(#onMainIconColorPreview)"
d="M4,3H5V5H3V4A1,1 0 0,1 4,3M20,3A1,1 0 0,1 21,4V5H19V3H20M15,5V3H17V5H15M11,5V3H13V5H11M7,5V3H9V5H7M21,20A1,1 0 0,1 20,21H19V19H21V20M15,21V19H17V21H15M11,21V19H13V21H11M7,21V19H9V21H7M4,21A1,1 0 0,1 3,20V19H5V21H4M3,15H5V17H3V15M21,15V17H19V15H21M3,11H5V13H3V11M21,11V13H19V11H21M3,7H5V9H3V7M21,7V9H19V7H21Z"/>
</svg>
</div>
<div class="mainColorPreview">
<span class="onMainTextColorPreview"
style="line-height: 20px; float: left; padding: 5px;">Left SB</span>
<span class="onMainTextColorPreview"
style="line-height: 20px; float: left; padding: 5px 5px 5px 55px;">8:08</span>
<span class="onMainTextColorPreview focusedMainColorPreview"
style="line-height: 20px; float: right; padding: 5px;">Right SB</span>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div class="backgroundColorPreview" style="color: #ff0000;">
<svg style="width:30px; height:60px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12 8C8.44 8 6.65 12.31 9.17 14.83C11.69 17.35 16 15.56 16 12C16 9.79 14.21 8 12 8M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19"/>
</svg>
<span class="captionColorPreview"
style="line-height: 60px; float: right; padding-right: 5px;">caption</span>
<div style="display: grid;">
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-top: 10px;">Element</span>
<span class="descriptionColorPreview" style="line-height: 25px; float: left;">description</span>
</div>
</div>
<div class="focusedBackgroundColorPreview" style="background: linear-gradient(#ff0000, #ffa000);">
<svg style="width:30px; height:60px; float: left;" viewBox="0 0 24 24">
<linearGradient class="focusedIconColorPreview" id="focusedIconColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedIconColorPreview)"
d="M12 8C8.44 8 6.65 12.31 9.17 14.83C11.69 17.35 16 15.56 16 12C16 9.79 14.21 8 12 8M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19"/>
</svg>
<span class="focusedCaptionColorPreview" style="line-height: 60px; float: right; padding-right: 5px;">caption</span>
<div style="display: grid;">
<span class="focusedTextColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Focused element</span>
<span class="focusedDescriptionColorPreview"
style="line-height: 25px; float: left;">description</span>
</div>
</div>
<div>
<label>
<input class="borderColorPreview captionColorPreview" type="text" value="Text input with caption inside"
style="background: transparent; border: 2px solid #000000; border-radius: 10px; width: 95%; margin: 10px 0 0 0; outline: none;"
onfocus="this.style.color = '#000000';"
onblur="this.style.color = '#' + colorData.captionColor.hexValue;">
</label>
<label>
<input class="focusedBorderColorPreview captionColorPreview" type="text"
value="Focused text input with caption inside"
style="background: transparent; border: 2px solid #000000; border-radius: 10px; width: 95%; margin: 10px 0 10px 0; outline: none;"
onfocus="this.style.color = '#000000';"
onblur="this.style.color = '#' + colorData.captionColor.hexValue;">
</label>
</div>
<div>
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<linearGradient class="checkboxColorPreview" id="checkboxColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#checkboxColorPreview)"
d="M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Blank checkbox ring</span>
</div>
<div class="focusedBackgroundColorPreview" style="background: linear-gradient(#ff0000, #ffa000);">
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<linearGradient class="focusedCheckboxColorPreview" id="focusedCheckboxColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedCheckboxColorPreview)"
d="M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<span class="focusedTextColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Blank focused checkbox ring</span>
</div>
<div>
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<linearGradient class="selectedCheckboxColorPreview" id="selectedCheckboxColorPreview" x2="0"
y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#selectedCheckboxColorPreview)"
d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"/>
</svg>
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Selected checkbox</span>
</div>
<div class="focusedBackgroundColorPreview" style="background: linear-gradient(#ff0000, #ffa000);">
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<linearGradient class="focusedCheckboxColorPreview" id="focusedCheckboxColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedCheckboxColorPreview)"
d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"/>
</svg>
<span class="focusedTextColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Selected focused checkbox</span>
</div>
<div>
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<path fill="url(#gotoColorPreview)"
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/>
</svg>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-top: 10px;">Goto chevron</span>
</div>
<div class="focusedBackgroundColorPreview" style="background: linear-gradient(#ff0000, #ffa000);">
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<linearGradient class="focusedGotoColorPreview" id="focusedGotoColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedGotoColorPreview)"
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/>
</svg>
<span class="focusedTextColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Focused goto chevron</span>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc" d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<div>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-top: 10px; padding-right: 5px;">8:08</span>
</div>
<div style="display: grid;">
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Nonloaded Dude</span>
<span class="captionColorPreview" style="line-height: 25px; float: left;">You: Fuck js</span>
</div>
</div>
<div class="unreadBackgroundColorPreview">
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc" d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<svg style="width:25px; height:25px; float: right; margin-top: 30px" viewBox="0 0 24 24">
<linearGradient class="mutedUnreadCloudBackgroundColorPreview"
id="mutedUnreadCloudBackgroundColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#mutedUnreadCloudBackgroundColorPreview)"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<span class="captionColorPreview"
style="line-height: 20px; float: right; margin-right: -20px; padding-top: 10px;">8:07</span>
<span class="unreadCloudForegroundColorPreview"
style="line-height: 20px; float: right; margin-right: -28px; padding-top: 34px;">1</span>
<div style="display: grid;">
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-top: 10px;">Muted Dude</span>
<span class="captionColorPreview" style="line-height: 25px; float: left;">wen vk4me update</span>
</div>
</div>
<div class="unreadBackgroundColorPreview">
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc" d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<svg style="width:25px; height:25px; float: right; margin-top: 30px" viewBox="0 0 24 24">
<linearGradient class="unreadCloudBackgroundColorPreview" id="unreadCloudBackgroundColorPreview"
x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#unreadCloudBackgroundColorPreview)"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<span class="captionColorPreview"
style="line-height: 20px; float: right; margin-right: -20px; padding-top: 10px;">8:07</span>
<span class="unreadCloudForegroundColorPreview"
style="line-height: 20px; float: right; margin-right: -28px; padding-top: 34px;">1</span>
<div style="display: grid;">
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Unmuted Dude</span>
<span class="captionColorPreview"
style="line-height: 25px; float: left;">look at this dude ahhaha</span>
</div>
</div>
<div class="focusedBackgroundColorPreview">
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc" d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<svg style="width:25px; height:25px; float: right; margin-top: 30px" viewBox="0 0 24 24">
<linearGradient class="focusedUnreadCloudBackgroundColorPreview"
id="focusedUnreadCloudBackgroundColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedUnreadCloudBackgroundColorPreview)"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<span class="focusedCaptionColorPreview"
style="line-height: 20px; float: right; margin-right: -20px; padding-top: 10px;">8:07</span>
<span class="focusedUnreadCloudForegroundColorPreview"
style="line-height: 20px; float: right; margin-right: -28px; padding-top: 34px;">1</span>
<div style="display: grid;">
<span class="focusedTextColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Selected Dude</span>
<span class="focusedCaptionColorPreview" style="line-height: 25px; float: left;">this message is in focus</span>
</div>
</div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc" d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<div>
<span class="captionColorPreview"
style="line-height: 20px; float: right; padding-top: 10px; padding-right: 5px;">8:06</span>
</div>
<div style="display: grid;">
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Ignorer Dude</span>
<div class="unreadBackgroundColorPreview">
<span class="captionColorPreview" style="line-height: 25px; float: left;">You: hello??</span>
</div>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Some elements</span>
</div>
</div>
<div class="itemSeparatorColorPreview" style="height: 1px;"></div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">for separator</span>
</div>
</div>
<div class="itemSeparatorColorPreview" style="height: 1px;"></div>
<div>
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z"/>
</svg>
<div>
<span class="textColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">element testing</span>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<!-- TODO: fix margin by editing svg data -->
<div style="display: table-cell; vertical-align: middle;">
<span class="textColorPreview">Slider</span>
<svg width="270" height="50" viewBox="0 0 79.374999 13.229167"
style="margin-top: -25px; margin-bottom: -15px;">
<linearGradient class="sliderColorPreview" id="sliderColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<linearGradient class="sliderLoadedColorPreview" id="sliderLoadedColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<linearGradient class="sliderButtonColorPreview" id="sliderButtonColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<rect style="fill:url(#sliderLoadedColorPreview);fill-rule:evenodd;stroke-width:0.264583" width="25"
height="2" x="-0.08514908" y="5.6"></rect>
<rect style="fill:url(#sliderColorPreview);fill-rule:evenodd;stroke-width:0.404708" id="rect33-9"
width="55" height="2" x="26" y="5.6"></rect>
<circle class="sliderButtonBorderColorPreview"
style="fill:url(#sliderLoadedColorPreview);fill-rule:evenodd;stroke-width:0.264583"
id="path57" cx="24.480362" cy="6.5139046" r="3.0227923"></circle>
<circle style="fill:url(#sliderButtonColorPreview);fill-rule:evenodd;stroke-width:0.264583"
id="path57-5" cx="24.437786" cy="6.5564795" r="2.5970469"></circle>
</svg>
</div>
<div>
<span class="textColorPreview">Focused slider</span>
</div>
<div style="display: table-cell; vertical-align: middle;">
<svg width="270" height="50" viewBox="0 0 79.374999 13.229167"
style="margin-top: -25px; margin-bottom: -15px;">
<linearGradient class="focusedliderColorPreview" id="sliderColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<linearGradient class="sliderLoadedColorPreview" id="sliderLoadedColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<linearGradient class="focusedSliderButtonColorPreview" id="focusedSliderButtonColorPreview" x2="0"
y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<rect style="fill:url(#sliderLoadedColorPreview);fill-rule:evenodd;stroke-width:0.264583" width="25"
height="2" x="-0.08514908" y="5.6"></rect>
<rect style="fill:url(#sliderColorPreview);fill-rule:evenodd;stroke-width:0.404708" id="rect33-9"
width="55" height="2" x="26" y="5.6"></rect>
<circle class="focusedSliderButtonBorderColorPreview"
style="fill-rule:evenodd;stroke-width:0.264583" id="path57" cx="24.480362" cy="6.5139046"
r="3.0227923"></circle>
<circle style="fill:url(#focusedSliderButtonColorPreview);fill-rule:evenodd;stroke-width:0.264583"
id="path57-5" cx="24.437786" cy="6.5564795" r="2.5970469"></circle>
</svg>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div class="messageContentBackgroundColorPreview">
<div>
<svg class="nonLoadedContentColorPreview"
style="width:30px; height:30px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"
id="path2"/>
<circle class="onlineBackgroundColorPreview" style="fill:#ffffff;stroke-width:1.48" id="path32"
cx="16.926607" cy="16.926607" r="5.091743"/>
<circle class="onlineIconColorPreview" style="fill:#ff0000;stroke-width:1.224" id="path32-8"
cx="16.926607" cy="16.926607" r="4.211009"/>
</svg>
<div>
<b class="textColorPreview" style="line-height: 10px; float: left; padding-top: 10px;">N.
Dude</b>
<span class="captionColorPreview"
style="line-height: 10px; float: left; padding-top: 10px; padding-left: 5px;">8:08</span>
</div>
<br><br>
<div class="somebodyMessageColorPreview somebodyMessageBorderColorPreview"
style="width: 110px; border-radius: 0 10px 10px 10px; border: 1px solid red;">
<span class="textColorPreview">Received msg</span>
</div>
</div>
<div style="padding-right: 5px;">
<div>
<span class="captionColorPreview"
style="line-height: 10px; float: right; padding-top: 5px; padding-left: 5px;">8:08</span>
</div>
<br><br>
<div class="userMessageColorPreview userMessageBorderColorPreview"
style="margin-top: -15px; float: right; width: 75px; border-radius: 10px 10px 0 10px; border: 1px solid red;">
<span class="textColorPreview">Sent msg</span>
</div>
<br>
</div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:30px; height:30px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"
id="path2"/>
<circle class="onlineBackgroundColorPreview" style="fill:#ffffff;stroke-width:1.48" id="path32"
cx="16.926607" cy="16.926607" r="5.091743"/>
<circle class="onlineIconColorPreview" style="fill:#ff0000;stroke-width:1.224" id="path32-8"
cx="16.926607" cy="16.926607" r="4.211009"/>
</svg>
<div>
<b class="textColorPreview" style="line-height: 10px; float: left; padding-top: 10px;">N.
Dude</b>
<span class="captionColorPreview"
style="line-height: 10px; float: left; padding-top: 10px; padding-left: 5px;">8:08</span>
</div>
<br><br>
<div class="somebodyMessageColorPreview somebodyMessageBorderColorPreview"
style="width: 110px; border-radius: 0 10px 10px 10px; border: 1px solid red;">
<div class="somebodyMessageQuoteColorPreview"
style="width: 1px; height: 25px; background-color: blue; margin-top: 5px;"><span
class="textColorPreview" style="white-space: nowrap; margin-left: 2px;">Sent msg</span>
</div>
<span class="textColorPreview">Reply</span>
</div>
</div>
<div style="width: 95%; text-align: center;">
<span class="actionMessageColorPreview">N. Dude pinned message</span>
</div>
</div>
<div class="unreadBackgroundColorPreview" style="padding-right: 5px; background-color: blue;">
<div>
<span class="captionColorPreview"
style="line-height: 10px; float: right; padding-top: 5px; padding-left: 5px;">8:09</span>
</div>
<br><br>
<div class="userMessageColorPreview userMessageBorderColorPreview"
style="margin-top: -15px; float: right; width: 100px; border-radius: 10px 10px 0 10px; border: 1px solid red;">
<div class="userMessageQuoteColorPreview"
style="width: 1px; height: 25px; background-color: blue; margin-top: 5px;"><span
class="textColorPreview" style="white-space: nowrap; margin-left: 2px;">Reply</span></div>
<span class="textColorPreview">Unread reply</span>
</div>
<br>
</div>
<div class="msgFieldBackgroundColorPreview">
<svg style="width:30px; height:40px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z"/>
</svg>
<div>
<span class="captionColorPreview"
style="line-height: 20px; float: left; padding-left: 5px; padding-top: 10px;">Write your message...</span>
<svg style="width:30px; height:40px; float: right;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)" d="M2,21L23,12L2,3V10L17,12L2,14V21Z"/>
</svg>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div class="mainColorPreview" style="height: 30px; background: linear-gradient(#454449, #222126);">
<span class="onMainTextColorPreview" style="color: #ffffff">Topbar with spinner icon</span>
<svg class="spinnerIconColorPreview" style="width:24px; height:30px; float: right;" viewBox="0 0 24 24">
<path d="m 12,2 a 10,10 0 0 0 -10,10 10,10 0 0 0 0,0.01367 c 0.2365801,-0.0207 0.4273272,-0.01254 0.5839844,0.0332 h 0.099609 0.1425781 0.017578 c 0.071759,-0.0085 0.146888,-0.01541 0.2226562,-0.01758 0.089581,-0.0026 0.1759216,0.002 0.2480469,0.01758 0.1545854,-0.02528 0.3590638,-0.05701 0.6894531,-0.115234 A 8,8 0 0 1 12,4 a 8,8 0 0 1 0.193359,0.00586 c -0.004,-0.106392 -0.0059,-0.2138063 -0.0059,-0.3242188 v -0.2695312 -0.4375 -0.375 -0.3730469 -0.21875 A 10,10 0 0 0 12,2 Z"/>
</svg>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<div style="display: grid;">
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Nonloaded Dude</span>
<span class="captionColorPreview" style="line-height: 25px; float: left;">Today at 8:08</span>
</div>
</div>
<br>
<span class="textColorPreview" style="line-height: 10px;">
This is liked post with focused comment button
</span>
<br>
</div>
<div style="display: inline-flex;">
<div style="height: 30px;">
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<linearGradient class="likeColorPreview" id="likeColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#likeColorPreview)"
d="M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z"/>
</svg>
<span class="likeTextColorPreview" style="line-height: 4px; float: left; padding: 10px;">12</span>
</div>
<div class="focusedBackgroundColorPreview" style="height: 24px;">
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<path fill="url(#focusedIconColorPreview)"
d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9Z"/>
</svg>
<span class="focusedCaptionColorPreview"
style="line-height: 4px; float: left; padding: 10px">2</span>
</div>
<div>
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M21,12L14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12Z"/>
</svg>
<span class="captionColorPreview" style="line-height: 4px; float: left; padding: 10px">1</span>
</div>
<div style="align-self: auto; width: 90px;">
<span class="captionColorPreview" style="line-height: 4px; float: right; padding: 10px">58</span>
<svg style="width:24px; height:24px; float: right;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"/>
</svg>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div>
<div>
<svg class="nonLoadedContentColorPreview"
style="width:50px; height:60px; float: left; margin-left:-2px;" viewBox="0 0 24 24">
<path fill="#ccc"
d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/>
</svg>
<div style="display: grid;">
<span class="textColorPreview" style="line-height: 20px; float: left; padding-top: 10px;">Nonloaded Dude</span>
<span class="captionColorPreview" style="line-height: 25px; float: left;">Today at 8:08</span>
</div>
</div>
<br>
<span class="textColorPreview" style="line-height: 10px;">
This is liked post with focused like button
</span>
<br>
</div>
<div style="display: inline-flex;">
<div class="focusedBackgroundColorPreview" style="height: 24px;">
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<linearGradient class="focusedLikeColorPreview" id="focusedLikeColorPreview" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="100%" stop-color="#ffa000"/>
</linearGradient>
<path fill="url(#focusedLikeColorPreview)"
d="M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z"/>
</svg>
<span class="focusedLikeTextColorPreview"
style="line-height: 4px; float: left; padding: 10px;">12</span>
</div>
<div style="height: 30px;">
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9Z"/>
</svg>
<span class="captionColorPreview" style="line-height: 4px; float: left; padding: 10px">2</span>
</div>
<div>
<svg style="width:24px; height:24px; float: left;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M21,12L14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12Z"/>
</svg>
<span class="captionColorPreview" style="line-height: 4px; float: left; padding: 10px">1</span>
</div>
<div style="align-self: auto; width: 90px;">
<span class="captionColorPreview" style="line-height: 4px; float: right; padding: 10px">58</span>
<svg style="width:24px; height:24px; float: right;" viewBox="0 0 24 24">
<path fill="url(#iconColorPreview)"
d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"/>
</svg>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<br>
<span class="textColorPreview" style="margin-left: 5px;line-height: 20px;">Imagine that this is scrollbar. I'm too lazy to paint the real one.</span>
<br>
<div class="scrollColorPreview"
style="width: 1px; height: 50px; opacity: 0.6; background-color: blue; margin: auto; border-radius: 10px;"></div>
<br>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
<div class="dimmColorPreview" style="width: 98%; height: 300px;">
<div class="popupColorPreview"
style="margin: 100px auto auto;width: 200px; height: 100px; border-radius: 10px;">
<br>
<span class="textColorPreview" style="line-height: 10px;">This is popup in front of dimmed background</span>
<span class="textColorPreview"
style="line-height: 10px; float: right; margin-top: 40px; margin-right: 10px;">Ok</span>
</div>
</div>
<div class="footerLineColorPreview" style="height:1px; background: red;"></div>
<div class="footerColorPreview" style="height:10px; background: red;"></div>
</div>
</div>
<div id="themingElementsList">
<div class="warn">Please, enable javascript</div>
</div>
</div>
<br>
<div class="ioForm">
<div class="halfDivButtons">
<div>
Import theme
<input type="file" name="imported-file" accept=".theme" onchange="fileHandler(this);">
</div>
<div style="line-height: 20px;">
<a href="https://vk.com/album-185833676_283364727">Download themes</a><br>
<a href="https://github.com/MuseCat77/vk4me_theme_editor">GitHub source repo</a><br>
<a href="https://github.com/mdbassit/Coloris">Coloris</a>
</div>
</div>
<div class="halfDivButtons" style="text-align: right;">
<div>
Theme name
<label>
<input type="text" name="theme-name" value="NewTheme" size="18" oninput="propChanger(this)">
</label>
</div>
<div>
Target VK4ME version
<label>
<input type="text" name="theme-eng-ver" value="3.2.3" size="9" oninput="propChanger(this)">
</label>
</div>
<input type="reset" name="reload-page" value="Reset" onclick="history.go(0);">
<input type="button" name="save-theme" value="Save theme" onclick="saveStaticDataToFile();">
</div>
</div>
<script src="./coloris/coloris.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>