-
Notifications
You must be signed in to change notification settings - Fork 44
/
Twitch2014.css
860 lines (855 loc) · 27.3 KB
/
Twitch2014.css
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
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
/* ==UserStyle==
@name 2014 twitch v2
@namespace github.com/openstyles/stylus
@version 1.4.2
@description brings back 2014 twitch to an extent
@author 11pixels
@preprocessor less
==/UserStyle== */
@-moz-document domain("twitch.tv") {
:root {
--border-radius-rounded: 0;
--font-display: "Korolev-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-weight-semibold: 400;
--font-main: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
// mixins
.mxWhiteBtn {
&, &:hover, &:active {
background: linear-gradient(#f5f5f5,#ddd);
border-top: 1px solid #0003;
border-left: 1px solid #0000004d;
border-right: 1px solid #0000004d;
border-bottom: 1px solid #00000059;
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgb(0 0 0 / 7%);
text-shadow: 0 1px 0 rgb(255 255 255 / 75%);
color: #666;
border-radius: 0;
}
&:active {
background: linear-gradient(#ddd,#bbb);
border-top: 1px solid #00000059;
border-left: 1px solid #0000004d;
border-right: 1px solid #0000004d;
border-bottom: 1px solid #0000004d;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 15%), 0 1px 0 rgb(255 255 255 / 65%);
}
}
.mxPurpleBtn {
&, &:hover, &:active {
background: linear-gradient(#8266b6,#533787);
border-top: 1px solid #5b3f8f;
border-left: 1px solid #412771;
border-right: 1px solid #412771;
border-bottom: 1px solid #2a1453;
box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(0 0 0 / 15%);
text-shadow: 0 1px 0 rgb(0 0 0 / 75%);
color: #fff;
border-radius: 0;
}
&:active {
background: linear-gradient(#553c87,#372364);
border: 1px solid #2a1453;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%), 0 1px 0 rgb(255 255 255 / 65%);
}
}
// body
html, body {
font-family: Helvetica !important;
}
.fMxWnV {
background: #EAEAEA !important;
}
.tw-root--theme-dark .fMxWnV {
background: #2b2b2b !important;
}
// reused icons
// expand
[d="M4 16V4H2v12h2zM13 15l-1.5-1.5L14 11H6V9h8l-2.5-2.5L13 5l5 5-5 5z"] {
d: path("M20 0V20H0V0H20ZM19 1V19H1V1H19Z M13 9H12V8H11V7H10V6H8V14H10V13H11V12H12V11H13V9Z");
fill-rule: evenodd;
}
// collapse
[d="M16 16V4h2v12h-2zM6 9l2.501-2.5-1.5-1.5-5 5 5 5 1.5-1.5-2.5-2.5h8V9H6z"] {
d: path("M0 0V20H20V0H0ZM1 1V19H19V1H1Z M7 9H8V8H9V7H10V6H12V14H10V13H9V12H8V11H7V9Z");
fill-rule: evenodd;
}
// heart
[d="M9.171 4.171A4 4 0 0 0 6.343 3H6a4 4 0 0 0-4 4v.343a4 4 0 0 0 1.172 2.829L10 17l6.828-6.828A4 4 0 0 0 18 7.343V7a4 4 0 0 0-4-4h-.343a4 4 0 0 0-2.829 1.172L10 5l-.829-.829zm.829 10 5.414-5.414A2 2 0 0 0 16 7.343V7a2 2 0 0 0-2-2h-.343a2 2 0 0 0-1.414.586L10 7.828 7.757 5.586A2 2 0 0 0 6.343 5H6a2 2 0 0 0-2 2v.343a2 2 0 0 0 .586 1.414L10 14.172z"] {
d: path("M8 3H4V4H3V5H2V10H3V11H4V12H5V13H6V14H7V15H8V16H9V17H11V16H12V15H13V14H14V13H15V12H16V11H17V10H18V5H17V4H16V3H12V4H8V3Z");
}
// camera
[d="M12.002 3.999a2 2 0 0 1 2 2v2L18 6v8l-3.998-2v2a2 2 0 0 1-2 1.999h-8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8zM12 6H4v8h8V6z"] {
d: path("M12 5H2V15H12V11H13V12H14V13H15V14H16V15H18V14V13V12V11V9V8V7V6V5H16V6H15V7H14V8H13V9H12V5Z");
}
// dm kind of messages
[d="M7.828 13 10 15.172 12.172 13H15V5H5v8h2.828zM10 18l-3-3H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2l-3 3z"] {
d: path("M2 4V16H18V4H2ZM4 6V7H5V8H6V9H7V11H6V12H5V13H4V14H6V13H7V12H8V11H9V12H11V11H12V12H13V13H14V14H16V13H15V12H14V11H13V9H14V8H15V7H16V6H14V7H13V8H12V9H11V10H9V9H8V8H7V7H6V6H4Z");
fill-rule: evenodd;
}
// inbox kind of messages
[d="M4 3h12l2 4v10H2V7l2-4zm.236 4H8v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V7h3.764l-1-2H5.236l-1 2zM16 9h-2.17A3.001 3.001 0 0 1 11 11H9a3.001 3.001 0 0 1-2.83-2H4v6h12V9z"] {
d: path("M17 3H3V17H17V3ZM5 12H8V13H9V14H11V13H12V12H15V5H5V12Z")
}
// header
.top-nav__menu {
background: #202020 !important;
// logo
.tw-animated-glitch-logo {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAAhCAYAAAArgt62AAADvklEQVRoBe2aIY8UQRCFL4AgCBAkeBIkhuAQCCQKgcMgMHgS5N2vwJFTKASShASJxGIQBIEgEAKCIIB8pPam5mpnurqqZ3K7XG4muXRv1Xv1qvrNTi67u0Pu2t3Z0pVrL4c6ihGA3Yx6s3amaIfZijkN/YXQ5sMJCFlTpLGg1Dit04wzBxHNd+vGzVH9TH8RxstPiQ9N8WpE/Xu8nYioebNu1BzV9QbQvKwRxsu3xoemHIm2DuY1p/nBujFzVDfTX4Tx8i3xkinSo1cj6t/jTXnHqNZ/t3pDRo1annfwLTUG9SKq5Mc3urJsMbvX/HFYbd92H/Wu2KmmSH2tMVwjbZNfN0cTw4LRa+XJ6mEVMzef0ahhMvoDU/Y8jo3rfFO0tQ6wZ+ocmqNBBWZX5dWaUoxXM5vPaNQwkf4UU6Sm9j9F2/ZUNEeLW2Bmr7xaU4rx6mXzGY0aJtLXPuSAPGwpbnjuU6PEK8VG5mjxErgWU56sHk4xc/MZjRom0u/6bDJFaup8U7RLPVlz+uIlYC2WaUoxXp1svja41qhhIv0pXKk5RzvqqS/uAb14pinFRDWifO3gVKOGmVPf40p8jrZXV2v2xSOgEkprxJ2bF82oRhZT6n8udwo/mmcxpnMqOijPUI238iP8YsxizPgeabnbxuyDiNaQNYOxeLufw52iHekt75jOneigrImlfSs/wi/GHFdjImdlLg8zN27vTK9WBnMUXKmZ0bYYu4966ot7QC+eEfG42XhGI4Px9OZwpWaGbzF2H/Vkix9+sumxTDwjYuDN28EHi+670vYhnBahOVzRsXxP12LsPsJL8SeGkB7McNxD88Sj+NAU0fI4to9uP2mGVq70Y7Ub+lvRIrwUPw28NiKpwQzePTRPvBYvmSJaHsf2YfbNM7RypR/Dae0vxK/mBS4A741QOJjBuiLeYXpxzxTRqnBsK3bfNIMlZh+JltPaX4Tv88AV4LsVW/bbO4HeGNkAt4A/22tnUQZ+AQ/WjOnMebgcz9ZO4ANwfWSKBoB7wI+ttXcyhV8CF9UDdwUuA29O5hltdOq/3VfKp1wzhgngTEf6vdFW18WeA6/WQ+6rx25mnPhkv2Mfp8OI/dlRCfwTuF9KmNhX4Pbw3NOvgRuAPP9aro8tYAf7BbgEXAPkzqpeMhCQNedFh48OuKS5+uFGKdHF3gFXu/oe7K08ldImeEDgPPDMUynE7wA3gX3g88T/9u5qP8BT4Fvtz2DFnCoWeGTwLeb0v6YpzCwhmfecqV2CySxnFVNa/wF46KkY3ED3pQAAAABJRU5ErkJggg==");
width: 102px;
height: 33px;
margin: 8px;
opacity: .9;
figure {
display: none;
}
}
// following/browse buttons
.IiIjZ {
padding-left: 0 !important;
padding-right: 0 !important;
.jDgJoG {
padding-left: 1rem !important;
padding-right: 1rem !important;
color: inherit;
font-family: var(--font-main);
}
.navigation-link, .top-nav__external-link {
color: inherit !important;
}
color: #909090;
&:hover {
background: #1b1b1b;
color: #eee;
}
&:active {
background: #161616;
color: #eee;
box-shadow: inset 0 1px 0 rgb(0 0 0 / 25%);
}
.navigation-link, .top-nav__external-link {
margin-bottom: -2px;
}
.top-nav__external-link {
font-family: var(--font-display);
}
}
// more button
.hKEeil.hKEeil {
path {
d: path("M8.00049 1.99951H12.0005V5.99951H8.00049V1.99951Z M8.00049 13.9995H12.0005V17.9995H8.00049V13.9995Z M12.0005 8.00049H8.00049V12.0005H12.0005V8.00049Z");
fill: #909090 !important;
}
}
// prime loot, notifs, messages buttons
.czRfnU button {
border-radius: 0;
color: #909090 !important;
&:hover {
background: #1b1b1b !important;
color: #eee;
}
&:active {
background: #161616 !important;
color: #eee;
box-shadow: inset 0 1px 0 rgb(0 0 0 / 25%);
}
* {
fill: currentColor;
}
}
// "get ad free"
.ScCoreButtonSecondary-sc-ocjdkq-2 {
display: none !important;
}
// notif thing on buttons
.cdQwuK {
background: #202020 !important;
}
// search bar
.search-box {
// the search bar
input {
background: none !important;
border: none !important;
color: #ddd;
&::placeholder {
color: #777;
}
}
// cancel button
.edTmkJ::-webkit-search-cancel-button {
filter: invert(1);
opacity: .25;
}
// the button
button {
background: none;
color: #777;
}
// the search bar but not
.tw-combo-input {
background: #333;
}
// the search autocomplete
.BCEKc {
background: #262626 !important;
border: solid 1px #000;
color: #aaa;
border-radius: 0 !important;
box-shadow: 0 1px rgb(0 0 0 / 25%) !important;
padding: 0 !important;
// search result
.search-tray [role="row"] {
border-radius: 0 !important;
&:hover {
background: #1b1b1b !important;
color: #eee;
}
&:active {
background: #161616 !important;
box-shadow: inset 0 1px rgba(0 0 0 / 25%);
color: #eee;
}
.search-item__history {
color: #aaa !important;
}
}
}
}
// get bits
.bFqPcI:has(.tw-core-button-icon), [data-a-target="top-nav-get-bits-button"] {
display: none !important;
}
// right side
.wNwlN {
// twitch prime
[d="M13.798 10.456 10 6.657l-3.798 3.799L4 8.805V13h12V8.805l-2.202 1.65zM18 5v8a2 2 0 0 1-2 2H4a2.002 2.002 0 0 1-2-2V5l4 3 4-4 4 4 4-3z"] {
d: path("M7 2V6H8V7H9V8H11V7H12V6H13V2H7Z M2 7H6V8H7V9H8V11H7V12H6V13H2V7Z M9 12V13H8V14H7V18H13V14H12V13H11V12H9Z M14 7H18V13H14V12H13V11H12V9H13V8H14V7Z")
}
// buttons
:is(.bZVrjx, .dVOhMf) {
svg path {
fill: #666;
filter: drop-shadow(0 1px #000);
}
&:hover svg path {
fill: #ccc;
}
}
.ffz-top-nav {
figure {
color: #aaa;
}
}
// avatar
.tw-image-avatar {
border-radius: 0 !important;
border: solid 1px #000;
box-shadow: 0 1px #1b1b1b;
}
}
}
// left sidebar
html>body .side-nav__overlay-wrapper {
background: #202020 !important;
color: #aaa;
// fuck you
.smarter-sort-callout {display:none !important}
// category
.side-nav-section {
// title
.lnnKUr {
color: #5f5f5f;
font-size: 11px !important;
font-weight: bold !important;
margin-left: 16px;
margin-right: 16px;
}
// a card
.side-nav-card__link {
height: auto;
padding-left: 20px !important;
[data-a-target="side-nav-title"] {
color: inherit !important;
font-size: 12px !important;
margin-top: 3px;
}
// game
.bApHMU {
color: #666 !important;
}
// count/offline
.dSWFc {
color: #666 !important;
}
color: #999;
&:hover {
background: #1b1b1b !important;
color: #eee;
}
&:active {
background: #161616 !important;
box-shadow: inset 0 1px rgba(0 0 0 / 25%);
color: #eee;
}
// pfp
.tw-avatar {
width: 20px;
height: 20px;
.tw-image-avatar {
border-radius: 0 !important;
border: solid 1px #000;
box-shadow: 0 1px #1b1b1b;
}
}
}
// show more
.side-nav-show-more-toggle__button {
text-align: center !important;
justify-content: center !important;
.tw-link {
color: #5f5f5f !important;
}
}
}
.fsJutT {
color: #999;
}
.collapse-toggle path {color: #666}
.collapse-toggle:hover path {color:#fff}
}
// left sidebar collapsed
.side-nav--collapsed {
// avatar
.tw-avatar {
width: 24px;
height: 24px;
.tw-image-avatar {
border-radius: 0 !important;
border: solid 1px #000;
box-shadow: 0 1px #1b1b1b;
}
}
// icons
.collapse-toggle path {color: #666}
.collapse-toggle:hover path {color:#fff}
.side-nav-header, .followed-side-nav-header path {
fill: #666;
filter: drop-shadow(0 1px #000);
}
}
// channel info content, duh
.channel-info-content {
// info bar on top
#live-channel-stream-information>div {
// avatar
.intermediateHalo--SavC4 {
border-radius: 0;
border: solid 4px #fff;
box-shadow: 0 0 0 1px #b7b7b7;
background: #000;
padding: 0;
img {
border-radius: 0 !important;
}
&[href="/twitchplayspokemon"] {
background: #3e2354;
}
&:before {
display: none;
}
}
// live bar
.user-avatar-card__live {
top: 12px;
left: 1px;
display: none !important;
}
.kEqDRM {
padding: 0 !important;
}
.liveIndicator--x8p4l {
.tw-channel-status-text-indicator {
width: 72px;
top: 25px;
position: relative;
background: #6441a5;
border-radius: 0;
overflow: hidden;
@keyframes expand {
0% {
width: 0;
height: 0;
margin-left: 0;
margin-top: 0;
box-shadow: 0 0 3px 1px #b9a3e3,inset 0 0 3px 1px #b9a3e3;
}
100% {
width: 160px;
height: 160px;
margin-left: -80px;
margin-top: -80px;
box-shadow: 0 0 25px 3px #b9a3e3,inset 0 0 25px 3px #b9a3e3;
}
}
&:before, &:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-radius: 999px;
top: 50%;
left: 50%;
box-shadow: 0 0 3px 1px #b9a3e3,inset 0 0 3px 1px #b9a3e3;
-moz-box-shadow: 0 0 3px 1px #b9a3e3,inset 0 0 3px 1px #b9a3e3;
-webkit-box-shadow: 0 0 3px 1px #b9a3e3,inset 0 0 3px 1px #b9a3e3;
z-index: 0;
}
&:before {
animation: expand 1500ms infinite ease-in;
}
&:after {
animation: expand 1500ms infinite 750ms ease-in;
}
}
}
// regular buttons
.ScCoreButton-sc-ocjdkq-0 {
.mxWhiteBtn();
}
.ScCoreButtonPrimary-sc-ocjdkq-1 {
.mxPurpleBtn();
}
[data-a-target="manage-sub-button"] {
.eMBxHr {
display: none !important;
}
.hCKHKu {
padding-left: var(--button-padding-x);
}
}
// borked buttons that prove twitch's frontend is written by an AI
.ecdmOJ.ecdmOJ {
margin-right: 8px !important;
}
[data-target="channel-header-right"] {
// reaction button
.hljDeB.hljDeB.hljDeB.hljDeB.hljDeB {
display: none !important;
}
// follow & notifs button
.cwtKyw.cwtKyw.cwtKyw.cwtKyw.cwtKyw {
.iMILUc.iMILUc.iMILUc.iMILUc.iMILUc {
border-radius: 0 !important;
}
span {
display: none;
}
div[style] {
transform: none !important;
}
}
.haarjl.haarjl.haarjl.haarjl.haarjl {
border-radius: 0 !important;
}
.bgnKmX.bgnKmX.bgnKmX.bgnKmX.bgnKmX {
margin-right: 0 !important;
}
.bzcGMK.bzcGMK.bzcGMK.bzcGMK.bzcGMK {
border-radius: 0 !important;
}
}
// react button
.fOVCdA {
margin-right: 8px !important;
}
.DoQsR [style^="opacity: 1; transform: translateX("] {
span {
display: none;
}
.xmARW {
margin: 0 !important;
}
transform: none !important;
}
// stupid
.cuTDLl>.gcwIMz {
flex-direction: column;
align-items: start !important;
.efdyJG {
display: none !important;
}
.ffz--links {
margin: 0 !important;
margin-top: 4px !important;
gap: 8px;
display: flex;
a {
padding: 0 !important;
}
}
}
}
}
// quick font fix
section[data-test-selector="chat-room-component-layout"] .chat-scrollable-area__message-container, .whispers .thread-message__message, .video-chat__message {
font-family: inherit !important;
}
// theater mode
.video-player__container--theatre {
// avatar
.tw-image-avatar {
border-radius: 0 !important;
}
// buttons
.theatre-social-panel .ScCoreButton-sc-ocjdkq-0 {
.mxPurpleBtn();
color: #fff;
}
}
// collapse button that is pissing me off
.right-column:not(.right-column--collapsed) [data-a-target="right-column__toggle-collapse-btn"] {
.mxWhiteBtn();
color: #000 !important;
}
// chat
.channel-root__right-column--expanded, .right-column--theatre:not(.right-column--collapsed), #root[data-a-page-loaded-name="PopoutChatPage"] {
a {
color: rgb(92, 22, 197) !important;
}
// leaderboard
.channel-leaderboard-marquee {
display: none;
}
// stream chat header
.stream-chat-header {
padding-left: 38px !important;
padding-right: 11px !important;
background: #e5e5e5 !important;
border-bottom: solid 1px #00000040 !important;
// title
.xxjeD {
display: flex !important;
width: 100% !important;
flex: 1 auto !important;
justify-content: center;
#chat-room-header-label {
text-transform: none !important;
color: #222 !important;
background: #00000026;
border-top: 1px solid #0000004d;
border-left: 1px solid #00000040;
border-right: 1px solid #00000040;
border-bottom: 1px solid #00000040;
box-shadow: 0 1px 0 rgb(255 255 255 / 65%), inset 0 1px rgb(0 0 0 / 5%);
text-shadow: 0 1px 0 rgb(0 0 0 / 35%);
color: #fff !important;
width: 100%;
text-align: center;
height: 30px;
box-sizing: border-box;
padding: 5px;
border-radius: 0;
}
}
// chat button in community tab and vice versa
.dpXUHc {
position: unset !important;
flex: 1 auto !important;
width: 100%;
margin-right: 0 !important;
.kBtJDm {
display: flex !important;
width: auto;
}
.kbdfeJ {display:none}
.kBtJDm {
width: 100%;
}
.ScCoreButton-sc-ocjdkq-0 {
width: 100%;
.mxWhiteBtn();
}
}
// shitty separator
.eVaozA {display:none}
// same as above
[data-test-selector="chat-viewer-list"] {
&:after {
content: "Community";
color: #000;
margin-top: 2px;
}
.ButtonIconFigure-sc-1emm8lf-0 {
display: none;
}
}
.fFrDeB {
margin-right: 0 !important;
>div>button {
border-left-width: 0 !important;
}
}
.dpXUHc:has(button[aria-label="Go back to Chat"]) {
order: -1;
>div>button {
border-right-width: 0 !important;
border-left-width: 1px !important;
}
>div>button:after {
content: "Stream Chat";
}
}
[d="M7 2a4 4 0 00-1.015 7.87c-.098.64-.651 1.13-1.318 1.13A2.667 2.667 0 002 13.667V18h2v-4.333c0-.368.298-.667.667-.667.908 0 1.732-.363 2.333-.953.601.59 1.425.953 2.333.953.369 0 .667.299.667.667V18h2v-4.333A2.667 2.667 0 009.333 11c-.667 0-1.22-.49-1.318-1.13A4.002 4.002 0 007 2zM5 6a2 2 0 104 0 2 2 0 00-4 0z"] {
d: path("M6 3H14V10H13V11H12V12H11V13H15V14H16V15H17V17H3V15H4V14H5V13H9V12H8V11H7V10H6V3Z");
}
[d="M14 11.83V18h4v-3.75c0-.69-.56-1.25-1.25-1.25a.75.75 0 01-.75-.75v-.42a3.001 3.001 0 10-2 0z"] {
display: none;
}
}
// chat room
.hmkGMl {
border-color: #a3a3a3 !important;
}
.stream-chat-header .ifdSJl, .right-column__toggle-visibility .fbCCvx {
color: #000 !important;
}
.chat-room {
background: #d9d9d9 !important;
// chat messages
.chat-line__message {
color: #000;
padding-left: 12px;
padding-right: 12px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px !important;
.chat-author__display-name {
font-weight: 800;
}
strong {
font-weight: inherit;
}
.twitch-emote, .chat-line__message--emote {
//max-height: 20px;
}
.chat-line__username {
background: none !important;
filter: none !important;
}
}
// status message
.chat-line__status {
padding-left: 12px;
padding-right: 12px;
span {
color: #666 !important;
padding: 0 !important;
}
}
.tw-c-text-alt-2 {
color: #666 !important;
}
.chat-line__timestamp {
color: #888 !important;
}
// reply btn
.chat-line__reply-icon {
background: none !important;
box-shadow: none !important;
border-radius: 0 !important;
button {
border-radius: 0 !important;
.mxWhiteBtn();
span {
margin-top: 5px;
}
}
}
// reply
.kAQTjE {
figure, p {
color: #666;
}
}
// notice messages (subs etc)
.ffz-notice-line {
background: #6441a522;
border: none !important;
font-size: 13px;
.ffz-i-crown {display:none}
.chat-line__message {
padding-left: 0;
}
}
}
// badges
.chat-line__message--badges {
[data-badge="glitchcon2020"],
[data-badge="twitchconAmsterdam2020"],
[data-provider="ffz"],
[data-badge="bits-charity"] {
display: none !important;
}
.ffz-badge {
border-radius: 0 !important;
}
.ffz-badge[data-badge="moderator"] {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAo0lEQVQ4Ed3SsQ2DMBCFYZZiAURFSx8kqkisgFKwStZhpx9d9IwOgxJjpQEasHX36dlHUdziAd7AbO/sAznEoDkLcsiUncgh7T+QKglRUevP7ZKkIdYMhNgfTIhNqExKEiUY1PQAXsINOz9qoBbWCzuP6Igj0AjrfOLkbzU/AbvckGwzgJ+YEPtj10Yg3Nm69xVyyBQXhmnG+4drFe+Qw+JLbC4MagEp4PbTygAAAABJRU5ErkJggg==") #090;
}
.ffz-badge[data-badge="staff"] {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAk0lEQVQ4EeXSMQrCMBQG4G5CB8HTuAk9gHdwdvUw3VyE4gG8Q0G80ycPUghFxeckGggJJO/jfyFN818DB9wwoPu4e7Q4FizAbQrDHosowhLXgl2yUBT2WGFdJYpU7dsYzrPiAGKOkTADbZ5AgZ2yWPciWQ6bWihvNW/3e7F+Sp5aH7Q5poD6csHix8d/29VnP7y/AzklFcDNe/MFAAAAAElFTkSuQmCC") #6441a5;
}
.ffz-badge[data-badge="admin"] {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA3ElEQVQ4EdXSMWqCQRCGYUkT8AAWQvAAAbERIYTUNjZphdxB7ALpQpqAhNQ2QRARPICtYJc7PbLwb1gWln/TJQvDLN/M9+6wTKfz7w5GIX49OCbYY4lXnJt4wRM2oacVjC98t8S6BvTYAgmPTGtA1xlojV2mXdWAupnpAbNM69aAxo3pEz+GcMdHUxvXgFbJ68/RgLdEX0W9mHFKDPNmHYZYJPqpCIiF7GO3iTnsVlyLXewvZtxlU0VzzGHi+yIgLaCf/UmEvIda2lt1xw0OOOK2ylRqQg+DUv3v6hdM7JE1rq+WCQAAAABJRU5ErkJggg==") #f00;
}
.ffz-badge[data-badge="broadcaster"] {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAk0lEQVQ4Ee3SsQnDMBSEYdfpsko2yADBe2QJD5Bt0hpCMLjLTl9Q8R6vMY6aVBaIO/H+O4TQMBzr/y+AESs+G7vNxrgZznjEORXvjYJavLQArpgbnwVhfiiJwqmykU+twx6fBWF6wpWNfGod9vgsCNMRvlc28ql4VWDDzy2AC56NyYIwuO18gaUxhT9hivOh+y/wBeOlv+1NNN09AAAAAElFTkSuQmCC") #000;
}
.ffz-badge[data-badge="premium"] {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAd0lEQVQ4Ee2R2wnAIAxF3boL1C2kC9WdTlGMhOCrH6U/CmLM43hNnNvrnw4AAYiTfQPnUGEH4FORjb0FCcRbEHAAVxNokjNEJ5p4AkUdr7ZOrM5iAFbVGqhAZ18L9sF814pEdkNJnmoTIM7F8SfQePwC3Oc3HXgAanA5KVc8KN0AAAAASUVORK5CYII=") #6441a5;
}
}
// input but not
.chat-input-tray__open, .chat-input-container__open {
background: none !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
// slow mode indicator
.crPPkZ {
padding: 0 !important;
margin: 0 !important;
margin-bottom: 4px !important;
.jRzStD {
padding: 0 !important;
margin: 0 !important;
width: 11px;
height: 11px;
.tw-svg {
width: 11px;
height: 11px;
}
}
.IKdfx {
display: block !important;
margin: 0 !important;
margin-left: 2px !important;
>p {
font-size: 12px;
margin-top: -2px;
text-shadow: 0 1px 1px #fff;
font-weight: bold !important;
}
}
}
// input
.chat-input {
background: #e5e5e5;
box-shadow: inset 0 1px #f6f6f6;
border-top: 1px solid #a3a3a3;
padding: 10px 10px 0;
.chat-wysiwyg-input__placeholder {
color: #888 !important;
}
.chat-wysiwyg-input__editor {
background: #fff !important;
color: #000 !important;
border-radius: 0 !important;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%), inset 0 0 1px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 65%) !important;
border: 1px solid #00000059 !important;
font-size: 12px !important;
transition: 0s;
&:focus, &:focus-within {
border: 1px solid #6441a5bf !important;
box-shadow: 0 0 3px 1px rgb(185 155 235 / 75%) !important;
}
}
// placeholder text
.chat-wysiwyg-input__placeholder {
font-size: 12px;
}
// buttons in textbox
.chat-input__input-icons button {
color: #888;
}
// chat input badge
.chat-input__badge-carousel {
padding-top: 5px;
}
.chat-input__input-icons {
padding-bottom: 5px;
}
// action bar
.chat-input__buttons-container {
grid-gap: 5px;
// channel points
.ScCoreButton-sc-ocjdkq-0.ScCoreButtonText-sc-ocjdkq-3 {
.mxWhiteBtn();
span {
color: #444;
}
}
.eVaozA {
display: none;
}
// right side
>div:last-child {
width: 100%;
>div:not([class]) a {
white-space: nowrap;
margin-left: 4px;
margin-right: -4px;
}
// settings
[data-a-target="chat-settings"] {
.mxWhiteBtn();
svg {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAkCAYAAACE7WrnAAABh0lEQVRIDe1WO2rDQBB9GFUuhNleKXwHF4njJqRWrZs4RSBfYhwnpHWh4CIgVKS0D+FjqNYhJrxFI+SV1iEQQhI8MMzvzWNndgUC/qK8A6B+WcYAwkbXNQCqCmunGvgsSdIgCF4ATABcVSQkoj+paikAYrtlu92ejUajBwAzAK8AFg0i+szNiCG2mwWAiIRZls0bzTrWjs3zfE6sl4iFKIrulChJkkVZlm9U+pqPouh+H4neTt1QFMWFiAyo9JWoGlnxLc6d47NpOp0eKaryWxit11ZEMmocx/WO+v3+JYABAFP5logYxdcErpOm6U1jhGcAeaX0LdFqtbp1+9w4NMY8aYPPGmNI6r+14XB43uv17DtZr9fL5pj0meMbIoZY9xR1LCInm81mWZblo4iMRYQ7suPQZ441EhJbN3Y5InLsPDa9KQtn7VMSD7G9za7aIfdLNuB+0Rr7rPfYO29GH+Me203kftEa+2w3yzdndRdKq7HPKq5lDzuy/wLcm1f+8Y68M/9Y4QMbSkJzI+PgvQAAAABJRU5ErkJggg==");
background-position: 1px 1px;
path {display:none}
}
}
// send btn
.jOVwMQ, .kBtJDm, .kBtJDm>button {
width: 100%;
}
button[data-a-target="chat-send-button"] {
width: 100%;
.mxPurpleBtn();
}
}
}
}
}
// menus
.tw-balloon {
border-radius: 0 !important;
}
// please stop ruining my immersion goddammit
.chat-author__display-name {
background: unset !important;
filter: unset !important;
-webkit-text-fill-color: initial !important;
&:hover {
text-decoration: underline !important;
}
}
// tooltips shall be deleted HAHAHA
.tw-tooltip-layer {display:none}
// live badge in theater mode
.gfqupx {border-radius:0!important}
// whatever this is
.guest-star-avatar__mini-outer-border {
background: #202020;
.tw-avatar {
width: 12px;
height: 12px;
}
}
}