-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYouTube Theme (Import into the Stylus add-on).json
739 lines (739 loc) · 219 KB
/
YouTube Theme (Import into the Stylus add-on).json
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
[
{
"settings": {
"openEditInWindow": false,
"openEditInWindow.popup": false,
"windowPosition": {},
"show-badge": true,
"disableAll": false,
"exposeIframes": false,
"newStyleAsUsercss": false,
"styleViaXhr": false,
"patchCsp": false,
"config.autosave": true,
"popup.breadcrumbs": true,
"popup.breadcrumbs.usePath": false,
"popup.enabledFirst": true,
"popup.stylesFirst": true,
"popup.autoResort": false,
"popup.borders": false,
"popup.findStylesInline": true,
"popup.findSort": "u",
"manage.onlyEnabled": false,
"manage.onlyLocal": false,
"manage.onlyUsercss": false,
"manage.onlyEnabled.invert": false,
"manage.onlyLocal.invert": false,
"manage.onlyUsercss.invert": false,
"manage.actions.expanded": true,
"manage.backup.expanded": true,
"manage.filters.expanded": true,
"manage.newUI": true,
"manage.newUI.favicons": false,
"manage.newUI.faviconsGray": true,
"manage.newUI.targets": 3,
"manage.newUI.sort": "title,asc",
"editor.options": {},
"editor.toc.expanded": true,
"editor.options.expanded": true,
"editor.lint.expanded": true,
"editor.publish.expanded": true,
"editor.lineWrapping": true,
"editor.smartIndent": true,
"editor.indentWithTabs": false,
"editor.tabSize": 3,
"editor.keyMap": "pcDefault",
"editor.theme": "default",
"editor.beautify": {
"selector_separator_newline": true,
"newline_before_open_brace": false,
"newline_after_open_brace": true,
"newline_between_properties": true,
"newline_before_close_brace": true,
"newline_between_rules": false,
"preserve_newlines": true,
"end_with_newline": false,
"indent_conditional": true
},
"editor.beautify.hotkey": "",
"editor.lintDelay": 300,
"editor.linter": "csslint",
"editor.lintReportDelay": 500,
"editor.matchHighlight": "token",
"editor.autoCloseBrackets": true,
"editor.autocompleteOnTyping": true,
"editor.contextDelete": false,
"editor.selectByTokens": true,
"editor.appliesToLineWidget": true,
"editor.livePreview": true,
"editor.colorpicker": true,
"editor.colorpicker.hexUppercase": false,
"editor.colorpicker.hotkey": "",
"editor.colorpicker.color": "#fff",
"editor.colorpicker.maxHeight": 0,
"hotkey._execute_browser_action": "",
"hotkey.openManage": "",
"hotkey.styleDisableAll": "",
"sync.enabled": "none",
"iconset": 1,
"badgeDisabled": "#8B0000",
"badgeNormal": "#006666",
"popupWidth": 246,
"updateInterval": 24
}
},
{
"enabled": true,
"updateUrl": "https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/180747.user.css",
"url": null,
"installDate": 1624686754995,
"sections": [
{
"code": "ytd-compact-video-renderer #video-title.ytd-compact-video-renderer:hover,\n#text.ytd-channel-name:hover,\nytd-rich-grid-video-renderer[mini-mode] #video-title.ytd-rich-grid-video-renderer:hover {\n text-decoration: underline;\n color: #128ee9;\n}\nytd-rich-grid-video-renderer[mini-mode] #video-title.ytd-rich-grid-video-renderer,\n#video-title.ytd-rich-grid-video-renderer {\n color: #167ac6;\n font: 13px arial,sans-serif !important;\n}\n\n#title.ytd-rich-grid-renderer {\n font-size: 1.5rem !important;\n}\n#metadata-line {\n cursor: text;\n}\n/* Remove \"add to queue\" */\nytd-thumbnail-overlay-toggle-button-renderer.style-scope:nth-child(2) {\n display: none;\n}\n#grid-header {\n margin: 18px 0 10px 18px !important;\n}\n.style-scope.ytd-rich-grid-video-renderer {\n margin-bottom: 0px !important;\n margin-top: 1px !important;\n}\n #related #text.ytd-channel-name{\n font-size: 14px !important;\n }\n \nytd-rich-item-renderer {\n margin-bottom: 9px;\n margin-right: 5px;\n margin-left: 5px;\n}\n#guide-inner-content {\n scrollbar-width: none;\n position: relative;\n left: 1px;\n}\n#guide-content {\n position: relative;\n left: 0%;\n background: #272727 !important;\n border-radius: 0px 5px 0 0;\n width: 200px;\n}\nytd-guide-entry-renderer {\n height: 35px;\n width: 198px;\n color: #999;\n background: linear-gradient(to bottom,#292929 0,#252525 100%);\n border-top: 1px solid #323232;\n border-bottom: 1px solid #1b1b1b;\n font-size: 11px;\n}\nytd-guide-entry-renderer[active] .title.ytd-guide-entry-renderer,\nytd-guide-entry-renderer[active] .guide-icon.ytd-guide-entry-renderer {\n color: white;\n}\nytd-guide-entry-renderer[active] .title.ytd-guide-entry-renderer {\n font: 11px arial,sans-serif !important;\n}\n.title.ytd-guide-entry-renderer {\n color: #999;\n font: 11px arial,sans-serif !important;\n}\nytd-guide-entry-renderer[active] {\n background: #1c1c1c !important;\n\t border-right: 4px solid #c4302b;\n width: 195px;\n}\nytd-guide-renderer {\n width: 200px !important;\n}\nytd-mini-guide-renderer {\n display: none;\n}\n/* YouTube Old Home Style by figgycity50*/\n@media (max-width:2000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 6 !important;\n --ytd-rich-grid-posts-per-row: 6 !important;\n }\n}\n\n@media (max-width:1600px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 5 !important;\n --ytd-rich-grid-posts-per-row: 5 !important;\n }\n}\n\n@media (max-width:1300px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 4 !important;\n --ytd-rich-grid-posts-per-row: 4 !important;\n }\n}\n\n@media (max-width:1000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 3 !important;\n --ytd-rich-grid-posts-per-row: 3 !important;\n }\n}\n\n@media (max-width:700px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 2 !important;\n --ytd-rich-grid-posts-per-row: 2 !important;\n }\n}\n\n@media (max-width:400px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 1 !important;\n --ytd-rich-grid-posts-per-row: 1 !important;\n }\n}\n\n\nytd-rich-grid-renderer {\n width: 75.6%;\n margin: auto;\n}\n\nytd-rich-shelf-renderer {\n border-top-width: 1px;\n}\n\n#show-more-button.ytd-rich-shelf-renderer {\n border-bottom-width: 1px;\n}\n\n#title.ytd-rich-grid-renderer, #title.ytd-rich-shelf-renderer {\n font-size: 1.5rem;\n line-height: 1.5rem;\n}\n\n#grid-header.ytd-rich-grid-renderer, #rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 18px;\n}\n\n#rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 0px;\n}\n\n#avatar-link {\n display: none;\n}\n\n#video-title.ytd-rich-grid-video-renderer {\n font-size: 1.4rem;\n line-height: 1.8rem;\n max-height: 3.5rem;\n}\n\nh3.ytd-rich-grid-video-renderer {\n margin: 6px 0 4px 0;\n}\n\n#metadata-line.ytd-video-meta-block span.ytd-video-meta-block, #text.complex-string.ytd-channel-name {\n font-size: 1.3rem;\n}\n\n\n\n/* MASTHEAD */\n/* MASTHEAD */\n/* MASTHEAD */\n\n/* YouTube Logo */\n#logo-red-icon-container, #logo-icon-container{\n content: url(https://i.imgur.com/DMogC3v.png);\n background: url(http://s.ytimg.com/yt/imgbin/www-refresh-vflk40U3E.png);\n\tbackground-position: 0px -280px !important;\n height: 40px !important;\n width: 100px !important;\n z-index: 1;\n }\nytd-topbar-logo-renderer {\n position: relative;\n left: 21.1%;\n top: 3%;\n}\n \n #masthead-container.ytd-app::after{\n height: 0px !important;\n color: #fff0;\n visibility: hidden !important;\n }\n#header.ytd-rich-grid-renderer{\n display: none;\n}\n \n #contents.ytd-rich-grid-renderer{\n box-shadow: none !important;\n position: relative !important;\n left: 43px !important;\n width: 1777px !important;\n }\n \n ytd-topbar-logo-renderer{\n left: 0px;\n }\nytd-topbar-menu-button-renderer.style-scope:nth-child(2) {\n display: none !important;\n}\n\n/* HOME VIDEOS */\n/* HOME VIDEOS */\n/* HOME VIDEOS */\n\n/* Remove YouTube TV Ads */\nytd-primetime-promo-renderer {\n display: none !important;\n}\n/* Remove Youtube Stories */\n#dismissable.style-scope.ytd-rich-shelf-renderer {\n display: none;\n}\n/* Fix Recommended Space Between Videos */\n#contents.style-scope.ytd-rich-grid-renderer {\n margin-top: 0px;\n position: relative;\n left: 14px;\n top: -1px;\n}\nytd-rich-grid-renderer {\n background: white;\n padding-left: 18px;\n padding-right: 18px;\n}\n\n/* Square profile pictures */\nyt-img-shadow {\n mask: none !important;\n border-radius: 0 !important;\n}",
"start": 534,
"domains": [
"youtube.com"
]
},
{
"code": ".style-scope {\n font: 11px arial,sans-serif !important;\n}\n.yt-simple-endpoint.style-scope.yt-formatted-string:hover {\n color: #167ac6 !important;\n}",
"start": 6187,
"regexps": [
"http*.://.*.youtube.com/"
]
},
{
"code": "ytd-watch-flexy {\n background: url(https://i.imgur.com/RRbjcR1.png);\n}\n#player-container-outer.style-scope.ytd-watch-flexy {\n margin: 0 0 0 0 !important;\n}\n/*ytd-watch-flexy[flexy_] #player-container-inner.ytd-watch-flexy {\n padding-top: 56.25% !important;\n}\nytd-watch-flexy[flexy_] {\n --ytd-watch-flexy-width-ratio: 16 !important;\n --ytd-watch-flexy-height-ratio: 9 !important;\n}*/\n.ytp-miniplayer-button.ytp-button {\n display: none;\n}\n.ytp-size-button.ytp-button {\n display: none;\n}\nytd-compact-autoplay-renderer {\n border-bottom: none !important;\n padding-bottom: 0px;\n margin-bottom: 0px;\n}\nytd-compact-autoplay-renderer #head {\n display: none !important;\n}\nyt-formatted-string#text.style-scope.ytd-button-renderer:hover,\nyt-formatted-string.style-scope.yt-next-continuation:hover {\n text-decoration: underline;\n}",
"start": 6403,
"regexps": [
"http*.://.*.youtube.com/watch.*"
]
}
],
"sourceCode": "/* ==UserStyle==\n@name YouTube 2012 Polymer {BROKEN}\n@namespace USO Archive\n@author twosmack\n@description `Make YouTube look like Cosmic Panda on the new design! Incorporates some elements from the 2015 YouTube design.This is best to be used with:https://userstyles.org/styles/147374/youtube-old-colorshttps://userstyles.org/styles/162809/youtube-s-2011-2012-html-5-player`\n@version 20200304.7.5\n@license CC-BY-SA-4.0\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"youtube.com\") {\nytd-compact-video-renderer #video-title.ytd-compact-video-renderer:hover,\n#text.ytd-channel-name:hover,\nytd-rich-grid-video-renderer[mini-mode] #video-title.ytd-rich-grid-video-renderer:hover {\n text-decoration: underline;\n color: #128ee9;\n}\nytd-rich-grid-video-renderer[mini-mode] #video-title.ytd-rich-grid-video-renderer,\n#video-title.ytd-rich-grid-video-renderer {\n color: #167ac6;\n font: 13px arial,sans-serif !important;\n}\n\n#title.ytd-rich-grid-renderer {\n font-size: 1.5rem !important;\n}\n#metadata-line {\n cursor: text;\n}\n/* Remove \"add to queue\" */\nytd-thumbnail-overlay-toggle-button-renderer.style-scope:nth-child(2) {\n display: none;\n}\n#grid-header {\n margin: 18px 0 10px 18px !important;\n}\n.style-scope.ytd-rich-grid-video-renderer {\n margin-bottom: 0px !important;\n margin-top: 1px !important;\n}\n #related #text.ytd-channel-name{\n font-size: 14px !important;\n }\n \nytd-rich-item-renderer {\n margin-bottom: 9px;\n margin-right: 5px;\n margin-left: 5px;\n}\n#guide-inner-content {\n scrollbar-width: none;\n position: relative;\n left: 1px;\n}\n#guide-content {\n position: relative;\n left: 0%;\n background: #272727 !important;\n border-radius: 0px 5px 0 0;\n width: 200px;\n}\nytd-guide-entry-renderer {\n height: 35px;\n width: 198px;\n color: #999;\n background: linear-gradient(to bottom,#292929 0,#252525 100%);\n border-top: 1px solid #323232;\n border-bottom: 1px solid #1b1b1b;\n font-size: 11px;\n}\nytd-guide-entry-renderer[active] .title.ytd-guide-entry-renderer,\nytd-guide-entry-renderer[active] .guide-icon.ytd-guide-entry-renderer {\n color: white;\n}\nytd-guide-entry-renderer[active] .title.ytd-guide-entry-renderer {\n font: 11px arial,sans-serif !important;\n}\n.title.ytd-guide-entry-renderer {\n color: #999;\n font: 11px arial,sans-serif !important;\n}\nytd-guide-entry-renderer[active] {\n background: #1c1c1c !important;\n\t border-right: 4px solid #c4302b;\n width: 195px;\n}\nytd-guide-renderer {\n width: 200px !important;\n}\nytd-mini-guide-renderer {\n display: none;\n}\n/* YouTube Old Home Style by figgycity50*/\n@media (max-width:2000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 6 !important;\n --ytd-rich-grid-posts-per-row: 6 !important;\n }\n}\n\n@media (max-width:1600px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 5 !important;\n --ytd-rich-grid-posts-per-row: 5 !important;\n }\n}\n\n@media (max-width:1300px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 4 !important;\n --ytd-rich-grid-posts-per-row: 4 !important;\n }\n}\n\n@media (max-width:1000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 3 !important;\n --ytd-rich-grid-posts-per-row: 3 !important;\n }\n}\n\n@media (max-width:700px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 2 !important;\n --ytd-rich-grid-posts-per-row: 2 !important;\n }\n}\n\n@media (max-width:400px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 1 !important;\n --ytd-rich-grid-posts-per-row: 1 !important;\n }\n}\n\n\nytd-rich-grid-renderer {\n width: 75.6%;\n margin: auto;\n}\n\nytd-rich-shelf-renderer {\n border-top-width: 1px;\n}\n\n#show-more-button.ytd-rich-shelf-renderer {\n border-bottom-width: 1px;\n}\n\n#title.ytd-rich-grid-renderer, #title.ytd-rich-shelf-renderer {\n font-size: 1.5rem;\n line-height: 1.5rem;\n}\n\n#grid-header.ytd-rich-grid-renderer, #rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 18px;\n}\n\n#rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 0px;\n}\n\n#avatar-link {\n display: none;\n}\n\n#video-title.ytd-rich-grid-video-renderer {\n font-size: 1.4rem;\n line-height: 1.8rem;\n max-height: 3.5rem;\n}\n\nh3.ytd-rich-grid-video-renderer {\n margin: 6px 0 4px 0;\n}\n\n#metadata-line.ytd-video-meta-block span.ytd-video-meta-block, #text.complex-string.ytd-channel-name {\n font-size: 1.3rem;\n}\n\n\n\n/* MASTHEAD */\n/* MASTHEAD */\n/* MASTHEAD */\n\n/* YouTube Logo */\n#logo-red-icon-container, #logo-icon-container{\n content: url(https://i.imgur.com/DMogC3v.png);\n background: url(http://s.ytimg.com/yt/imgbin/www-refresh-vflk40U3E.png);\n\tbackground-position: 0px -280px !important;\n height: 40px !important;\n width: 100px !important;\n z-index: 1;\n }\nytd-topbar-logo-renderer {\n position: relative;\n left: 21.1%;\n top: 3%;\n}\n \n #masthead-container.ytd-app::after{\n height: 0px !important;\n color: #fff0;\n visibility: hidden !important;\n }\n#header.ytd-rich-grid-renderer{\n display: none;\n}\n \n #contents.ytd-rich-grid-renderer{\n box-shadow: none !important;\n position: relative !important;\n left: 43px !important;\n width: 1777px !important;\n }\n \n ytd-topbar-logo-renderer{\n left: 0px;\n }\nytd-topbar-menu-button-renderer.style-scope:nth-child(2) {\n display: none !important;\n}\n\n/* HOME VIDEOS */\n/* HOME VIDEOS */\n/* HOME VIDEOS */\n\n/* Remove YouTube TV Ads */\nytd-primetime-promo-renderer {\n display: none !important;\n}\n/* Remove Youtube Stories */\n#dismissable.style-scope.ytd-rich-shelf-renderer {\n display: none;\n}\n/* Fix Recommended Space Between Videos */\n#contents.style-scope.ytd-rich-grid-renderer {\n margin-top: 0px;\n position: relative;\n left: 14px;\n top: -1px;\n}\nytd-rich-grid-renderer {\n background: white;\n padding-left: 18px;\n padding-right: 18px;\n}\n\n/* Square profile pictures */\nyt-img-shadow {\n mask: none !important;\n border-radius: 0 !important;\n}\n}\n\n@-moz-document regexp(\"http*.://.*.youtube.com/\") {\n.style-scope {\n font: 11px arial,sans-serif !important;\n}\n.yt-simple-endpoint.style-scope.yt-formatted-string:hover {\n color: #167ac6 !important;\n}\n}\n\n@-moz-document regexp(\"http*.://.*.youtube.com/watch.*\") {\nytd-watch-flexy {\n background: url(https://i.imgur.com/RRbjcR1.png);\n}\n#player-container-outer.style-scope.ytd-watch-flexy {\n margin: 0 0 0 0 !important;\n}\n/*ytd-watch-flexy[flexy_] #player-container-inner.ytd-watch-flexy {\n padding-top: 56.25% !important;\n}\nytd-watch-flexy[flexy_] {\n --ytd-watch-flexy-width-ratio: 16 !important;\n --ytd-watch-flexy-height-ratio: 9 !important;\n}*/\n.ytp-miniplayer-button.ytp-button {\n display: none;\n}\n.ytp-size-button.ytp-button {\n display: none;\n}\nytd-compact-autoplay-renderer {\n border-bottom: none !important;\n padding-bottom: 0px;\n margin-bottom: 0px;\n}\nytd-compact-autoplay-renderer #head {\n display: none !important;\n}\nyt-formatted-string#text.style-scope.ytd-button-renderer:hover,\nyt-formatted-string.style-scope.yt-next-continuation:hover {\n text-decoration: underline;\n}\n}",
"usercssData": {
"name": "YouTube 2012 Polymer {BROKEN}",
"namespace": "USO Archive",
"author": "twosmack",
"description": "Make YouTube look like Cosmic Panda on the new design! Incorporates some elements from the 2015 YouTube design.This is best to be used with:https://userstyles.org/styles/147374/youtube-old-colorshttps://userstyles.org/styles/162809/youtube-s-2011-2012-html-5-player",
"version": "20200304.7.5",
"license": "CC-BY-SA-4.0",
"preprocessor": "uso"
},
"author": "twosmack",
"description": "Make YouTube look like Cosmic Panda on the new design! Incorporates some elements from the 2015 YouTube design.This is best to be used with:https://userstyles.org/styles/147374/youtube-old-colorshttps://userstyles.org/styles/162809/youtube-s-2011-2012-html-5-player",
"name": "YouTube 2012 Polymer {BROKEN}",
"originalDigest": "43e4871dbf5eccce7cb59cdb3665344f875dd409",
"_id": "4acfbbef-5c7d-4de1-9c38-32517cd2988d",
"_rev": 1644033106328,
"id": 1,
"etag": "W/\"20ba-kRzO1N/fR4Wama6EIuRbSb2kCa8\"",
"_usw": {},
"updateDate": 1643880851016
},
{
"enabled": true,
"updateUrl": "https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/167326.user.css",
"url": null,
"installDate": 1624686900862,
"sections": [
{
"code": ".yt-uix-button-subscribe-branded::before {\n\tbackground: no-repeat url(https://i.imgur.com/TKctPA5.png) !important;\n\tbackground-size: auto;\n width: 26px;\n height: 24px;\n\tbackground-position: 0px 0px !important;\n margin-left: -5px;\n border-bottom-left-radius: 2px;\n border-top-left-radius: 2px;\n\t\n}\n\t.exp-invert-logo .resume-playback-progress-bar, .exp-invert-logo .yt-uix-button-subscribe-branded, .exp-invert-logo .yt-uix-button-subscribe-branded[disabled]{\n\tbackground-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%)!important;\n\tborder-radius: 2px !important;\n}\n\t.exp-invert-logo .yt-uix-button-subscribe-branded:hover {\n\tbackground-image: linear-gradient(to bottom,#fff 0,#d2d2d2 100%) !important;\n\tborder: solid 1px #333;\n}\n \t.yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 8px 0 5.5px;\n height: 25px;\n\tborder: 1px solid #ccc;\n}\n\t.yt-uix-button-subscribe-branded .yt-uix-button-content, .yt-uix-button-subscribed-branded .yt-uix-button-content {\n\tfont-size: 11px;\n\tfont-weight: bold;\n\tcolor: #333;\n\ttext-shadow: 0 1px 0 #fff;\n}",
"start": 390,
"domains": [
"youtube.com"
]
},
{
"code": ".yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}",
"start": 1558,
"regexps": [
"http*.://.*.youtube.com/user/.*"
]
},
{
"code": ".yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}",
"start": 1829,
"regexps": [
"http*.://.*.youtube.com/channel/.*"
]
}
],
"sourceCode": "/* ==UserStyle==\n@name YouTube 2012-2013 Subscribe Button\n@namespace USO Archive\n@author yaasir ahmad-sanni (naadir500)\n@description `Meant as a companion to my \"YouTube late-2012 Theme\", but it can be used as a standalone`\n@version 20181229.4.21\n@license NO-REDISTRIBUTION\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"youtube.com\") {\n.yt-uix-button-subscribe-branded::before {\n\tbackground: no-repeat url(https://i.imgur.com/TKctPA5.png) !important;\n\tbackground-size: auto;\n width: 26px;\n height: 24px;\n\tbackground-position: 0px 0px !important;\n margin-left: -5px;\n border-bottom-left-radius: 2px;\n border-top-left-radius: 2px;\n\t\n}\n\t.exp-invert-logo .resume-playback-progress-bar, .exp-invert-logo .yt-uix-button-subscribe-branded, .exp-invert-logo .yt-uix-button-subscribe-branded[disabled]{\n\tbackground-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%)!important;\n\tborder-radius: 2px !important;\n}\n\t.exp-invert-logo .yt-uix-button-subscribe-branded:hover {\n\tbackground-image: linear-gradient(to bottom,#fff 0,#d2d2d2 100%) !important;\n\tborder: solid 1px #333;\n}\n \t.yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 8px 0 5.5px;\n height: 25px;\n\tborder: 1px solid #ccc;\n}\n\t.yt-uix-button-subscribe-branded .yt-uix-button-content, .yt-uix-button-subscribed-branded .yt-uix-button-content {\n\tfont-size: 11px;\n\tfont-weight: bold;\n\tcolor: #333;\n\ttext-shadow: 0 1px 0 #fff;\n}\n}\n\n@-moz-document regexp(\"http*.://.*.youtube.com/user/.*\") {\n.yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}\n}\n\n@-moz-document regexp(\"http*.://.*.youtube.com/channel/.*\") {\n.yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}\n}",
"usercssData": {
"name": "YouTube 2012-2013 Subscribe Button",
"namespace": "USO Archive",
"author": "yaasir ahmad-sanni (naadir500)",
"description": "Meant as a companion to my \"YouTube late-2012 Theme\", but it can be used as a standalone",
"version": "20181229.4.21",
"license": "NO-REDISTRIBUTION",
"preprocessor": "uso"
},
"author": "yaasir ahmad-sanni (naadir500)",
"description": "Meant as a companion to my \"YouTube late-2012 Theme\", but it can be used as a standalone",
"name": "YouTube 2012-2013 Subscribe Button",
"originalDigest": "62ed7bfb6cb9fb0ea4416c52fa6f16dd9c4259d1",
"_id": "e8b7951b-a877-4d92-add2-f32208a08ec3",
"_rev": 1644033100425,
"id": 3,
"etag": "W/\"829-w+7KMKqwshRqrMvbSS5uDisUWLY\"",
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1625323563298,
"name": "suo",
"sections": [
{
"code": "*,\n\n:after,\n:before {\n font-family: \"Helvetica\" !important;\n font-weight: 500 !important;\n -webkit-font-smoothing: none;\n}\n\n._6t5Uh {\n box-shadow: 0 0 30px rgba(0, 0, 0, .5);\n}\n\nhtml,\n#root,\nbody,\n._1zuqL {\n /*Change the background-image to \nbackground-image: linear-gradient(to bottom, #252526 0%,black 100%) !important;\nif you don't like it*/\n background: url(http://d7mj4aqfscim2.cloudfront.net/images/landscapes/duo-land_mv_14a184a0e33a6ffe213d9b1778928ff3.jpg);\n background-repeat: no-repeat;\n background-attachment: fixed;\n background-position: center;\n background-size: cover;\n}\n._3g2C1{\n \n \n background-image: url(http://www.imgshare.io/images/2021/06/17/Duolingo2012MenuBar7269a21cd42f4961.png);\n border-bottom: 0px;\n height: 55px;\n font-weight: 700 !important;\n text-transform: none !important;\n}\n\n._11bKq{\n \n \n background-image: url(http://www.imgshare.io/images/2021/06/17/Duolingo2012MenuBar7269a21cd42f4961.png);\n\n height: 55px;\n font-weight: 700 !important;\n}\n._288DZ{\n font-weight: 700 !important;\n \n}\n._1_p4S{\n \n \n\n}\n._1RL1c{\n \n \ndisplay: block;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: url(http://d7mj4aqfscim2.cloudfront.net/images/owl-exalted-straight_mv_14a184a0e33a6ffe213d9b1778928ff3.png) no-repeat;\n width: 255px; /* Width of new image */\n height: 236px; /* Height of new image */\n top: -50px ; \n left: -277px;\n padding-left: 255px; /* Equal to width of new image */\n\n}\n._11rtD{\nbackground: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(246,246,246,1) 100%); \n position: inherit;\n left: -135px;\n top: -50px;\n}\n._3Gj5_{\nbackground: rgb(232,232,232);\nbackground: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(238,238,238,1) 99%, rgba(0,0,0,1) 100%);\n border: #f00;\n \n border-radius: 0px;\n margin: 0px 0px 0px;\n}\n\n._16nyP, .Xaf5v, .-AHpg, .YBCQI, ._3blqO, ._3yAjN{\n color: #000000\n}",
"domains": [
"duolingo.com"
]
},
{
"code": "._3YEom{\nbackground: rgb(196,196,196);\nbackground: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(196,196,196,1)100%);\n\n}\n\n._3ZuGY{\nbackground: rgb(232,232,232);\nbackground: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(238,238,238,1) 99%, rgba(0,0,0,1) 100%);\nborder: #f00;\n color: #000000;\n border-radius: 0px;\n margin: 0px 0px 0px;\n}\n\n._1wJYQ::after {\n background: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%);\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n\n}\n._2O14B, ._1UVl-, ._33ksl{\n \n}\n\n._3E4oM{\n \n}\n\n._3iVqs::after{\n background: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%); \n}\n\n._3C_oC::before {\n background: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%); \n border: 2px;\n box-shadow: 0 0px 0 #d5e9f2;\n\n}\n\n.Z7UoT, ._3C_oC.disCS, ._3C_oC:active:not(.hfPEz){\n color: #15ca3a;\n border-color: #15ca3a\n}\n\n._rHmp{\n --duo-height: 433px;\n --duo-offset: -300px;\n --duo-width: 250px;\n --popover-offset: -25px;\n}\n\n._1Ykml{\n\n\n background-image: url(https://tse2.mm.bing.net/th?id=OIP.nJjJVQfPpJBNKBOVS2ScFwAAAA&pid=Api&P=0&w=300&h=300);\n \n}\n\n\n\n._1x5-S{\n background-image: url(https://i.imgur.com/DH773Rr.png);\n width: 200px; /* Width of new image */\n height: 188px; /* Height of new image */\n padding-left: 200px;\n \n background-size: 200px;\n \n}\n\n.m61gL, ._1HGMM{\n display: block;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: url(https://vignette.wikia.nocookie.net/logopedia/images/2/28/Duolingo_Owl_2012.png/revision/latest/scale-to-width-down/206?cb=20190110152255) no-repeat;\n width: 366px; /* Width of new image */\n height: 246px; /* Height of new image */\n top: -50px ; \n left: -2px;\n right: 7px;\n padding-left: 366px; /* Equal to width of new image */ \n}\n\n._1KUxv, _rHmp, _2Pb9t, _1CzST{\n background: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%);\n}\n\n._2LMXW, ._2ALXO, ._3dRS9{\nbackground: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%);\n}\n\n._1vUZG::after{\n background: linear-gradient(0deg, rgba(108,163,0,1) 0%, rgba(168,255,0,1) 100%);\n}\n\n._2KQGO::before{\n border: 0px\n}\n\n._2fOC9::after{\n border-style: none;\n}\n._1figt{\n border-color: #000\n}\n._3_B9a::after{\n border-radius: 0px !important;\n}\n.-oI84, .KAjTN{\n background: linear-gradient(0deg, rgba(108,163,0,1) 0%, rgba(168,255,0,1) 100%);\n}\n._1GJUD{\n color: #000\n}\n._1Ylz-::after{\n background: linear-gradient(0deg, rgba(108,163,0,1) 0%, rgba(168,255,0,1) 100%);\n}\n\n.o66XQ::after{\n background: linear-gradient(0deg, rgba(166,0,0,1) 0%, rgba(255,0,0,1) 100%);\n}\n._3yAjN{\n text-transform: none;\n \n\n}\n\n._1figt{\n border-color: #ddd0\n}\n\n._3_B9a > img{\n height: 40px;\n}\n._1KUxv\n{\n border: 0px !important;\n}\n\n._3_B9a{\n left: -400px;\n}\n\n._2EMUT, ._1QDX9{\n background-color: #EBEBE4;\n}\n\n._3p5e9{\nbackground: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%);\n left: -77px;\n}\n._3f9ou{\nbackground: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(246,246,246,1) 100%); \n left: -77px;\n}\n\n._2YmyD{\n background: linear-gradient(0deg, rgb(210, 209, 209) 0%, rgba(246,246,246,1) 100%);\n}\n.twkSI, ._25Mqa, .whuSQ, ._2gwtT, ._1nlVc, ._2fOC9, .t5wFJ, ._3dtSu, ._25Cnc, ._3yAjN, .UCrz7, .yTpGk{\n\n color: #000000\n \n}\n._1bdcY{\n left: px;\n}\n\n._10vOG {\n \n font-weight: 600 !important;\n}\n\n #orange{\n width:200px;\n height:63px;\n background-color: #FF931E;\n mask: url(http://d7mj4aqfscim2.cloudfront.net/images/duolingo_logo_small_gradient_new.png);\n -webkit-mask-image: url(http://d7mj4aqfscim2.cloudfront.net/images/duolingo_logo_small_gradient_new.png);\n text-align: center;\n //fill: #FF931E;\n\n\n\n\n\n\n\n._3Gj5_{\nbackground: rgb(230,228,228);\nbackground: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);\n}\nh4.MYxom,\nh2._1a0T9,\nh1._1h7Gp,\n._3EKrk {\n color: inherit;\n}\n\n._2hEQd,\n._3v2AY,\n._1E3L7,\n._1sntG,\n.a5SW0,\n._1H-7I,\n#vocabulary-list,\n.bg-white {\n background: #ebebe4;\n}\n\n.word-cell > td {\n background: #EBEBE4 !important;\n border-radius: 10px;\n}\n\n.hint-table {\n color: #000 !important;\n}\n\n._2hEQd,\n._10knO,\n._378Tf,\n._1E3L7,\n._1h5j2 > span,\n._1E3L7 > h2,\n._3AWc1,\n._1Zqmf,\n.a5SW0 > h2,\n._12amQ,\n._2SXd7,\n._2A6u3,\n._1q0hp,\n._26YU4 > a,\n._1mSPX,\n._2MZc0,\n.mCpyo,\n._2wIbj,\n._1bYPb > div > h4,\n._1bYPb > div > table,\nh1[data-test=\"profile-username\"],\n._1Cjfg,\n._1JLPg,\n._2FAxn,\n._70xoH,\n._1LyQh,\n._3EaeX,\nbutton[data-test=\"player-skip\"],\n.FnRYl,\na[data-test=\"lingot-store-button\"],\n.a-Y8L > span,\ndiv[data-test=\"challenge-form-prompt\"],\n._1vRvK > span,\n._1c--K,\n._27uC9,\n._2lU79,\n._3j2Vc,\n#vocabulary-list > h1,\n#vocab-list > thead > tr > th,\n.word-cell > td,\n#default-sidebar > h2,\n#default-sidebar > table > tbody > tr > td {\n color: #fff !important;\n}\n\n._1l6NK {\n background: #000 !important;\n color: lime !important;\n}\n\n.jkMDT {\n background: #000 !important;\n color: #000 !important;\n cursor: default;\n}\n\n._2GNNM {\n background: #18454a;\n}\n\ntextarea[data-test=\"challenge-translate-input\"] {\n background: #ebebe4 !important;\n color: #000;\n transition: all 0.3s;\n}\n\ntextarea[data-test=\"challenge-translate-input\"]:focus,\n._3xjvD._1py6s._1e69E._3_NyK._1Juqt._3WbPm:focus {\n box-shadow: 0 0 12px rgba(28, 175, 246, 1);\n}\n\n._1py6s,\n._2fPEB {\n color: #000;\n}\n\n._3xjvD._1py6s._1e69E._3_NyK._1Juqt._3WbPm {\n background-color: #2d2d30;\n transition: all 0.3s;\n}\n\n._1H-7I {\n border: none;\n}\n\nbutton[data-test=\"player-skip\"] {\n transition: background 500ms, color 500ms;\n}\n\nbutton[data-test=\"player-skip\"]:hover,\n._--tG3 {\n background: #f00 !important;\n color: #000 !important;\n}\n\n/*button[data-test=\"player-next\"]:not(.JnmAc) {\ncolor: #111 !important;\n}*/\n.JnmAc {\n background: rgb(30, 170, 255) !important;\n color: #000 !important;\n transition: background 500ms, color 500ms;\n}\n\n.JnmAc:hover {\n background: #252526 !important;\n color: #f00 !important;\n}\n\n/*._1uzK0 {\nbackground: #eee !important;\ncolor: #000 !important;\n}*/\n._2kA5V > a {\n color: #000 !important;\n}\n\n._1bYPb {\n background: #2e2e30;\n}\n\n.iNLw3 {\n background: #2c2c30;\n color: #fff;\n transition: background 300ms, color 300ms;\n}\n\n.iNLw3:not(.jkMDT):hover {\n background: #1EAAFF;\n color: #000;\n}\n\n/*._3skMI:not([disabled]) {\nbackground: #1EAAFF !important;\n}*/\n._3Dpup:not(._1-PLN),\n._3Fb9m > ._21sXl,\n._3RKCq,\n._1ixZq,\n._2G3uv > a {\n color: #f00 !important;\n}\n\n._2JRFI._1-PLN._2QNyK._3xTz7._2gM3V {\n background: rgba(24, 69, 74, 0.5) !important;\n color: #1caff6;\n box-shadow: 0 0 12px currentColor;\n}\n._1-PLN {\n background: #18454a !important;\n color: #000;\n}\n\n._3RKCq,\n._3kpfZ > ._3xGp6 {\n background: #2c2c30;\n}\n\n/*Win streak*/\n._2xGPj > svg > circle:nth-child(7),\n._3Ttma > svg > circle:nth-child(5),\n._3Ttma > svg > circle:nth-child(6),\n._3Ttma > svg > circle:nth-child(4) {\n color: #2c2c30;\n fill: currentColor;\n}\n\n.YhrsP,\n.YhrsP .TVAVJ,\n.uRLFE {\n color: #f7362f\n}\n\n._2albn > ._3Mnmm,\n._2albn > ._2fttc,\n._2albn > ._5Wv6B,\n._2albn > ._2JTTg,\n._2albn > ._29-ng,\n._2albn > .ewiWc {\n background: rgba(0, 0, 0, 0.7);\n color: white;\n}\n\n/* Bubble Popup on lessons */\n._2albn > ._3Mnmm {\n border: 4px solid #1cb0f6;\n}\n\n._2albn > ._2fttc {\n border: 4px solid #7ac70c;\n}\n\n._2albn > ._5Wv6B {\n border: 4px solid #e53b3b;\n}\n\n._2albn > ._2JTTg {\n border: 4px solid #a560eb;\n}\n\n._2albn > ._29-ng {\n border: 4px solid #fa811b;\n}\n\n._2albn > .ewiWc {\n border-width: 4px;\n border-style: solid;\n border-color: #fbb430;\n}\n\n\n/*Start Lesson button*/\n._2ESN4 {\n background-size: 100% 200% !important;\n color: #d09595 !important;\n transition: all 0.4s;\n}\n\n._2ESN4:hover {\n background-position: 0 -100%;\n}\n\n/*Red:*/\n[data-juicy=false] .mnKJ0 ._1N4Qn {\n color: white;\n}\n\n.mnKJ0 ._1N4Qn {\n background-image: linear-gradient(to bottom, #e53b3b 50%, white 50%) !important;\n background-size: 100% 200% !important;\n transition: 0.4s all;\n}\n\n.mnKJ0 ._1N4Qn:hover {\n color: #e53b3b !important;\n background-position: 0 -100%;\n}\n\n/*Blue*/\n[data-juicy=false] ._3PKkm ._1N4Qn {\n color: white;\n}\n\n\n\n._3PKkm ._1N4Qn:hover {\n color: #1cb0f6 !important;\n background-position: 0 -100%;\n}\n\n/*Green*/\n[data-juicy=false] ._2joiz ._1N4Qn {\n color: white;\n}\n\n._2joiz ._1N4Qn {\n background-image: linear-gradient(to bottom, #7ac70c 50%, white 50%) !important;\n background-size: 100% 200% !important;\n transition: 0.4s all;\n}\n\n._2joiz ._1N4Qn:hover {\n color: #7ac70c !important;\n background-position: 0 -100%;\n}\n\n/*Purple*/\n[data-juicy=false] ._2Y0wx ._1N4Qn {\n color: white;\n}\n\n._2Y0wx ._1N4Qn {\n\n}\n\n._2Y0wx ._1N4Qn:hover {\n color: #a560eb !important;\n background-position: 0 -100%;\n}\n\n/*Orange*/\n[data-juicy=false] ._1I18s ._1N4Qn {\n color: white;\n}\n\n._1I18s ._1N4Qn {\n\n\n._1I18s ._1N4Qn:hover {\n color: #fa811b !important;\n background-position: 0 -100%;\n}\n\n/*Gold*/\n[data-juicy=false] .gqrCU ._1N4Qn {\n color: white;\n}\n\n\n transition: 0.4s all;\n /* linear-gradient(135deg,#fbb430,#fbb430 26%,#faa919 0,#faa919 39%,#fbb430 0,#fbb430 52%,#faa919 0,#faa919 57%,#fbb430 0,#fbb430 78%,#faa919 0,#faa919 90%,#fbb430 0,#fbb430) !important; */\n}\n\n.gqrCU ._1N4Qn:hover {\n color: #fbb430 !important;\n background-position: 0 -100%;\n}\n\n\n\n/*Practise button*/\n._2ESN4 {\n background-image: linear-gradient(to bottom, #1caff6 50%, white 50%) !important;\n}\n\n._2ESN4:hover {\n color: #1caff6 !important;\n/* color: white !important; */\n}\n\n\n\n._26YU4:hover {\n background: none;\n}\n\n/*from left to right background transition*/\n._26YU4 > a,\n._1qBnH {\n width: 100%;\n height: 100%;\n background-size: 200% 100% !important;\n transition: all 0.4s;\n}\n\n._26YU4 > a:hover,\n._1qBnH:hover {\n background-position: -100% 0%;\n}\n\n._26YU4 > a {\n border-radius: 30px;\n color: #eee !important;\n background-image: linear-gradient(to right, transparent 50%, #eee 50%) !important;\n}\n\n._26YU4 > a:hover {\n background-color: transparent;\n color: #000 !important;\n}\n\n._2kA5V._26YU4 > a {\n color: #000 !important;\n}\n\n._1qBnH {\n /*color: #eee !important;*/\n background-image: linear-gradient(to right, transparent 50%, #1caff6 50%) !important;\n}\n\n._1qBnH:hover {\n color: #eee !important;\n}\n/*\n@media (min-width: 700px)\n._3Lp3y {\nbackground-color: #f7362f;\n}\n*/\n/*Lessons button pulse*/\n@keyframes pulse {\n from {\n box-shadow: none;\n /*inset 0 0 4px #eee;*/\n }\n\n to {\n box-shadow: inset 0 0 20px #eee;\n }\n}\n\n._1z_vo:hover {\n opacity: 1;\n}\n\n._5Wv6B,\n._2fttc,\n._3Mnmm,\n._2JTTg,\n._29-ng {\n box-shadow: none;\n /*inset 0 0 4px #eee;*/\n}\n\n\n/*Course selection*/\n._1z_vo._3hKMG._5Wv6B._2vstG:hover,\n/* Red */\n._1z_vo._3hKMG._2fttc._2vstG:hover,\n/* Green */\n._1z_vo._3hKMG._3Mnmm._2vstG:hover,\n/* Blue */\n._1z_vo._3hKMG._2JTTg._2vstG:hover,\n/* Purple */\n._1z_vo._3hKMG._29-ng._2vstG:hover/* Orange */\n{\n animation-duration: 0.4s;\n animation-name: pulse;\n animation-iteration-count: 2;\n animation-direction: alternate;\n}\n\n.bzYqo {\n background: transparent;\n transition: all 0.4s;\n box-shadow: 0 0 3px black;\n}\n\n.bzYqo:hover {\n box-shadow: 0 0 10px #eee;\n}\n\n/*Language overview*/\n._1aThI,\n._1Pa2G {\n background: rgba(0, 0, 0, 0.5);\n}\n\n.ueF9C {\n color: #ddd;\n}\n\n._1SVo_,\n._2KE5z {\n color: white;\n}\n\n/*\nlinear-gradient(to bottom, \nrgba(206,219,233,1) 0%,\nrgba(97,153,199,1) 50%,\nrgba(75,184,240,1) 71%,\nrgba(38,85,139,1) 100%);\n\n}\n\n/* Lingot Shop */\n[data-juicy=false] ._2arQ0._28JSG,\n[data-juicy=false] ._2arQ0:disabled {\n color: black;\n}\n\n[data-juicy=false] ._1E3L7,\n[data-juicy=false] .a5SW0 {\n background: transparent;\n border: 1px solid white;\n}\n\n[data-juicy=false] ._1H-7I {\n background: rgba(255, 255, 255, 0.2);\n border: 1px solid white;\n}\n\n/* Gameplay */\n[data-juicy=false] ._3giip,\n[data-juicy=false] ._3GXmV {\n \n}\n\n/* Multiple choice with pictures */\n[data-juicy=false] ._2oF6E {\n background: rgba(185, 232, 255, .2);\n border: 2px solid #1caff6;\n color: #1caff6;\n}\n\n/* Practise button */\n[data-juicy=false] ._2ESN4 {\n background-image: linear-gradient(to bottom, #3ebbf7 50%, white 50%) !important;\n background-size: 100% 200%;\n transition: all 0.4s;\n}\n\n[data-juicy=false] ._2ESN4:hover {\n background-position: 0 -100%;\n color: #3ebbf7;\n}\n\n[data-juicy=false] ._23-CV {\n background-image: linear-gradient(to bottom, #94c500 50%, white 50%) !important;\n background-size: 100% 200% !important;\n transition: all 0.4s;\n}\n\n[data-juicy=false] ._23-CV:hover {\n background-color: unset;\n background-position: 0 -100%;\n color: #7eb530 !important;\n}\n\n/* Generic balloon */\n[data-juicy=false] ._1ZY-H {\n background: rgba(46,46,48,0.5);\n border: 1px solid white;\n}\n\n[data-juicy=false] ._1ZY-H td {\n \n}\n\n._2eGOJ, .JkZr2 {\n color\n\n._2gMcA {\n color: #c3c3c3;\n}\n\n/* Foreign letters */\n._2Hv7w {\n background: rgba(0,0,0,0.5);\n border: 1px solid #777;\n}\n\n.i4K-8:hover {\n transition: all 0.4s;\n}\n\n._1qBnH {\n color: lightgray;\n}\n\n/* Languages near username */\n._1oVFS {\n background: rgba(218, 218, 218, 0.5)\n}\n\n._1fA14 {\n color: black;\n}\n\n/* Hover under username */\n._31ObI {\n color: lightgray;\n}\n\n\n/* Duolingo stories after practise */\n._20PKJ {\n color: white;\n}\n\n/* Practise timer */\n.Xfhea {\n color: white;\n}\n}"
}
],
"updateDate": 1625323563298,
"_id": "a2740cc7-aa95-4331-b928-20da2bd5ca04",
"_rev": 1647162956387,
"id": 4,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1626449621961,
"name": "2011 Classroom - Red",
"sections": [
{
"code": ".zIKt9b, .W0dUmf\n{\n background: url(\"https://images.freecreatives.com/wp-content/uploads/2015/12/Hand-Made-White-Paper-Texture-Pattern.jpg\") !important;\n}\n\n.joJglb{\n background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(96, 96, 96) 100%)\n}\n\n.IqJTee, .cjq2Db, .gb_pa svg, .A6d2c, .wZTANe .J1raN, .dDKhVc, .BEAGS:not(.RDPZE){\n color: #ffffff !IMPORTANT;\n}\n\n.PNzAWd{\n margin-top: 3000px;\n}\n\n.OjOEXb, .Gf8MK, .DShyMc-MzU4MTUwMDU2ODUw.CNpREd, .bFjUmb-Tvm9db,.BEAGS, .MbhUzd, .e19J0b, .CeoRYc{\n background: linear-gradient(0deg, rgba(66,0,0,1) 0%, rgba(147,0,0,1) 100%) !important;\n}\n\n.Aopndd{\n border-radius: 0px !important;\n background: linear-gradient(0deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);\n}\n\n.DShyMc-MzU4MTU0MjUwMTI1, .VnOHwf-Tvm9db, .eumXzf::after{\n border-color: #bd0000 !important;\n \n}\n\n.Y5sE8d:not(.RDPZE){\n background:linear-gradient(0deg, rgba(66,0,0,1) 0%, rgba(147,0,0,1) 100%);\n}\n\n.UGb2Qe{\n color: fff\n}\n\n.DShyMc-MzU4MTU0MjUwMTI1 .VnOHwf-Tvm9db, .A6dC2c, .AeAAkf:not(.RDPZE){\n color: #bd0000 !important;\n}\n.s7ovNb{\n \n position: relative !important;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: url(https://i.imgur.com/ULlMtCP.png) no-repeat;\n width: 200px; /* Width of new image */\n height: 26px; /* Height of new image */\n top: 0px ;\n background-size: 160px;\n left: -2px;\n padding-left: 200px; /* Equal to width of new image */\n padding-bottom: 0px !important;\n}\n\n.oleV8d{\n border-radius: 0.2rem;\n} \n\n",
"domains": [
"classroom.google.com"
]
}
],
"updateDate": 1626621655107,
"_id": "36dccf61-b422-45f6-bdc3-ece76f8f5749",
"_rev": 1643011388075,
"id": 5,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1626459439321,
"name": "netflix.com",
"sections": [
{
"code": ".pinning-header .main-header.menu-navigation, .member-header{background: rgb(87,0,0);\nbackground-image: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%); \n height: 55px;\n }\n \n .pinning-header .main-header .logo{\n width: 125px; \n height: 34px;\n background: url(\"https://i.imgur.com/PvrrRCw.png\");\n text-indent: -9999px;\n \n \n }\n .billboard-row, .volatile-billboard-animations-container{\n width: 0px;\n height: 0px;\n left: -9999px;\n }\n \n .previewModal--container, .episodeSelector {\n background: rgb(126,0,0);\nbackground: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(158,0,0,1) 100%); \n }\n \n .moreLikeThis--wrapper, .titleGroup--wrapper{\n background: linear-gradient(90deg, rgba(101,0,0,1) 0%, rgba(255,0,0,1) 100%);\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 0px !important;\n }\n \n .episodeSelector{\n background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 0px !important;\n }\n \n .episodeSelector-label{\n color: #000\n }\n \n .ltr-v8pdkb.color-primary{\n background-image: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%);\n color: #fff;\n }\n \n .list-profiles{\n background: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%);\n padding: 44px;\n }\n \n .profile-gate-label, .profile-name{\n color: #fff !important;\n \n }\n \n .profile-button{\n color: #fff !important;\n background: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%);\n }\n .profile-gate-label{\n font-size: 2.5vw !important;\n }\n \n \n \n \n \n .titleCardList--container, .trailersAndMore--container, .trailersAndMore--wrapper, .about-wrapper{\n border-bottom: 0px solid;\n background: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(147,0,0,1) 100%);\n }\n \n .previewModal--detailsMetadata{\n background-image: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%); \n padding-left: 22px;\n padding-right: 22px;\n }\n \n .ltr-111bn9j{\n background-image: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%); \n \n }\n \n .ltr-16khy1u, .ltr-phrqbf, .ltr-qaow63, .ltr-byae8f{\n background: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(147,0,0,1) 100%);\n }\n \n .previewModal--info{\n background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);\n \n }\n .rowHeader, .ltr-0{\n \n }\n body, html, .profiles-gate-container {\n background: #eee!important;\n color: #fff;\n}\n \n .previewModal--tags-label{\n color: #fff;\n }\n \n .row-header-title{\n color: #000 \n }\n \n .title-card-container > .progress .progress-bar, .title-card-container > .progress .progress-completed.progress-completed{\n height: 9px;\n }\n \n .progress-bar{\n background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(97,97,97,1) 100%)\n }\n\n .progress-completed{\n background: linear-gradient(0deg, rgba(152,0,0,1) 0%, rgba(214,0,0,1) 100%);\n }\n.akira-header.head-opaque {\n background-color: rgba(255, 255, 255, 1);\n}\n\n.akira-header {\n background-image: none!important;\n background-color: rgba(255, 255, 255, 0.9);\n -webkit-box-shadow: inset 0px -1px 0px 0px #ddd;\n -moz-box-shadow: inset 0px -1px 0px 0px #ddd;\n box-shadow: inset 0px -1px 0px 0px #ddd;\n}\n\n.searchTab span, .akira-header>ul>li>a {\n color: #fffafa;\n text-shadow: none;\n}\n \n .lolomoRow.lolomoRow_title_card{\n margin: 1vw 0\n }\n \n .pinning-header{\n height: 120px;\n }\n \n .ltr-pjs1vp.color-supplementary {\n color: #FFF;\n background: linear-gradient(0deg, rgba(152,0,0,1) 0%, rgba(214,0,0,1) 100%);\n border: 0px;\n }\n \n .current-progress {\n background: linear-gradient(0deg, rgba(152,0,0,1) 0%, rgba(214,0,0,1) 100%) !important;\n \n background-size: contain !important;\n }\n \n .PlayerControls--progress-control-row-standard.PlayerControls--progress-control-row-hidden\n {\n background-color: #483\n }\n \n .buffered {\n background: linear-gradient(0deg, rgb(156, 155, 155) 0%, rgb(219, 218, 218) 100%) !important;\n \n background-size: contain !important;\n }\n \n .track {\n background: linear-gradient(0deg, rgb(92, 92, 92) 0%, rgb(156, 155, 155) 100%) !important;\n \n background-size: contain !important;\n }\n \n .scrubber-head {\n background: linear-gradient(0deg, rgba(152,0,0,1) 0%, rgba(214,0,0,1) 100%) !important;\n background-size: contain !important;\n }\n \n .PlayerControlsNeo__button-control-row{\n font-size: 0.7em;\n }\n \n \n .nfp-button-control{\n fill: #b9b4b4\n }\n \n .PlayerControlsNeo__bottom-controls {\n background: rgb(0,0,0);\nbackground: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);\n \n }\n \n .time-remaining__time{\n font-size: 1.5em;\n }\n\n.profile-button a:hover, .profile-button span:hover {\n color: inherit;\n border: 1px solid grey;\n}\n\n.nfDropDown.theme-lakira .label, .list-profiles .profile-gate-label, .profiles-gate-container li a.focused .profile-name, .profiles-gate-container li a:focus .profile-name, .profiles-gate-container li a:hover .profile-name, .lolomoRow.lolomoRow_title_card .rowTitle, .lolomoRow.lolomoRow_title_card:hover a.rowTitle:hover, .service-code:hover {\n color: #888;\n}\n\n.nfDropDown.theme-lakira .label {\n border-color: #888;\n background: transparent;\n}\n\n.nfDropDown.theme-lakira .label .arrow {\n border-top-color: #888;\n}\n\n\n.profiles-gate-container .profile-icon{\n border-color: #444;\n}\n\n.profiles-gate-container li a.focused .profile-icon, .profiles-gate-container li a:focus .profile-icon, .profiles-gate-container li a:hover .profile-icon {\n border-color: #000;\n}\n .rowContainer, .rowContent, .slider:hover, .handle, .handle.active:hover, .handle, .handleNext, .rowContent, .slider-hover-trigger-layer{\n background-image: linear-gradient(0deg, rgb(117, 0, 0) 0%, rgba(189,0,0,1) 100%); \n }",
"urlPrefixes": [
"https://www.netflix.com",
"https://www.netflix.com/YourAccount",
"https://www.netflix.com/browse",
"https://www.netflix.com/watch"
],
"domains": [
"netflix.com"
]
}
],
"updateDate": 1626459439321,
"_id": "fd2cc5d9-87d1-478f-ab6f-af643c99c0ec",
"_rev": 1627655413868,
"id": 6,
"_usw": {}
},
{
"enabled": false,
"updateUrl": null,
"url": null,
"installDate": 1626515039162,
"name": "Anime Classroom - Naruto",
"sections": [
{
"code": ".zIKt9b, .W0dUmf\n{\n background: url(\"https://wallpaperaccess.com/full/5229312.jpg\") no-repeat !important;\n background-size: cover !important;\n}\n\n.ksBjEc{\n color: #fff !important;\n box-shadow: 2px 3px 9px #fff;\n}\n.joJglb{\n background: url(\"https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.CVc6CaV2OWhk0jlHSYizpwAAAA%26pid%3DApi&f=1\")\n}\n\n.IqJTee, .cjq2Db, .gb_pa svg, .A6d2c, .wZTANe .J1raN, .dDKhVc, .DShyMc-MzU4MTU2MDA1MDIx, .BEAGS:not(.RDPZE){\n color: #ffffff !IMPORTANT;\n}\n\n.PNzAWd{\n margin-top: 3000px;\n}\n.tLDEHd{\n color: #fff !important;\n\n}\n\n.OjOEXb, .Gf8MK, .DShyMc-MzU4MTUwMDU2ODUw.CNpREd, .bFjUmb-Tvm9db,.BEAGS, .MbhUzd, .e19J0b, .CeoRYc{\n background: url(\"https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.w2_zl6L_JZSPfvi6InwX_AHaFj%26pid%3DApi&f=1\")!important;\n}\n\n.Aopndd{\n border-radius: 0px !important;\n background: linear-gradient(0deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);\n}\n\n.DShyMc-MzU4MTU0MjUwMTI1, .VnOHwf-Tvm9db, .eumXzf::after{\n border-color: #bd6b00 !important;\n \n}\n\n.Y5sE8d:not(.RDPZE){\n background:linear-gradient(0deg, rgb(66, 40, 0) 0%, rgb(147, 74, 0) 100%);\n}\n\n\n.DShyMc-MzU4MTU0MjUwMTI1 .VnOHwf-Tvm9db, .A6dC2c, .AeAAkf:not(.RDPZE){\n color: #bd5f00 !important;\n}\n.s7ovNb{\n \n position: relative !important;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: url(https://i.ibb.co/w7z1BVk/ULlMtCP.png) no-repeat;\n\n width: 200px; /* Width of new image */\n height: 26px; /* Height of new image */\n top: 0px ;\n background-size: 160px;\n left: -2px;\n padding-left: 200px; /* Equal to width of new image */\n padding-bottom: 0px !important;\n}\n\n.oleV8d{\n border-radius: 0.2rem;\n} \n\n",
"domains": [
"classroom.google.com"
]
}
],
"updateDate": 1643011060965,
"_id": "c0a1e65f-02a3-4d7f-a5fb-eb4c1e290dbb",
"_rev": 1643011353060,
"id": 7,
"_usw": {}
},
{
"enabled": false,
"updateUrl": null,
"url": null,
"installDate": 1627629465667,
"name": "search.yahoo.com",
"sections": [
{
"code": "#sticky-hd{\nbackground: linear-gradient(0deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 100%)!important; \n}",
"domains": [
"in.search.yahoo.com"
]
}
],
"updateDate": 1627618994909,
"_id": "430f3177-aab8-429f-9653-4d41282e66c6",
"_rev": 1631158247162,
"id": 8,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1627619041495,
"name": "d",
"sections": [
{
"code": ""
}
],
"updateDate": 1627651222470,
"_id": "7af1519a-b30b-49b4-9f44-84413689da6f",
"_rev": 1627655413871,
"id": 9,
"_usw": {}
},
{
"enabled": false,
"updateUrl": null,
"url": null,
"installDate": 1627651234061,
"name": "search.yahoo.com",
"sections": [
{
"code": "#hd #logo{\n left: 20px !important;\n right: 0px !important;\n}\n\n#sticky-hd{\n \n position: relative !important;\n \n \nbackground: linear-gradient(0deg, rgb(199, 217, 234) 0%, rgb(255, 255, 255) 100%)!important; \n \n padding-top: 1px;\n top: -11px !important;\n height: 73px !important;\n\n \n}\n\n\n.user{\n position: relative !important;\n width: 99px !important;\n}\n\n.hd_nav_item{\n right: 20px !important;\n top: 14px !important;\n \n}\n\n.icon.profile{\n height: 0px !important;\n width: 0px;\n}\n\n.hd_nav_item .text\n{color: #fff;}\n\n#ysignout{\n color: #fff;\n background: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%);\n padding-left: 14px;\n padding-right: 0px;\n padding-bottom: 3px;\n}\n\n#ymail{\n background: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%);\n margin: 0px;\n padding-top: 0px;\n top: 2px;\n padding-left: 3px;\n padding-right: 3px;\n}\n\n.icon.mail{\n\n filter: brightness(0) invert();\n -webkit-filter: brightness(0) invert();\n}\n#horizontal-bar{\n background: rgb(101,0,103);\nbackground: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%); \n color: #fff !important;\n \n position: relative !important;\n top: -11px !important;\n}\n\n\n#html{\n color: #fff !important;\n}\n\n#horizontal-bar li a, #horizontal-bar li span{\n color: #fff !important;\n margin-left: -11px\n \n}\n\n.ico, .ico-modern ico-web, .mag-glass-fill{\n visibility: hidden\n}\n\n#web a:visited{\n color: #a40000 !important;\n}\n.sbb-wrap, .sbb{\n background-color: #fff0 !important;\n color: #fff0 !important;\n width: 0px;\n}\n\n.sbq{\n height: 34px;\n}\n.sbb-wrap{\n position: relative;\n height: 34px;\n width: 125px;\n top: -35px;\n left: 555px;\nbackground-image: url(\"https://i.imgur.com/jAHRjQD.png\") ;\n border-color: #000\n\n\n}\n\n#logo{\n\n background-image: url(\"https://i.imgur.com/vd3Kc4H.png\");\nright: 0px !important;\n top: 1111px !important;\n\n}\n\n#hd, #logo{\n right: 0px !important;\n}\n.sa-item, #hd, #sf{\n\n}\n\n.sbq-wrap{\n background-color: #000 !important;\n border-color: #000\n \n \n}\n\n.sbq{\n border-color: #000\n}\n",
"domains": [
"search.yahoo.com"
]
}
],
"updateDate": 1631158300692,
"_id": "66d9d459-8744-44fb-bd47-9450692b7eef",
"_rev": 1644693442907,
"id": 10,
"_isUswLinked": true,
"tmpSourceCode": "#hd #logo{\n left: 20px !important;\n right: 0px !important;\n}\n\n#sticky-hd{\n \n position: relative !important;\n \n \nbackground: linear-gradient(0deg, rgb(199, 217, 234) 0%, rgb(255, 255, 255) 100%)!important; \n \n padding-top: 1px;\n top: -11px !important;\n height: 73px !important;\n\n \n}\n\n\n.user{\n position: relative !important;\n width: 99px !important;\n}\n\n.hd_nav_item{\n right: 20px !important;\n top: 14px !important;\n \n}\n\n.icon.profile{\n height: 0px !important;\n width: 0px;\n}\n\n.hd_nav_item .text\n{color: #fff;}\n\n#ysignout{\n color: #fff;\n background: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%);\n padding-left: 14px;\n padding-right: 0px;\n padding-bottom: 3px;\n}\n\n#ymail{\n background: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%);\n margin: 0px;\n padding-top: 0px;\n top: 2px;\n padding-left: 3px;\n padding-right: 3px;\n}\n\n.icon.mail{\n\n filter: brightness(0) invert();\n -webkit-filter: brightness(0) invert();\n}\n#horizontal-bar{\n background: rgb(101,0,103);\nbackground: linear-gradient(0deg, rgba(101,0,103,1) 0%, rgba(155,0,158,1) 100%); \n color: #fff !important;\n \n position: relative !important;\n top: -11px !important;\n}\n\n\n#html{\n color: #fff !important;\n}\n\n#horizontal-bar li a, #horizontal-bar li span{\n color: #fff !important;\n margin-left: -11px\n \n}\n\n.ico, .ico-modern ico-web, .mag-glass-fill{\n visibility: hidden\n}\n\n#web a:visited{\n color: #a40000 !important;\n}\n.sbb-wrap, .sbb{\n background-color: #fff0 !important;\n color: #fff0 !important;\n width: 0px;\n}\n\n.sbq{\n height: 34px;\n}\n.sbb-wrap{\n position: relative;\n height: 34px;\n width: 125px;\n top: -35px;\n left: 555px;\nbackground-image: url(\"https://i.imgur.com/jAHRjQD.png\") ;\n border-color: #000\n\n\n}\n\n#logo{\n\n background-image: url(\"https://i.imgur.com/vd3Kc4H.png\");\nright: 0px !important;\n\n}\n\n#hd, #logo{\n right: 0px !important;\n}\n.sa-item, #hd, #sf{\n\n}\n\n.sbq-wrap{\n background-color: #000 !important;\n border-color: #000\n \n \n}\n\n.sbq{\n border-color: #000\n}\n",
"metadata": {},
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1627655710260,
"name": "www.youtube.com",
"sections": [
{
"code": "// ==UserScript==\n// @name 2012tube\n// @namespace http://crazyfrog.neocities.org/\n// @version 0.1\n// @description replaces youtube player with 2012 html5 player.\n// @author crazy frog#8833\n// @match https://www.youtube.com/watch?v=*\n// @grant none\n// ==/UserScript==\n\n(function(){\nwindow.addEventListener(\"load\", playerLoad);\nvar getUrlParameter = function getUrlParameter(sParam) {\n var sPageURL = window.location.search.substring(1),\n sURLVariables = sPageURL.split('&'),\n sParameterName,\n i;\n\n for (i = 0; i < sURLVariables.length; i++) {\n sParameterName = sURLVariables[i].split('=');\n\n if (sParameterName[0] === sParam) {\n return typeof sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);\n }\n }\n return false;\n};\nlet currentPage = location.href;\nsetInterval(function()\n{\n if (currentPage != location.href)\n {\n currentPage = location.href;\n playerLoad();\n }\n}, 500);\nfunction playerLoad() {\n var script = document.createElement(\"script\");\n script.type = \"text/javascript\";\n script.textContent = 'document.getElementById(\"player-container\").innerHTML = \\'<iframe width=\"100%\" height=\"100%\" src=\"https://epictube.ueuo.com/2012_embed/2012?v='+getUrlParameter(\"v\")+'\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>\\'';\n document.documentElement.appendChild(script);\n console.log(\"Loaded patched 2012 player by crazy frog#3757\");\n}\n})();",
"domains": [
"www.youtube.com"
]
}
],
"updateDate": 1627655710260,
"_id": "d10c2dcf-28cc-47b4-bba7-524efc55c9cd",
"_rev": 1644033118241,
"id": 11,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/160431.user.css",
"url": null,
"installDate": 1627790414871,
"sections": [
{
"code": "img[src=\"//www.gmail.com/mail/help/images/logonew.gif\"] {\n background: url(https://gmail.com/mail/help/images/logo.gif) !important;\n background-repeat: no-repeat !important;\n width: 0px !important;\n padding-left: 139px !important;\n}",
"start": 295,
"domains": [
"mail.google.com"
]
}
],
"sourceCode": "/* ==UserStyle==\n@name Classic Gmail Logo for Basic HTML UI\n@namespace USO Archive\n@author Old Google\n@description `Enjoy!`\n@version 20180525.13.51\n@license NO-REDISTRIBUTION\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"mail.google.com\") {\nimg[src=\"//www.gmail.com/mail/help/images/logonew.gif\"] {\n background: url(https://gmail.com/mail/help/images/logo.gif) !important;\n background-repeat: no-repeat !important;\n width: 0px !important;\n padding-left: 139px !important;\n}\n}\n",
"usercssData": {
"name": "Classic Gmail Logo for Basic HTML UI",
"namespace": "USO Archive",
"author": "Old Google",
"description": "Enjoy!",
"version": "20180525.13.51",
"license": "NO-REDISTRIBUTION",
"preprocessor": "uso"
},
"author": "Old Google",
"description": "Enjoy!",
"name": "Classic Gmail Logo for Basic HTML UI",
"originalDigest": "3df5178947ecb175dbc7ab0787eb0078b3f6d6de",
"_id": "1afe371a-95d0-4a60-a414-555942295c8d",
"_rev": 1627790414872,
"id": 12,
"_usw": {},
"etag": "W/\"227-4JQtIGWk5ht8uFTfIBIE5FgbN6Y\""
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1637686575275,
"name": "www.youtube.com",
"sections": [
{
"code": " #related #text.ytd-channel-name{\n font-size: 14px !important;\n }\n\n.ytp-chrome-controls, .ytp-play-button, .ytp-button{\n color: #0000 !important;\n\n}\n\n.ytd-multi-page-menu-renderer{background-image: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);}\n\n\n\n#search-icon-legacy.ytd-searchbox{\n border-color: #ccc #ccc #aaa;\n\tbackground-image: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);\n\tcolor: #333;\n\tborder-bottom: 1px solid #aaa;\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n}\nyt-icon.style-scope.ytd-searchbox {\n content: url(https://i.imgur.com/DMogC3v.png);\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/www-refresh-vflk40U3E.png);\n\tbackground-position: -19px -104px;\n position: relative;\n \n width: 15px !important;\n height: 15px !important;\n margin: 0px 5px;\n \n}\n\n.ytd-watch-flexy{\n box-shadow:\n}\n\n#subscribe-button tp-yt-paper-button{\n background: rgb(136,0,0);\nbackground: linear-gradient(0deg, rgb(123, 0, 0) 0%, rgb(208, 0, 0) 100%); \n \n}\n#subscribe-button, .ytd-subscribe-button-renderer{\n font-weight: 600 !important;\n}\n\n#tp-yt-paper-button.ytd-subscribe-button-renderer[subscribed]{\n color: #fff !important;\n}\n\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4)::after{\n font-weight: 400 !important;\n}",
"domains": [
"www.youtube.com"
]
}
],
"updateDate": 1638205230792,
"_id": "0ec99d85-3c55-4fdc-9999-496b0195a156",
"_rev": 1644033116628,
"id": 14,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://userstyles.world/api/style/303.user.css",
"url": "https://userstyles.world/style/303",
"installDate": 1637687438662,
"sections": [
{
"code": "#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){\ncolor:transparent!important;\nheight: 28px;\nposition:relative;\ntop:5px;\n\nborder: solid 1px transparent;\npadding: 0 10px;\nwidth:100px;\n left: 55px;\n\noutline: 0;\nline-height: 2.3;\nborder-radius: 4px;\nborder-color: #d3d3d3;\nbackground: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);\ncursor:pointer; \nbox-shadow: 0 1px 0 rgb(0 0 0 / 10%);\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {\nbackground:#171717;\nborder-color:#2c2c2c\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nborder-color: #c6c6c6;\nbackground: #f0f0f0;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nbackground:#1f1f1f;\nborder-color:#393939\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground: #e9e9e9;\nbox-shadow: inset 0 1px 0 #ddd;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground:#262626;\nbox-shadow: inset 0 1px 0 #444\n}\n\n\n.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {\npadding:0;\nwidth:55px;\nmargin-left:-5px\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncontent:\"Upload / Notifications\";\n white-space: nowrap !important;\nposition:relative!important;\nright:45px!important;\nfont-size:11px;\ncolor:rgb(51, 51, 51);\ntext-transform:none;\ntext-decoration: none;\nfont-weight: 500;\nline-height:29px\n}\n/* YouTube Old Home Style by figgycity50*/\n@media (max-width:2000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 6 !important;\n --ytd-rich-grid-posts-per-row: 6 !important;\n }\n}\n\n@media (max-width:1600px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 5 !important;\n --ytd-rich-grid-posts-per-row: 5 !important;\n }\n}\n\n@media (max-width:1300px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 4 !important;\n --ytd-rich-grid-posts-per-row: 4 !important;\n }\n}\n\n@media (max-width:1000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 3 !important;\n --ytd-rich-grid-posts-per-row: 3 !important;\n }\n}\n\n@media (max-width:700px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 2 !important;\n --ytd-rich-grid-posts-per-row: 2 !important;\n }\n}\n\n@media (max-width:400px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 1 !important;\n --ytd-rich-grid-posts-per-row: 1 !important;\n }\n}\n\n\nytd-rich-grid-renderer {\n width: 75.6%;\n margin: auto;\n}\n\nytd-rich-shelf-renderer {\n border-top-width: 1px;\n}\n\n#show-more-button.ytd-rich-shelf-renderer {\n border-bottom-width: 1px;\n}\n\n#title.ytd-rich-grid-renderer, #title.ytd-rich-shelf-renderer {\n font-size: 1.5rem;\n line-height: 1.5rem;\n}\n\n#grid-header.ytd-rich-grid-renderer, #rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 18px;\n}\n\n#rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 0px;\n}\n\n#avatar-link {\n display: none;\n}\n\n#video-title.ytd-rich-grid-video-renderer {\n font-size: 1.4rem;\n line-height: 1.8rem;\n max-height: 3.5rem;\n}\n\nh3.ytd-rich-grid-video-renderer {\n margin: 6px 0 4px 0;\n}\n\n#metadata-line.ytd-video-meta-block span.ytd-video-meta-block, #text.complex-string.ytd-channel-name {\n font-size: 1.3rem;\n}\n\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncolor:#eee\n}\n\n#search-form.ytd-searchbox{\n border-top-left-radius: 4px !important;\n border-bottom-left-radius: 4px !important;\n}",
"start": 0
}
],
"sourceCode": " /* ==UserStyle==\n@name Old Upload youtube 2016\n@namespace userstyles.world\n@version 1.0.0\n==/UserStyle== */\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){\ncolor:transparent!important;\nheight: 28px;\nposition:relative;\ntop:5px;\n\nborder: solid 1px transparent;\npadding: 0 10px;\nwidth:100px;\n left: 55px;\n\noutline: 0;\nline-height: 2.3;\nborder-radius: 4px;\nborder-color: #d3d3d3;\nbackground: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);\ncursor:pointer; \nbox-shadow: 0 1px 0 rgb(0 0 0 / 10%);\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {\nbackground:#171717;\nborder-color:#2c2c2c\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nborder-color: #c6c6c6;\nbackground: #f0f0f0;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nbackground:#1f1f1f;\nborder-color:#393939\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground: #e9e9e9;\nbox-shadow: inset 0 1px 0 #ddd;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground:#262626;\nbox-shadow: inset 0 1px 0 #444\n}\n\n\n.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {\npadding:0;\nwidth:55px;\nmargin-left:-5px\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncontent:\"Upload / Notifications\";\n white-space: nowrap !important;\nposition:relative!important;\nright:45px!important;\nfont-size:11px;\ncolor:rgb(51, 51, 51);\ntext-transform:none;\ntext-decoration: none;\nfont-weight: 500;\nline-height:29px\n}\n/* YouTube Old Home Style by figgycity50*/\n@media (max-width:2000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 6 !important;\n --ytd-rich-grid-posts-per-row: 6 !important;\n }\n}\n\n@media (max-width:1600px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 5 !important;\n --ytd-rich-grid-posts-per-row: 5 !important;\n }\n}\n\n@media (max-width:1300px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 4 !important;\n --ytd-rich-grid-posts-per-row: 4 !important;\n }\n}\n\n@media (max-width:1000px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 3 !important;\n --ytd-rich-grid-posts-per-row: 3 !important;\n }\n}\n\n@media (max-width:700px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 2 !important;\n --ytd-rich-grid-posts-per-row: 2 !important;\n }\n}\n\n@media (max-width:400px) {\n ytd-rich-grid-renderer {\n --ytd-rich-grid-items-per-row: 1 !important;\n --ytd-rich-grid-posts-per-row: 1 !important;\n }\n}\n\n\nytd-rich-grid-renderer {\n width: 75.6%;\n margin: auto;\n}\n\nytd-rich-shelf-renderer {\n border-top-width: 1px;\n}\n\n#show-more-button.ytd-rich-shelf-renderer {\n border-bottom-width: 1px;\n}\n\n#title.ytd-rich-grid-renderer, #title.ytd-rich-shelf-renderer {\n font-size: 1.5rem;\n line-height: 1.5rem;\n}\n\n#grid-header.ytd-rich-grid-renderer, #rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 18px;\n}\n\n#rich-shelf-header.ytd-rich-shelf-renderer {\n margin: 18px 0 18px 0px;\n}\n\n#avatar-link {\n display: none;\n}\n\n#video-title.ytd-rich-grid-video-renderer {\n font-size: 1.4rem;\n line-height: 1.8rem;\n max-height: 3.5rem;\n}\n\nh3.ytd-rich-grid-video-renderer {\n margin: 6px 0 4px 0;\n}\n\n#metadata-line.ytd-video-meta-block span.ytd-video-meta-block, #text.complex-string.ytd-channel-name {\n font-size: 1.3rem;\n}\n\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncolor:#eee\n}\n\n#search-form.ytd-searchbox{\n border-top-left-radius: 4px !important;\n border-bottom-left-radius: 4px !important;\n}\n",
"usercssData": {
"name": "Old Upload youtube 2016",
"namespace": "userstyles.world",
"version": "1.0.0"
},
"name": "Old Upload youtube 2016",
"installationUrl": "https://userstyles.world/style/303",
"originalDigest": "7c888088f06c3eef86846616d72a54837767e7b7",
"_id": "04831e8d-3df1-490a-91f1-f7d08de5913e",
"_rev": 1644033125429,
"id": 15,
"updateDate": 1637771974523,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://userstyles.world/api/style/1328.user.css",
"url": "https://userstyles.world/style/1328",
"installDate": 1637717037504,
"sections": [
{
"code": "#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){\ncolor:transparent!important;\nheight: 28px;\nposition:relative;\ntop:5px;\nborder: solid 1px transparent;\npadding: 0 10px;\nwidth:35px;\noutline: 0;\nline-height: 2.3;\nborder-radius: 2px;\nborder-color: #d3d3d3;\nbackground: #f8f8f8;\ncursor:pointer; \nbox-shadow: 0 1px 0 rgb(0 0 0 / 10%);\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {\nbackground:#171717;\nborder-color:#2c2c2c\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nborder-color: #c6c6c6;\nbackground: #f0f0f0;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nbackground:#1f1f1f;\nborder-color:#393939\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground: #e9e9e9;\nbox-shadow: inset 0 1px 0 #ddd;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground:#262626;\nbox-shadow: inset 0 1px 0 #444\n}\n.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {\npadding:0;\nwidth:55px;\nmargin-left:-5px\n}\n#masthead:not([dark]) #button yt-icon-button yt-icon{\ncontent:\"Notifications\";\nposition:relative!important;\nright:45px!important;\nfont-size:11px;\ncolor:rgb(51, 51, 51);\ntext-transform:none;\ntext-decoration: none;\nfont-weight: 500;\nline-height:29px\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncolor:#eee\n}",
"start": 326,
"domains": [
"youtube.com"
]
}
],
"sourceCode": "/* ==UserStyle==\n@name Old YouTube Upload Icon\n@version 20211003.01.35\n@namespace userstyles.world/user/richardstyles\n@description a simple style that restores the old text only youtube upload icon\n\n@author richardstyles\n@license No License\n==/UserStyle== */\n\n@-moz-document domain(\"youtube.com\") {\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){\ncolor:transparent!important;\nheight: 28px;\nposition:relative;\ntop:5px;\nborder: solid 1px transparent;\npadding: 0 10px;\nwidth:35px;\noutline: 0;\nline-height: 2.3;\nborder-radius: 2px;\nborder-color: #d3d3d3;\nbackground: #f8f8f8;\ncursor:pointer; \nbox-shadow: 0 1px 0 rgb(0 0 0 / 10%);\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {\nbackground:#171717;\nborder-color:#2c2c2c\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nborder-color: #c6c6c6;\nbackground: #f0f0f0;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nbackground:#1f1f1f;\nborder-color:#393939\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground: #e9e9e9;\nbox-shadow: inset 0 1px 0 #ddd;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground:#262626;\nbox-shadow: inset 0 1px 0 #444\n}\n.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {\npadding:0;\nwidth:55px;\nmargin-left:-5px\n}\n#masthead:not([dark]) #button yt-icon-button yt-icon{\ncontent:\"Notifications\";\nposition:relative!important;\nright:45px!important;\nfont-size:11px;\ncolor:rgb(51, 51, 51);\ntext-transform:none;\ntext-decoration: none;\nfont-weight: 500;\nline-height:29px\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncolor:#eee\n}\n}",
"usercssData": {
"name": "Old YouTube Upload Icon",
"version": "20211003.01.35",
"namespace": "userstyles.world/user/richardstyles",
"description": "a simple style that restores the old text only youtube upload icon",
"author": "richardstyles",
"license": "No License"
},
"author": "richardstyles",
"description": "a simple style that restores the old text only youtube upload icon",
"name": "Old YouTube Upload Icon",
"installationUrl": "https://userstyles.world/style/1328",
"originalDigest": "1e8c9ff6217b060fe35ca10919f0b526b3cfde31",
"_id": "9541162b-f9ea-467f-84f8-d194f3e5a7f0",
"_rev": 1644033125841,
"id": 17,
"updateDate": 1637717095818,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1637717152842,
"name": "www.youtube.com",
"sections": [
{
"code": "/* ==UserStyle==\n@name Old YouTube Upload Icon\n@version 20211003.01.35\n@namespace userstyles.world/user/richardstyles\n@description a simple style that restores the old text only youtube upload icon\n\n@author richardstyles\n@license No License\n==/UserStyle== */"
},
{
"code": "/* ==UserStyle==\n@name Old Upload youtube 2016\n@namespace userstyles.world\n@version 1.0.0\n==/UserStyle== */\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){\ncolor:transparent!important;\nheight: 28px;\nposition:relative;\ntop:5px;\n\n \n \nborder: solid 1px transparent;\npadding: 0 10px;\nwidth:55px;\noutline: 0;\nline-height: 2.3;\nborder-radius: 4px;\nborder-color: #d3d3d3;\nbackground: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);\ncursor:pointer; \nbox-shadow: 0 1px 0 rgb(0 0 0 / 10%);\n}\n\n\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {\nbackground:#171717;\nborder-color:#2c2c2c\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nborder-color: #c6c6c6;\nbackground: #f0f0f0;\n}\n#name.ytd-author-comment-badge-renderer, #author-text.yt-simple-endpoint.ytd-comment-renderer{\n font-weight: 600 !important;\n}\n\n\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {\nbackground:#1f1f1f;\nborder-color:#393939\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\n box-shadow: 1px 1px 12px 2px #888 inset;\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {\nbackground:#262626;\nbox-shadow: inset 0 1px 0 #444\n}\n.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {\npadding:0;\nwidth:55px;\nmargin-left:-5px\n}\n#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncontent:\"Notifications\";\nposition:relative!important;\nright:46px!important;\nfont-size:11px;\ncolor:rgb(51, 51, 51);\ntext-transform:none;\ntext-decoration: none;\nfont-weight: 500;\nline-height:29px\n}\nhtml[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {\ncolor:#eee\n}\n\n.ytd-masthead{\n border-top-left-radius: 4px !important;\n border-bottom-left-radius: 4px !important;\n}\n",
"domains": [
"youtube.com"
]
}
],
"updateDate": 1643951020326,
"_id": "97024418-7bec-4aaf-9d53-8f74fcb225a6",
"_rev": 1644033114043,
"id": 18,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/180914.user.css",
"url": "https://uso.kkx.one//style/180914",
"installDate": 1637771757029,
"sections": [
{
"code": ".yt-uix-button-subscribe-unbranded, .yt-uix-button-subscribe-unbranded[disabled], .yt-uix-button-subscribe-unbranded[disabled]:hover, .yt-uix-button-subscribe-unbranded[disabled]:active, .yt-uix-button-subscribe-unbranded[disabled]:focus {\n border: 1px solid \n#f7c008;\nbackground: no-repeat url(https://i.imgur.com/czxoQeW.png) -3px -175px !important;\n height: 25px;\n}\n.yt-lockup-notification .yt-lockup-title a {\n font-weight: normal !important;\n}\n.yt-lockup-title a, .yt-lockup:hover .yt-lockup-meta a, .yt-lockup:hover .yt-lockup-description a {\n color: #167ac6;\n font: 12px \"YouTube Noto\",Roboto,arial,sans-serif;\n \nfont-size: 13px;\nline-height: normal;\n text-align: start;\n font-weight: 500 !important;\n}\n#action-panel-details a {\n color: #0033cc !important;\n}\n #subscribe-button > ytd-subscribe-button-renderer:not(.style-primary) > tp-yt-paper-button[subscribed]::before{\n border-right: 1px solid #000;\nborder-bottom: 1px solid #000;\n }\n \n .rsdRetro ytd-video-secondary-info-renderer ytd-metadata-row-container-renderer{\n border-top: 0px;\n }\n \n #secondary-inner.ytd-watch-flexy #playlist + #related:not(#secondary-inner.ytd-watch-flexy #playlist[hidden=\"true\"] + #related){\n padding-top: 0px !important;\n position: relative;\n top: 20px !important;\n height: 3px !important;\n }\n \n .ytd-subscribe-button-renderer[subscribed]{\n position: relative !important\n left: 222px !important;\n color: #fff !important;\n }\n \n #button .yt-icon-button .yt-icon{\n fill: #fff0;\n }\n\t/*TITULO*/\n\t#watch7-headline span {\n color: #333 !important;\n font-size: 20px !important;\n font-weight: bold !important;\n font-family: arial, sans-serif !important;\n}\n/*TAGS*/\n\t#watch7-headline a {\n color: \n #0033cc !important;\n font-size: 12px !important;\n}\n.standalone-collection-badge-renderer-text a {\n background-color: \n #f1f1f1;\n border-radius: 2px;\n color: #090;\n padding: 0 4px;\n margin-right: 6px;\n text-transform: none;\n}\n/*cambiar logo*/\n.exp-invert-logo #header::before, .exp-invert-logo .ypc-join-family-header .logo, .exp-invert-logo #footer-logo .footer-logo-icon, .exp-invert-logo #yt-masthead #logo-container .logo, .exp-invert-logo #masthead #logo-container, .exp-invert-logo .admin-masthead-logo a, .exp-invert-logo #yt-sidebar-styleguide-logo #logo {\n background: no-repeat url(https://i.imgur.com/nxxH3tQ.png) !important;\n background-size: auto !important;\n background-size: 90px 30px !important;\n}\n/*cambiar color de azules*/\n a {\n /*color: #0033cc !important;*/\n cursor: pointer !important;\n text-decoration: none !important;\n font-weight: normal !important \n}\n/*cambiar fuentes*/\n .comment-renderer-header .comment-renderer-time {\n color: #7eff00 !important;\n font-size: 11px;\n}\nbody, input, button, textarea, select {\n font-size: 13px;\n}\n/*cambiar color de likes*/\n .comment-renderer-like-count {\n margin-right: 8px;\n color: #090;\n font-size: 9pt;\n vertical-align: top;\n}\nbutton, input, textarea {\n}\n/*contador visitas*/\n .watch-view-count {\n margin-top: 3px;\n font-weight: bold !important;\n color: #333 !important;\n font-size: 19px !important;\n font-family: arial, sans-serif !important;\n}\n/*descripcion*/\nbody, input, button, textarea, select {\n font-size: 13px !important;\n}\n/*boton like*/\n.like-button-renderer-like-button:active .yt-uix-button-content, .like-button-renderer-like-button.yt-uix-button-toggled .yt-uix-button-content {\n color: #090 !important;\n}\n/*boton dislike*/\n.like-button-renderer-dislike-button:active .yt-uix-button-content, .like-button-renderer-dislike-button.yt-uix-button-toggled .yt-uix-button-content {\n color: #C22 !important;\n}\n/*colores like dislike */\n.video-extras-sparkbar-dislikes{background:#C22!important}\n.video-extras-sparkbar-likes{background:#009900!important}\n\n.like-button-renderer-like-button.yt-uix-button:active::before, .like-button-renderer-like-button.yt-uix-button.yt-uix-button-toggled::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -79px -278px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.like-button-renderer-like-button::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) 0 -867px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.like-button-renderer-dislike-button::before {\n\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -174px -804px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n padding-bottom: 1px;\n\n}\n/*dislike se pinta a rojo*/\n\n.like-button-renderer-dislike-button:active::before, .like-button-renderer-dislike-button.yt-uix-button.yt-uix-button-toggled::before {\n\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -129px -887px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n padding-bottom: 1px;\n\n}\n\n/*eliminar alerta de youtube clasico dejara de funcionar*/\n#alerts, \n#initial-feed-promo, \n#my-subscriptions-promo, \n#channel-subscription-promo-in-feed, \n#watch7-branded-banner, \n.iph-dialog, .iph-bracket-left, \n.guide-section.guide-header.signup-promo, \n.watch7-card-promo {display: none !important;}\n.shelf-description, .shelf-annotation { display:none !important; }\n.branded-page-module-title a:visited, .branded-page-module-title a { display:none !important}\n.shelf-item .shelf-title-row {display: none !important;}\n/*{display: none;}*/\n\n.action-panel-trigger-share::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -267px -824px;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n\n#comment-section-renderer .sprite-like::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -199px -776px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-dislike::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -25px -606px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-dislike[aria-checked=\"true\"]::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -216px -70px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-like[aria-checked=\"true\"]::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -234px -70px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n.addto-button::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -264px -127px;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.yt-uix-button {\n font-size: 11px;\n white-space: nowrap;\n font-weight: normal !important;\n word-wrap: normal;\n line-height: normal;\n cursor: pointer;\n}\n/*boton suscribirse*/\n.yt-uix-button-subscribe-branded {\nbackground: no-repeat url(https://i.imgur.com/czxoQeW.png) 0px -175px !important;\n height: 25px;\n}\n.subscribe-label {\n\tcolor: #994800 !important;\n font-family: arial, sans-serif !important;\n\tfont-size: 12px !important;\n font-weight: bold !important;\n}\n.yt-uix-button-subscribe-branded::before {display: none}",
"start": 1269,
"domains": [
"youtube.com"
]
}
],
"name": "Classic YouTube Tweaks",
"originalDigest": "ff68170b6312fb14735551197da020baedff3732",
"_id": "402452a5-d47e-436d-9df2-65ccef2b6a89",
"_rev": 1644033124901,
"id": 19,
"_usw": {},
"etag": "W/\"2044-R8I7wPg+Fo6Y1rIOab2WgRmFHPs\"",
"sourceCode": "/* ==UserStyle==\n@name Classic YouTube Tweaks\n@namespace USO Archive\n@author Gabriel Cabrera\n@description `<p>Little tweaks to make the youtube experience better (if you liked the old youtube.)</p><p><strong>It doesn't work with the new Material Design UI, you need to downgrade using this extension for </strong><a href=\"https://addons.mozilla.org/en-US/firefox/addon/youtube-classic/%20\">Firefox</a> <strong>and</strong> <a href=\"https://chrome.google.com/webstore/detail/restore-classic-for-youtu/dhnphdafbioamppmaiaebbdobfhbhnlm?hl=es\">Chrome</a>.</p><p>Make sure you also install <a href=\"https://greasyfork.org/en/scripts/976-youtube-right-side-description\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/12271-revert-to-google-s-old-2012-2015-favicon\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/399220-yt-views-as-number-only\">THIS</a> to get the description in the side bar and other stuff like the favicon and the word 'views' removed (I recommend turning off the <strong>Retro Style</strong> in the \"More\" option under a video) <em>(Install it using Tampermonkey).</em></p>`\n@version 20200325.6.50\n@license NO-REDISTRIBUTION\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"youtube.com\") {\n\n.yt-uix-button-subscribe-unbranded, .yt-uix-button-subscribe-unbranded[disabled], .yt-uix-button-subscribe-unbranded[disabled]:hover, .yt-uix-button-subscribe-unbranded[disabled]:active, .yt-uix-button-subscribe-unbranded[disabled]:focus {\n border: 1px solid \n#f7c008;\nbackground: no-repeat url(https://i.imgur.com/czxoQeW.png) -3px -175px !important;\n height: 25px;\n}\n.yt-lockup-notification .yt-lockup-title a {\n font-weight: normal !important;\n}\n.yt-lockup-title a, .yt-lockup:hover .yt-lockup-meta a, .yt-lockup:hover .yt-lockup-description a {\n color: #167ac6;\n font: 12px \"YouTube Noto\",Roboto,arial,sans-serif;\n \nfont-size: 13px;\nline-height: normal;\n text-align: start;\n font-weight: 500 !important;\n}\n#action-panel-details a {\n color: #0033cc !important;\n}\n #subscribe-button > ytd-subscribe-button-renderer:not(.style-primary) > tp-yt-paper-button[subscribed]::before{\n border-right: 1px solid #000;\nborder-bottom: 1px solid #000;\n }\n \n .rsdRetro ytd-video-secondary-info-renderer ytd-metadata-row-container-renderer{\n border-top: 0px;\n }\n \n #secondary-inner.ytd-watch-flexy #playlist + #related:not(#secondary-inner.ytd-watch-flexy #playlist[hidden=\"true\"] + #related){\n padding-top: 0px !important;\n position: relative;\n top: 20px !important;\n height: 3px !important;\n }\n \n .ytd-subscribe-button-renderer[subscribed]{\n position: relative !important\n left: 222px !important;\n color: #fff !important;\n }\n \n #button .yt-icon-button .yt-icon{\n fill: #fff0;\n }\n\t/*TITULO*/\n\t#watch7-headline span {\n color: #333 !important;\n font-size: 20px !important;\n font-weight: bold !important;\n font-family: arial, sans-serif !important;\n}\n/*TAGS*/\n\t#watch7-headline a {\n color: \n #0033cc !important;\n font-size: 12px !important;\n}\n.standalone-collection-badge-renderer-text a {\n background-color: \n #f1f1f1;\n border-radius: 2px;\n color: #090;\n padding: 0 4px;\n margin-right: 6px;\n text-transform: none;\n}\n/*cambiar logo*/\n.exp-invert-logo #header::before, .exp-invert-logo .ypc-join-family-header .logo, .exp-invert-logo #footer-logo .footer-logo-icon, .exp-invert-logo #yt-masthead #logo-container .logo, .exp-invert-logo #masthead #logo-container, .exp-invert-logo .admin-masthead-logo a, .exp-invert-logo #yt-sidebar-styleguide-logo #logo {\n background: no-repeat url(https://i.imgur.com/nxxH3tQ.png) !important;\n background-size: auto !important;\n background-size: 90px 30px !important;\n}\n/*cambiar color de azules*/\n a {\n /*color: #0033cc !important;*/\n cursor: pointer !important;\n text-decoration: none !important;\n font-weight: normal !important \n}\n/*cambiar fuentes*/\n .comment-renderer-header .comment-renderer-time {\n color: #7eff00 !important;\n font-size: 11px;\n}\nbody, input, button, textarea, select {\n font-size: 13px;\n}\n/*cambiar color de likes*/\n .comment-renderer-like-count {\n margin-right: 8px;\n color: #090;\n font-size: 9pt;\n vertical-align: top;\n}\nbutton, input, textarea {\n}\n/*contador visitas*/\n .watch-view-count {\n margin-top: 3px;\n font-weight: bold !important;\n color: #333 !important;\n font-size: 19px !important;\n font-family: arial, sans-serif !important;\n}\n/*descripcion*/\nbody, input, button, textarea, select {\n font-size: 13px !important;\n}\n/*boton like*/\n.like-button-renderer-like-button:active .yt-uix-button-content, .like-button-renderer-like-button.yt-uix-button-toggled .yt-uix-button-content {\n color: #090 !important;\n}\n/*boton dislike*/\n.like-button-renderer-dislike-button:active .yt-uix-button-content, .like-button-renderer-dislike-button.yt-uix-button-toggled .yt-uix-button-content {\n color: #C22 !important;\n}\n/*colores like dislike */\n.video-extras-sparkbar-dislikes{background:#C22!important}\n.video-extras-sparkbar-likes{background:#009900!important}\n\n.like-button-renderer-like-button.yt-uix-button:active::before, .like-button-renderer-like-button.yt-uix-button.yt-uix-button-toggled::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -79px -278px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.like-button-renderer-like-button::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) 0 -867px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.like-button-renderer-dislike-button::before {\n\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -174px -804px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n padding-bottom: 1px;\n\n}\n/*dislike se pinta a rojo*/\n\n.like-button-renderer-dislike-button:active::before, .like-button-renderer-dislike-button.yt-uix-button.yt-uix-button-toggled::before {\n\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -129px -887px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n padding-bottom: 1px;\n\n}\n\n/*eliminar alerta de youtube clasico dejara de funcionar*/\n#alerts, \n#initial-feed-promo, \n#my-subscriptions-promo, \n#channel-subscription-promo-in-feed, \n#watch7-branded-banner, \n.iph-dialog, .iph-bracket-left, \n.guide-section.guide-header.signup-promo, \n.watch7-card-promo {display: none !important;}\n.shelf-description, .shelf-annotation { display:none !important; }\n.branded-page-module-title a:visited, .branded-page-module-title a { display:none !important}\n.shelf-item .shelf-title-row {display: none !important;}\n/*{display: none;}*/\n\n.action-panel-trigger-share::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -267px -824px;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n\n#comment-section-renderer .sprite-like::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -199px -776px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-dislike::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -25px -606px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-dislike[aria-checked=\"true\"]::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -216px -70px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n#comment-section-renderer .sprite-like[aria-checked=\"true\"]::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -234px -70px;\n background-size: auto;\n background-size: auto;\n width: 14px;\n height: 14px;\n}\n.addto-button::before {\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) -264px -127px;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n.yt-uix-button {\n font-size: 11px;\n white-space: nowrap;\n font-weight: normal !important;\n word-wrap: normal;\n line-height: normal;\n cursor: pointer;\n}\n/*boton suscribirse*/\n.yt-uix-button-subscribe-branded {\nbackground: no-repeat url(https://i.imgur.com/czxoQeW.png) 0px -175px !important;\n height: 25px;\n}\n.subscribe-label {\n\tcolor: #994800 !important;\n font-family: arial, sans-serif !important;\n\tfont-size: 12px !important;\n font-weight: bold !important;\n}\n.yt-uix-button-subscribe-branded::before {display: none}\n}",
"usercssData": {
"name": "Classic YouTube Tweaks",
"namespace": "USO Archive",
"author": "Gabriel Cabrera",
"description": "<p>Little tweaks to make the youtube experience better (if you liked the old youtube.)</p><p><strong>It doesn't work with the new Material Design UI, you need to downgrade using this extension for </strong><a href=\"https://addons.mozilla.org/en-US/firefox/addon/youtube-classic/%20\">Firefox</a> <strong>and</strong> <a href=\"https://chrome.google.com/webstore/detail/restore-classic-for-youtu/dhnphdafbioamppmaiaebbdobfhbhnlm?hl=es\">Chrome</a>.</p><p>Make sure you also install <a href=\"https://greasyfork.org/en/scripts/976-youtube-right-side-description\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/12271-revert-to-google-s-old-2012-2015-favicon\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/399220-yt-views-as-number-only\">THIS</a> to get the description in the side bar and other stuff like the favicon and the word 'views' removed (I recommend turning off the <strong>Retro Style</strong> in the \"More\" option under a video) <em>(Install it using Tampermonkey).</em></p>",
"version": "20200325.6.50",
"license": "NO-REDISTRIBUTION",
"preprocessor": "uso"
},
"author": "Gabriel Cabrera",
"description": "<p>Little tweaks to make the youtube experience better (if you liked the old youtube.)</p><p><strong>It doesn't work with the new Material Design UI, you need to downgrade using this extension for </strong><a href=\"https://addons.mozilla.org/en-US/firefox/addon/youtube-classic/%20\">Firefox</a> <strong>and</strong> <a href=\"https://chrome.google.com/webstore/detail/restore-classic-for-youtu/dhnphdafbioamppmaiaebbdobfhbhnlm?hl=es\">Chrome</a>.</p><p>Make sure you also install <a href=\"https://greasyfork.org/en/scripts/976-youtube-right-side-description\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/12271-revert-to-google-s-old-2012-2015-favicon\">THIS</a> / <a href=\"https://greasyfork.org/en/scripts/399220-yt-views-as-number-only\">THIS</a> to get the description in the side bar and other stuff like the favicon and the word 'views' removed (I recommend turning off the <strong>Retro Style</strong> in the \"More\" option under a video) <em>(Install it using Tampermonkey).</em></p>",
"updateDate": 1643870083214
},
{
"enabled": true,
"updateUrl": "https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/173032.user.css",
"url": "https://uso.kkx.one//style/173032",
"installDate": 1637839730721,
"sections": [
{
"code": "@font-face\n{\n font-family: rosetta;\n src: url('https://abs.twimg.com/a/1462524371/font/rosetta-icons-Regular.woff');\n font-weight: 100;\n font-style: normal;\n}\n.Icon::after,\n.Icon::before\n{\n display: block;\n font-family: rosetta;\n}\n.Icon--caretDownLight::before\n{\n content: \"\\f196\";\n font-family: \"edgeicons\" !important;\n}\n.Icon--dotsVertical::before\n{\n content: \"\\f149\";\n font-family: \"edgeicons\" !important;\n}\n.Icon--homeFilled::before\n{\n content: \"\\00F053\";\n}\n.Icon--notificationsFilled::before\n{\n content: \"\\f055\";\n}\n#global-new-tweet-button::before {\n content: \"\\f029\";\n font-family: rosetta;\n font-size: 24px;\n position: relative;\n font-weight: 100;\n top: 6px;\n}\nbutton#global-new-tweet-button {\n padding: 0px 16.844px 7px;\n}\n\nEdgeButton, .EdgeButton:visited {\n border-radius: 5px;\n}\n.nav .session .dropdown-toggle {\n border-radius: 5px;\n}\n.EdgeButton, .EdgeButton:visited {\n border-radius: 5px;\n}\n.ProfileAvatar-image, .ProfileAvatar-placeholderImage {\n border-radius: 5px;\n}\n.ProfileAvatar {\n border-radius: 5px;\n}\n.avatar {\n border-radius: 5px;\n}\n.ProfileTweet-actionButton, .ProfileTweet-actionButtonUndo {\n color: #aab8c2;\n}\n.ProfileTweet-action--favorite:hover .HeartAnimation, .ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .HeartAnimation {\n background-position: 92.871429%;\n}\n.DashboardProfileCard-avatarImage {\n border-radius: 5px;\n}\n.top-timeline-tweetbox .tweet-user {\n border-radius: 6px 6px 0px 0px;\n}\n.stream-end-inner {\n border-radius: 0px 0px 6px 6px;\n}\n.avatar--circular {\n border-radius: 5px;\n}\n.nav .session .dropdown-toggle:before {\n border-radius: 5px;\n}\n.Avatar {\n border-radius: 5px;\n}\n.module {\n border-radius: 5px;\n}\n.HeartAnimation {\n background-image: url(https://abs.twimg.com/a/1560978792/img/animations/web_heart_animation.png);\n}\nbody.ms-windows {\n font-family: Arial,sans-serif;\n}\n.EdgeButton--tertiary {\n background-color: #fff;\n background-image: linear-gradient(0deg, #f5f8fa, #ffffff00);\n border: 1px solid #e3ebef;\n color: #292f33;\n line-height: 22px;\n padding: 6px 11.94px;\n}\n.EdgeButton--tertiary:hover {\n background-color: #e1e8ed;\n background-image: linear-gradient(0deg, #e1e8ed, #fff);\n border: 1px solid #e1e8ed;\n color: #292f33;\n line-height: 22px;\n padding: 6px 11.94px;\n}\nbutton.EdgeButton.EdgeButton--primary.EdgeButton--medium.button-text.following-text {\n background: #43aaf4;\n background-image: linear-gradient(0deg, #3290d9, transparent);\n border: 1px solid #3f87c5;\n}\n.EdgeButton--secondary{\n background-color: #fff;\n background-image: linear-gradient(0deg, #f5f8fa, #ffffff00);\n border: 1px solid #e3ebef;\n color: #292f33;\n}\n.EdgeButton--secondary:hover{\n background-color: #e1e8ed;\n background-image: linear-gradient(0deg, #e1e8ed, #fff);\n border: 1px solid #e1e8ed;\n color: #292f33;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--medium.button-text.follow-text::before {\n content: \"\\f175\";\n font-family: rosetta;\n color: #1da1f2;\n top: 3px;\n font-size: 18px;\n line-height: 0px;\n font-weight: 500;\n position: relative;\n}\nspan.user-actions-follow-button.js-follow-btn.follow-button {\n width: 99px;\n height: 36px;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--small.button-text.follow-text::before {\n content: \"\\f175\";\n font-family: rosetta;\n color: #1da1f2;\n top: 5px;\n font-size: 17px;\n line-height: 0px;\n font-weight: 100;\n position: relative;\n}\n.follow-button .button-text.EdgeButton--medium, .edit-button .button-text.EdgeButton--medium {\n min-width: 99px;\n}\n.EdgeButton--medium {\n height: 36px;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--small.button-text.follow-text {\n padding: 4px;\n}\n.follow-button .button-text.EdgeButton--small, .edit-button .button-text.EdgeButton--small {\n min-width: 77px;\n}\n.ProfileHeading-content {\n border-radius: 5px 5px 0px 0px;\n}\n.ProfileCardMini-avatarImage {\n border-radius: 5px;\n}\nspan.NewTweetButton-text::before {\n top: 5px;\n left: -6px;\n content: \"\\f029\";\n font-family: rosetta;\n font-size: 22px;\n font-weight: 500;\n position: relative;\n}\nspan.NewTweetButton-text {\n top: -2px;\n position: relative;\n}\nspan.DMButton-text::before{\n top: 5px;\n left: -6px;\n content: \"\\f054\";\n font-family: rosetta;\n font-size: 21px;\n font-weight: 500;\n position: relative;\n}\nspan.DMButton-text {\n top: -2px;\n position: relative;\n}\nbutton.DMButton.u-sizeFull.u-textTruncate.js-tooltip.EdgeButton.EdgeButton--primary {\n height: 41px;\n}\n.ProfileHeading-toggleItem {\n font-weight: 100;\n}\n.u-boxShadow {\n box-shadow: 0 0.3px 0px 0 rgba(0,0,0,0.25);\n}\n.nav>li>a .text {\n font-weight: 100;\n}\n.ProfileHeading-toggleItem.is-active, .ProfileHeading-toggleItem.is-active:hover, .ProfileHeading-toggleItem.is-active:focus {\n font-weight: 100;\n}\n.Icon--lightBulbOn::before {\n font-family: \"edgeicons\" !important;\n}\n.Icon--lightBulbOff::before {\n font-family: \"edgeicons\" !important;\n}\n.top-timeline-tweetbox .timeline-tweet-box {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n}\n.stream-end-item, .stream-end, .stream-loading, .stream-placeholder {\n\tborder-radius: 0px 0px 6px 6px;\n}\n.ProfileCard {\n\tborder-radius: 6px;\n}\n.ProfileCard-avatarImage {\n\tborder-radius: 5px;\n}\n.ProfileCard-avatarLink {\n\tborder-radius: 5px;\n}\n.Icon--periscopeBadge::before {\n\tfont-family: \"edgeicons\" !important;\n}",
"start": 384,
"domains": [
"twitter.com"
]
}
],
"name": "Pre-2017 Twitter look... mostly",
"originalDigest": "a1d32f02351e30c28c9eddaa4732da16ee52ca8c",
"_id": "e7ca8448-61df-4e17-9482-59721bac425c",
"_rev": 1637847194984,
"id": 20,
"_usw": {},
"etag": "W/\"181b-0LT0HqgzIG2MoOJ9uf+d8wuDXdk\"",
"sourceCode": "/* ==UserStyle==\n@name Pre-2017 Twitter look... mostly\n@namespace USO Archive\n@author yaasir ahmad-sanni (naadir500)\n@description `brings back the Rosetta icons and makes stuff less round. On top of changing the font`\n@version 20190625.4.44\n@license NO-REDISTRIBUTION\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"twitter.com\") {\n@font-face\n{\n font-family: rosetta;\n src: url('https://abs.twimg.com/a/1462524371/font/rosetta-icons-Regular.woff');\n font-weight: 100;\n font-style: normal;\n}\n.Icon::after,\n.Icon::before\n{\n display: block;\n font-family: rosetta;\n}\n.Icon--caretDownLight::before\n{\n content: \"\\f196\";\n font-family: \"edgeicons\" !important;\n}\n.Icon--dotsVertical::before\n{\n content: \"\\f149\";\n font-family: \"edgeicons\" !important;\n}\n.Icon--homeFilled::before\n{\n content: \"\\00F053\";\n}\n.Icon--notificationsFilled::before\n{\n content: \"\\f055\";\n}\n#global-new-tweet-button::before {\n content: \"\\f029\";\n font-family: rosetta;\n font-size: 24px;\n position: relative;\n font-weight: 100;\n top: 6px;\n}\nbutton#global-new-tweet-button {\n padding: 0px 16.844px 7px;\n}\n\nEdgeButton, .EdgeButton:visited {\n border-radius: 5px;\n}\n.nav .session .dropdown-toggle {\n border-radius: 5px;\n}\n.EdgeButton, .EdgeButton:visited {\n border-radius: 5px;\n}\n.ProfileAvatar-image, .ProfileAvatar-placeholderImage {\n border-radius: 5px;\n}\n.ProfileAvatar {\n border-radius: 5px;\n}\n.avatar {\n border-radius: 5px;\n}\n.ProfileTweet-actionButton, .ProfileTweet-actionButtonUndo {\n color: #aab8c2;\n}\n.ProfileTweet-action--favorite:hover .HeartAnimation, .ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .HeartAnimation {\n background-position: 92.871429%;\n}\n.DashboardProfileCard-avatarImage {\n border-radius: 5px;\n}\n.top-timeline-tweetbox .tweet-user {\n border-radius: 6px 6px 0px 0px;\n}\n.stream-end-inner {\n border-radius: 0px 0px 6px 6px;\n}\n.avatar--circular {\n border-radius: 5px;\n}\n.nav .session .dropdown-toggle:before {\n border-radius: 5px;\n}\n.Avatar {\n border-radius: 5px;\n}\n.module {\n border-radius: 5px;\n}\n.HeartAnimation {\n background-image: url(https://abs.twimg.com/a/1560978792/img/animations/web_heart_animation.png);\n}\nbody.ms-windows {\n font-family: Arial,sans-serif;\n}\n.EdgeButton--tertiary {\n background-color: #fff;\n background-image: linear-gradient(0deg, #f5f8fa, #ffffff00);\n border: 1px solid #e3ebef;\n color: #292f33;\n line-height: 22px;\n padding: 6px 11.94px;\n}\n.EdgeButton--tertiary:hover {\n background-color: #e1e8ed;\n background-image: linear-gradient(0deg, #e1e8ed, #fff);\n border: 1px solid #e1e8ed;\n color: #292f33;\n line-height: 22px;\n padding: 6px 11.94px;\n}\nbutton.EdgeButton.EdgeButton--primary.EdgeButton--medium.button-text.following-text {\n background: #43aaf4;\n background-image: linear-gradient(0deg, #3290d9, transparent);\n border: 1px solid #3f87c5;\n}\n.EdgeButton--secondary{\n background-color: #fff;\n background-image: linear-gradient(0deg, #f5f8fa, #ffffff00);\n border: 1px solid #e3ebef;\n color: #292f33;\n}\n.EdgeButton--secondary:hover{\n background-color: #e1e8ed;\n background-image: linear-gradient(0deg, #e1e8ed, #fff);\n border: 1px solid #e1e8ed;\n color: #292f33;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--medium.button-text.follow-text::before {\n content: \"\\f175\";\n font-family: rosetta;\n color: #1da1f2;\n top: 3px;\n font-size: 18px;\n line-height: 0px;\n font-weight: 500;\n position: relative;\n}\nspan.user-actions-follow-button.js-follow-btn.follow-button {\n width: 99px;\n height: 36px;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--small.button-text.follow-text::before {\n content: \"\\f175\";\n font-family: rosetta;\n color: #1da1f2;\n top: 5px;\n font-size: 17px;\n line-height: 0px;\n font-weight: 100;\n position: relative;\n}\n.follow-button .button-text.EdgeButton--medium, .edit-button .button-text.EdgeButton--medium {\n min-width: 99px;\n}\n.EdgeButton--medium {\n height: 36px;\n}\nbutton.EdgeButton.EdgeButton--secondary.EdgeButton--small.button-text.follow-text {\n padding: 4px;\n}\n.follow-button .button-text.EdgeButton--small, .edit-button .button-text.EdgeButton--small {\n min-width: 77px;\n}\n.ProfileHeading-content {\n border-radius: 5px 5px 0px 0px;\n}\n.ProfileCardMini-avatarImage {\n border-radius: 5px;\n}\nspan.NewTweetButton-text::before {\n top: 5px;\n left: -6px;\n content: \"\\f029\";\n font-family: rosetta;\n font-size: 22px;\n font-weight: 500;\n position: relative;\n}\nspan.NewTweetButton-text {\n top: -2px;\n position: relative;\n}\nspan.DMButton-text::before{\n top: 5px;\n left: -6px;\n content: \"\\f054\";\n font-family: rosetta;\n font-size: 21px;\n font-weight: 500;\n position: relative;\n}\nspan.DMButton-text {\n top: -2px;\n position: relative;\n}\nbutton.DMButton.u-sizeFull.u-textTruncate.js-tooltip.EdgeButton.EdgeButton--primary {\n height: 41px;\n}\n.ProfileHeading-toggleItem {\n font-weight: 100;\n}\n.u-boxShadow {\n box-shadow: 0 0.3px 0px 0 rgba(0,0,0,0.25);\n}\n.nav>li>a .text {\n font-weight: 100;\n}\n.ProfileHeading-toggleItem.is-active, .ProfileHeading-toggleItem.is-active:hover, .ProfileHeading-toggleItem.is-active:focus {\n font-weight: 100;\n}\n.Icon--lightBulbOn::before {\n font-family: \"edgeicons\" !important;\n}\n.Icon--lightBulbOff::before {\n font-family: \"edgeicons\" !important;\n}\n.top-timeline-tweetbox .timeline-tweet-box {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n}\n.stream-end-item, .stream-end, .stream-loading, .stream-placeholder {\n\tborder-radius: 0px 0px 6px 6px;\n}\n.ProfileCard {\n\tborder-radius: 6px;\n}\n.ProfileCard-avatarImage {\n\tborder-radius: 5px;\n}\n.ProfileCard-avatarLink {\n\tborder-radius: 5px;\n}\n.Icon--periscopeBadge::before {\n\tfont-family: \"edgeicons\" !important;\n}\n}",
"usercssData": {
"name": "Pre-2017 Twitter look... mostly",
"namespace": "USO Archive",
"author": "yaasir ahmad-sanni (naadir500)",
"description": "brings back the Rosetta icons and makes stuff less round. On top of changing the font",
"version": "20190625.4.44",
"license": "NO-REDISTRIBUTION",
"preprocessor": "uso"
},
"author": "yaasir ahmad-sanni (naadir500)",
"description": "brings back the Rosetta icons and makes stuff less round. On top of changing the font",
"updateDate": 1561418040000
},
{
"enabled": true,
"updateUrl": "https://userstyles.org/styles/chrome/167326.json",
"md5Url": "https://update.userstyles.org/167326.md5",
"url": "http://userstyles.org/styles/167326",
"originalMd5": false,
"installDate": 1637839760645,
"sections": [
{
"code": ".tp-yt-paper-button:not([subscribed]):not([page-subtype=\"subscriptions\"] #subscribe-button tp-yt-paper-button)::before {\n\tbackground: no-repeat url(https://i.imgur.com/TKctPA5.png) !important;\n\tbackground-size: auto;\n width: 26px;\n height: 24px;\n\tbackground-position: 0px 0px !important;\n margin-left: -5px;\n border-bottom-left-radius: 2px;\n border-top-left-radius: 2px;\n\t\n}\n\t.exp-invert-logo .resume-playback-progress-bar, .exp-invert-logo .yt-uix-button-subscribe-branded, .exp-invert-logo .yt-uix-button-subscribe-branded[disabled]{\n\tbackground-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%)!important;\n\tborder-radius: 2px !important;\n}\n\t.exp-invert-logo .yt-uix-button-subscribe-branded:hover {\n\tbackground-image: linear-gradient(to bottom,#fff 0,#d2d2d2 100%) !important;\n\tborder: solid 1px #333;\n}\n \t.yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 8px 0 5.5px;\n height: 25px;\n\tborder: 1px solid #ccc;\n}\n\t.yt-uix-button-subscribe-branded .yt-uix-button-content, .yt-uix-button-subscribed-branded .yt-uix-button-content {\n\tfont-size: 11px;\n\tfont-weight: bold;\n\tcolor: #333;\n\ttext-shadow: 0 1px 0 #fff;\n}",
"domains": [
"youtube.com"
]
},
{
"code": ".yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}",
"regexps": [
"http*.://.*.youtube.com/user/.*"
]
},
{
"code": ".yt-uix-button.yt-uix-button-subscribe-branded, .yt-uix-button.yt-uix-button-subscribed-branded {\n\tpadding: 0 23px 0 12px;\n}\n\t\t.yt-uix-button-subscribe-branded::before {\n\twidth: 39px;\n\tmargin-left: -12px;\n}",
"regexps": [
"http*.://.*.youtube.com/channel/.*"
]
}
],
"name": "YouTube 2012-2013 Subscribe Button",
"originalDigest": "ce567e74f58ef87f20f70a68028145d4cda2f4fa",
"_id": "3599dd7a-e386-4ae7-b92f-32964b8e8f4b",
"_rev": 1644033099375,
"id": 21,
"updateDate": 1637845523273,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://userstyles.org/styles/chrome/143890.json",
"md5Url": "https://update.userstyles.org/143890.md5",
"url": "http://userstyles.org/styles/143890",
"originalMd5": false,
"installDate": 1637839866340,
"sections": [
{
"code": "#subscribe-button tp-yt-paper-button {\n height: 24px !important;\n border: 1px solid #ccc !important;\n width: 100px !important;\n margin-left: 5px !important;\n font-size: 11px !important;\n background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;\n background-image: -ms-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;\n background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;\n background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0)) !important;\n background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;\n background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;\n -moz-border-radius: 2px !important;\n -webkit-border-radius: 2px !important;\n border-radius: 2px !important;\n color: black !important;\n}\n#primary, #masthead, #guide-wrapper, #content.style-scope.ytd-app {\n background: url(https://i.imgur.com/RRbjcR1.png);}\n\n.ytd-button-renderer\n{\n text-transform: none;\n}\n#secondary-inner.ytd-watch-flexy #playlist + #related:not(#secondary-inner.ytd-watch-flexy #playlist[hidden=\"true\"] + #related){\n padding-top: 0px !important;\n}\n\n#submit-button{\n \nbackground: linear-gradient(0deg, rgba(142,0,0,1) 0%, rgba(214,0,0,1) 100%) !important; \n}\n\nytd-rich-grid-renderer, #contents.ytd-rich-grid-renderer {\n background: #fff0 !important;\n box-shadow: none;\n padding-left: 18px;\n \n}\n\n.ytd-video-primary-info-renderer #top-level-buttons-computed > .ytd-toggle-button-renderer:first-of-type > .a > .yt-icon-button > #button > .yt-icon{\n background: no-repeat url(https://i.imgur.com/rgN8xQr.png) 0 -867px !important;\n background-size: auto;\n background-size: auto;\n width: 20px;\n height: 20px;\n}\n\n.ytd-comments#comments, .ytd-comments, #comments, ytd-comments#comments{\n background-color: #fff0 !important;\n box-shadow: none !important;\n}\n\n#label.yt-dropdown-menu{\n \nbackground: linear-gradient(0deg, rgba(201,201,201,1) 0%, rgba(251,251,251,1) 100%) !important; \n border-radius: 4px !important;\n}\n\n#video-title.ytd-compact-video-renderer, ytd-compact-radio-renderer.use-ellipsis #video-title.ytd-compact-radio-renderer{\n font-weight: 700 !important;\n font-size: 1.3rem;\n}\n\n.tp-yt-paper-button{\n position: relative !important;\n right: -322px !important;\n\n}\n\n.ytp-svg-fill{\n fill: #fff0 !important;\n}\n#return-youtube-dislike-bar{\n \nbackground: linear-gradient(180deg, rgba(170,0,0,1) 0%, rgba(107,0,0,1) 100%) !important; \n border-bottom-right-radius: 22px !important;\n}\n\n.ytp-chrome-controls, .ytp-right-controls{\n background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%); \n}\n\n\n\nbutton.yt-uix-button.yt-uix-button-size-default.yt-uix-button-has-icon.no-icon-markup.yt-uix-subscription-button.yt-can-buffer.yt-uix-button-subscribe-branded:hover {\n background-image: -moz-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -ms-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -o-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#d2d2d2)) !important;\n background-image: -webkit-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: linear-gradient(to bottom,#fff 0,#d2d2d2 100%) !important;\n border-color: #333;\n}\n\nbutton.yt-uix-button.yt-uix-button-size-default.yt-uix-button-has-icon.no-icon-markup.yt-uix-subscription-button.yt-can-buffer.yt-uix-button-subscribe-branded:active {\n -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.75) !important;\n -ms-box-shadow: inset 0 2px 2px rgba(0,0,0,.75) !important;\n -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.75) !important;\n box-shadow: inset 0 2px 2px rgba(0,0,0,.75) !important;\n background-image: -moz-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -ms-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -o-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#d2d2d2)) !important;\n background-image: -webkit-linear-gradient(top,#fff 0,#d2d2d2 100%) !important;\n background-image: linear-gradient(to bottom,#fff 0,#d2d2d2 100%) !important;\n border-color: #333 !important;\n}\n\n#subscribe-button > ytd-subscribe-button-renderer:not(.style-primary) > tp-yt-paper-button:not([subscribed]):not([page-subtype=\"subscriptions\"] #subscribe-button tp-yt-paper-button)::before{\n \n content: url(https://i.imgur.com/ImqFqlu.png) !important;\n position: relative;\n top: -4px;\n left: -5px;\n}\n\n\n\nbutton.yt-uix-button.yt-uix-button-size-default.yt-uix-button-has-icon.no-icon-markup.yt-uix-subscription-button.yt-can-buffer.yt-uix-button-subscribe-branded:after {\n margin-right: 0px !important;\n margin-left: -80px !important;\n background: no-repeat url(http://i.imgur.com/ble91Mz.png) -310px -115px !important;\n background-size: auto !important;\n width: 16px !important;\n height: 12px !important;\n color: #a9382e !important;\n content: '' !important;\n display: inline-block !important;\n vertical-align: middle !important;\n}\n\nbutton.yt-uix-button.yt-uix-button-size-default.yt-uix-button-has-icon.no-icon-markup.yt-uix-subscription-button.yt-can-buffer.yt-uix-button-subscribe-branded:before:hover {\n background-image: -moz-linear-gradient(top,#b85046 0,#91251e 100%) !important;\n background-image: -ms-linear-gradient(top,#b85046 0,#91251e 100%) !important;\n background-image: -o-linear-gradient(top,#b85046 0,#91251e 100%) !important;\n background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#b85046),color-stop(100%,#91251e)) !important;\n background-image: -webkit-linear-gradient(top,#b85046 0,#91251e 100%) !important;\n background-image: linear-gradient(to bottom,#b85046 0,#91251e 100%) !important;\n}",
"domains": [
"youtube.com"
]
}
],
"name": "Youtube - Early 2013 Subscribe Button",
"originalDigest": "8ab89cdc7827a7b04fce8d3d1f40d5f23a02df32",
"_id": "d012a143-b7fc-46ed-a7f5-8dffd4b25b5e",
"_rev": 1644033112076,
"id": 22,
"updateDate": 1643874816782,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1638605144465,
"name": "web.whatsapp.com",
"sections": [
{
"code": "._1fqrG{\n background-color: #86868612 !important;\n}",
"domains": [
"web.whatsapp.com"
]
}
],
"updateDate": 1638605207381,
"_id": "6716eab0-4607-4657-b053-ca17fc957ce5",
"_rev": 1638607422718,
"id": 23,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1641220854653,
"name": "www.reddit.com",
"sections": [
{
"code": "#sr-header-area{\n \nbackground: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(70,70,70,1) 100%);\n border-bottom: 1px solid #8bff00;\n}\n\n.sr-bar{\n color: #fff;\n}",
"urlPrefixes": [
"https://www.reddit.com/r/SaladChefs/"
]
}
],
"updateDate": 1641224521194,
"_id": "104c7dce-82b8-4749-9b93-3d77743b4ccf",
"_rev": 1641224521194,
"id": 24,
"_usw": {}
},
{
"enabled": true,
"updateUrl": "https://userstyles.org/styles/chrome/227059.json",
"md5Url": "https://update.userstyles.org/227059.md5",
"url": "http://userstyles.org/styles/227059",
"originalMd5": false,
"installDate": 1643869398558,
"sections": [
{
"code": "/* General Parts */\n .ytp-chrome-bottom\n {\n bottom: 5px;\n padding-left: 25px;\n margin: -14px -37px;\n }\n\n#video-title.ytd-rich-grid-media, .ytd-video-view-count-renderer, .ytd-comments-header-renderer{\n font-weight: 600 !important;\n text-transform: none !important;\n}\n\n#search-icon-legacy.ytd-searchbox:active{\n \n box-shadow: 2px 2px 8px 2px #808080 inset;\n}\n\n\n\n\n .ytp-chrome-top,\n.ytp-chrome-bottom\n {\n text-shadow: 0 0 0px rgba(0, 0, 0, .5);\n }\n\n .ytp-chrome-controls\n {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAYAAABrAQZpAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAABAAAAHQAh4gKwAAAAMUlEQVQI12OQlJD4x2Sgr8/I9OTZs5dM//79Y2T6//8/IyqLAcLClEBjYahDKCHSKADN5VNQpdTxzgAAAABJRU5ErkJggg==);\n height: 25px;\n }\n\n .ytp-right-controls\n {\n height: 100%;\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAYAAABrAQZpAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAABAAAAHQAh4gKwAAAAMUlEQVQI12OQlJD4x2Sgr8/I9OTZs5dM//79Y2T6//8/IyqLAcLClEBjYahDKCHSKADN5VNQpdTxzgAAAABJRU5ErkJggg==);\n margin: 0 -32px;\n /*PATCH: Set from 24px to 32px*/;\n }\n\n .ytp-time-display\n {\n font-size: 10.4px;\n font-family: Roboto, Helvicta, Arial, sans-serif;\n padding: 0 0px;\n width: 57px;\n margin-left: 8px;\n margin-top: -4px;\n /*PATCH: Add an -8px top margin*/\n line-height: 27px;\n }\n\n .ytp-time-current\n {\n color: #fff!important;\n }\n\n .ytp-time-separator,\n.ytp-time-duration\n {\n color: #999;\n }\n\n .ytp-gradient-bottom\n {\n height: 0px;\n padding-top: 0px;\n }\n\n .ytp-settings-button.ytp-hd-quality-badge::after,\n.ytp-settings-button.ytp-4k-quality-badge::after,\n.ytp-settings-button.ytp-5k-quality-badge::after,\n.ytp-settings-button.ytp-8k-quality-badge::after\n {\n top: 2px;\n right: 2px;\n background-color: #b50324;\n }\n\n .ytp-settings-button.ytp-hd-quality-badge::after\n {\n background: url(https://s.ytimg.com/yts/imgbin/player-common-vflbJjZA5.png);\n background-position: 26px 0px;\n }\n\n .ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge::after\n {\n content: '___';\n background: url(https://s.ytimg.com/yts/imgbin/player-common-vflbJjZA5.png);\n background-position: 26px 0px;\n margin: -12px -16px;\n color: transparent;\n height: 7px;\n }\n\n .ytp-chrome-controls .ytp-button\n {\n height: 200%;\n /*PATCH: Set from 100 to 250*/\n border-right: 1px solid #222;\n }\n\n .ytp-bezel\n {\n border-radius: 10px;\n }\n\n/* Scrubber */\n .ytp-scrubber-button.ytp-swatch-background-color\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-common-vflXVjbFd.png) -158px -19px;\n }\n\n .ytp-scrubber-button.ytp-swatch-background-color:hover\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-common-vflXVjbFd.png) -158px 0;\n }\n\n .ytp-scrubber-button\n {\n width: 13px;\n padding: 1.5px;\n margin: 0px 0px 0px 0;\n border-radius: 36.5px;\n }\n\n/* Progress-Bar */\n .ytp-progress-bar-container:hover:not([aria-disabled=true])\n {\n cursor: pointer;\n height: 8px !important;\n }\n\n .ytp-swatch-background-color\n {\n background-image: linear-gradient(to bottom, #c00 0, #600 100%);\n }\n\n .ytp-progress-list\n {\n background: #1e1f1f;\n background-image: linear-gradient(to top, rgba(30, 31, 31, .75) 89%, #2f2f2f 90%);\n }\n\n .ytp-load-progress\n {\n background-image: linear-gradient(to top, #5a5a5a 89%, #666 90%);\n }\n\n .ytp-hover-progress-light\n {\n opacity: 0 !important;\n }\n\n .ytp-big-mode .ytp-scrubber-button\n {\n height: 16px !important;\n }\n\n .ytp-progress-list\n {\n transform: scaleY(0.6) scaleX(1.037) translateX(12.0px) !important;\n }\n\n .ytp-progress-bar-container:hover:not([aria-disabled=\"true\"]) .ytp-progress-list\n {\n transform: scaleX(1.037) translateX(12.0px) !important;\n }\n\n\n/* Play */\n .ytp-chrome-controls .ytp-play-button[title=\"Play (k)\"]\n {\n width: 15px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -96px -231px;\n padding: 0px 27.5px;\n right: 50px;\n \n }\n\n/*There seems to be an unworkable issue with this to my knowledge,\n as the aria-label doesn't change when the pause/play function is\n invoked and while the title does, it then can't be used with the\n \":hover\" call.\n \n Unfixable by me, but someone more knowledgable may be able to \n deal with it.*/\n button.ytp-play-button.ytp-button:hover[aria-label=\"Pause (k)\"]:hover\n {\n width: 15px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -121px -42px;\n padding: 0px 27.5px;\n right: 50px;\n }\n\n\n/* Pause */\n button.ytp-play-button.ytp-button[title=\"Pause (k)\"]\n {\n width: 15px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -64px -177px;\n padding: 0px 27.5px;\n right: 50px;\n }\n\n button.ytp-play-button.ytp-button:hover\n {\n width: 15px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -64px -258px;\n padding: 0px 27.5px;\n right: 50px;\n }\n\n\n/* Vol */\n button.ytp-mute-button.ytp-button[title=\"Mute (m)\"]\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -160px -258px;\n width: 30px;\n margin-left: 8px;\n margin-right: 5px;\n }\n\n button.ytp-mute-button.ytp-button:hover\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -128px -123px;\n width: 30px;\n margin-left: 8px;\n margin-right: 5px;\n padding: 0 33px 0 2px;\n margin-top: 0px;\n }\n\n\n/* Mute */\n button.ytp-mute-button.ytp-button[title=\"Unmute (m)\"]\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -128px -15px;\n width: 30px;\n margin-left: 8px;\n margin-right: 5px;\n }\n\n button.ytp-mute-button.ytp-button[title=\"Unmute (m)\"]:hover\n {\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) 0 -42px;\n width: 30px;\n margin-left: 8px;\n margin-right: 5px;\n }\n\n\n/* Next + Previous */\n a.ytp-next-button.ytp-button\n {\n display: none !important;\n }\n\n a.ytp-prev-button.ytp-button\n {\n display: none !important;\n }\n\n\n\n/* Fullscreen */\n button.ytp-fullscreen-button.ytp-button[title=\"Full screen (f)\"]\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -86px -123px;\n padding: 0px 23px;\n }\n\n button.ytp-fullscreen-button.ytp-button:hover\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -93px -96px;\n padding: 0px 23px;\n }\n\n\n/* Exit Fullscreen */\n button.ytp-fullscreen-button.ytp-button[title=\"Exit full screen (f)\"]\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) 6px -68px;\n padding: 0px 23px;\n }\n\n/*Unusable due to the same issue associated with the pause hover*/\n button.ytp-fullscreen-button.ytp-button[title=\"Exit full screen (f)\"]:hover\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -65px -149px;\n padding: 0px 15px;\n }\n\n\n/* Theater Mode */\n button.ytp-size-button.ytp-button[title=\"Theater mode (t)\"]\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -89px -15px;\n background-size: auto;\n padding: 0 14.5px;\n }\n\n button.ytp-size-button.ytp-button:hover\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -32px -204px;\n background-size: auto;\n padding: 0 14.5px;\n }\n\n\n/* Default Mode */\n button.ytp-size-button.ytp-button[title=\"Default view (t)\"]\n {\n width: 0px;\n padding: 0 14.5px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -57px -123px;\n background-size: auto;\n }\n\n button.ytp-size-button.ytp-button[title=\"Default view (t)\"]:focus:hover\n {\n width: 0px;\n padding: 0 14.5px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -32px -231px;\n background-size: auto;\n }\n\n\n/* Settings */\n button.ytp-button.ytp-settings-button[title=\"Settings\"]\n {\n width: 30px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -155px -123px;\n padding: 0 14.5px;\n margin-left: 3px;\n background-size: auto;\n }\n\n button.ytp-button.ytp-settings-button:hover\n {\n width: 30px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -130px -204px;\n padding: 0 14.5px;\n margin-left: 3px;\n background-size: auto;\n }\n\n button.ytp-button.ytp-settings-button:active\n {\n width: 30px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -130px -204px;\n padding: 0 14.5px;\n margin-left: 3px;\n background-size: auto;\n }\n\n\n/* Captions */\n button.ytp-subtitles-button.ytp-button[title=\"Subtitles/closed captions (c)\"]\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -65px -204px;\n padding: 0 14.5px;\n background-size: auto;\n }\n\n button.ytp-subtitles-button.ytp-button:hover\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -65px -285px;\n padding: 0 14.5px;\n background-size: auto;\n }\n\n .ytp-chrome-controls .ytp-button[aria-pressed=true]:after\n {\n width: 0px;\n left: 9px;\n -moz-transition: left .25s cubic-bezier(0.0, 0.0, 0.2, 1), width .25s cubic-bezier(0.0, 0.0, 0.2, 1);\n -webkit-transition: left .25s cubic-bezier(0.0, 0.0, 0.2, 1), width .25s cubic-bezier(0.0, 0.0, 0.2, 1);\n transition: left .25s cubic-bezier(0.0, 0.0, 0.2, 1), width .25s cubic-bezier(0.0, 0.0, 0.2, 1);\n }\n\n button.ytp-subtitles-button.ytp-button[aria-pressed=\"true\"]\n {\n background: url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -33px -150px;\n width: 0px;\n padding: 0 14.5px;\n background-size: auto;\n }\n\n button.ytp-subtitles-button.ytp-button[aria-pressed=\"true\"]:hover\n {\n background: url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -33px -150px;\n width: 0px;\n padding: 0 14.5px;\n background-size: auto;\n }\n\n/* MiniPlayer (for users of the material design) */\n button.ytp-miniplayer-button.ytp-button\n {\n width: 34px;\n padding: 0 14.5px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -39px -123px;\n margin-right: 0px;\n margin-left: -20px;\n background-size: auto;\n }\n\n button.ytp-miniplayer-button.ytp-button:hover\n {\n width: 34px;\n padding: 0 14.5px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -28px -231px;\n margin-right: 0px;\n margin-left: -6px;\n background-size: auto;\n }\n\n\n/* Volume Slider */\n .ytp-volume-slider-handle:before\n {\n left: -64px;\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAAOCAYAAADdeGlVAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABmAAAADgBV/HzAAAABW0lEQVRYw+2YsWqDQBjH/3dcBZekWCFk71KcsnQSksU36Bt06wP0ITqXkjfofqsZkrUUnNwKHbJYUKdSiUquQ1sxTYfESzkv+IOD78S7+//9+JRPIoSAbhBCqlgIMQZwB+ASwBOAW0LIQkdfGx5lDHiet/O9i/n8YKKLsqziLMsSwzCsn3me56lpmmcnjG2sGU8me53h+/7B9DaByW/RjMfhsPHaq+WyiimlVllLFKXUarJn2yAXpql1zT/H8da1035ftSxp2P1goFqDFPVqOSbYx3qtWoMURVGolvAvsPcuMa2EvXWJaSXsdbVSrUGKo01MOBqp1iDFXx//fXuWNqKswbzu9RqfO03TKg7DcMuA4zikazB35PeDeZHZbDarwiiKYNt2NY+/+xrtq0YIod2o47puwjkXQRAIzrlwXTfR1Vd9SL3KVFH/iQnAA/AA4BxfhXgDwNfRV51Pa+CPkys0tRoAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) ;\n background-position: 16px !important;\n height: 120px;\n }\n\n .ytp-volume-slider-handle:after\n {\n left: 5px;\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAAOCAYAAADdeGlVAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABmAAAADgBV/HzAAAABW0lEQVRYw+2YsWqDQBjH/3dcBZekWCFk71KcsnQSksU36Bt06wP0ITqXkjfofqsZkrUUnNwKHbJYUKdSiUquQ1sxTYfESzkv+IOD78S7+//9+JRPIoSAbhBCqlgIMQZwB+ASwBOAW0LIQkdfGx5lDHiet/O9i/n8YKKLsqziLMsSwzCsn3me56lpmmcnjG2sGU8me53h+/7B9DaByW/RjMfhsPHaq+WyiimlVllLFKXUarJn2yAXpql1zT/H8da1035ftSxp2P1goFqDFPVqOSbYx3qtWoMURVGolvAvsPcuMa2EvXWJaSXsdbVSrUGKo01MOBqp1iDFXx//fXuWNqKswbzu9RqfO03TKg7DcMuA4zikazB35PeDeZHZbDarwiiKYNt2NY+/+xrtq0YIod2o47puwjkXQRAIzrlwXTfR1Vd9SL3KVFH/iQnAA/AA4BxfhXgDwNfRV51Pa+CPkys0tRoAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) !important;\n background-position: 151px !important;\n height: 120px;\n }\n\n .ytp-volume-slider-handle\n {\n position: absolute;\n top: 60%;\n width: 5px;\n height: 14px;\n border-radius: 0px;\n margin-top: -19.9px;\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAAOCAYAAADdeGlVAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABmAAAADgBV/HzAAAABW0lEQVRYw+2YsWqDQBjH/3dcBZekWCFk71KcsnQSksU36Bt06wP0ITqXkjfofqsZkrUUnNwKHbJYUKdSiUquQ1sxTYfESzkv+IOD78S7+//9+JRPIoSAbhBCqlgIMQZwB+ASwBOAW0LIQkdfGx5lDHiet/O9i/n8YKKLsqziLMsSwzCsn3me56lpmmcnjG2sGU8me53h+/7B9DaByW/RjMfhsPHaq+WyiimlVllLFKXUarJn2yAXpql1zT/H8da1035ftSxp2P1goFqDFPVqOSbYx3qtWoMURVGolvAvsPcuMa2EvXWJaSXsdbVSrUGKo01MOBqp1iDFXx//fXuWNqKswbzu9RqfO03TKg7DcMuA4zikazB35PeDeZHZbDarwiiKYNt2NY+/+xrtq0YIod2o47puwjkXQRAIzrlwXTfR1Vd9SL3KVFH/iQnAA/AA4BxfhXgDwNfRV51Pa+CPkys0tRoAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) 258px 0px !important;\n }\n\n .ytp-volume-slider-handle[style=\"left: 0px;\"]\n {\n left: -9px !important;\n }\n\n .ytp-volume-slider-active .ytp-volume-panel\n {\n width: 54px;\n margin-right: 3px;\n }\n\n .ytp-volume-slider-handle\n {\n margin-left: 9px;\n }\n\n\n/* Settings Box */\n .ytp-settings-menu\n {\n right: 12px;\n background: rgba(31, 31, 31, .9) !important;\n bottom: 36px;\n z-index: 71;\n will-change: width, height;\n }\n\n .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content\n {\n padding-right: 10px;\n background: #e6e6e6;\n color: #555;\n }\n\n .ytp-menuitem\n {\n height: 23px;\n }\n\n .ytp-menuitem[aria-haspopup=\"true\"]:not([aria-disabled=true]):hover\n {\n background-color: rgba(255, 255, 255, 0);\n }\n\n .ytp-menuitem[role=\"menuitemcheckbox\"]:not([aria-disabled=true]):hover\n {\n background-color: rgba(255, 255, 255, 0);\n }\n\n .ytp-menuitem-toggle-checkbox\n {\n border-radius: 0px;\n }\n\n .ytp-menuitem-toggle-checkbox:after\n {\n height: 13.91px;\n width: 16.91px;\n border-radius: 0px;\n margin-top: 0.4px;\n background-color: #bdbdbd;\n box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.6);\n transition: all 0s cubic-bezier(0.4, 0.0, 1, 1);\n }\n\n .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox:after\n {\n background-color: #636263;\n margin: 0px 3px;\n -moz-transform: translateX(16px);\n -ms-transform: translateX(16px);\n -webkit-transform: translateX(16px);\n transform: translateX(16px);\n }\n\n .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox\n {\n background: #bdbdbd;\n }\n\n .ytp-popup\n {\n text-shadow: 0 0 2px rgba(255, 255, 255, 0);\n }\n\n .ytp-menu-label-secondary\n {\n font-size: 91%;\n color: #555;\n }\n\n .ytp-panel[style=\"width: 296px; height: 183px;\"]\n {\n position: absolute;\n bottom: -5px;\n right: 0px;\n width: 257px !important;\n height: 110px !important;\n overflow-y: auto;\n overflow-x: hidden;\n }\n\n\n/* Right-Click Menu */\n .ytp-panel-menu[style=\"height: 174px;\"]\n {\n color: #333;\n margin-left: -32px;\n }\n\n .ytp-popup\n {\n border-radius: 0px;\n background: #ffffff;\n }\n\n .ytp-menuitem-label\n {\n font-size: 118%;\n font-weight: 100;\n }\n\n .ytp-menuitem:not([aria-disabled=true]):hover\n {\n background-color: #333;\n color: #fff;\n }\n\n .ytp-popup[class=\"ytp-popup ytp-contextmenu\"]\n {\n border-radius: 2px;\n width: 223px !important;\n height: 177px !important;\n background: #ffffff;\n border: 1px solid #ccc;\n }\n\n .ytp-menuitem[data-visual-id=\"9\"]\n {\n height: 25px;\n }\n\n .ytp-panel[style=\"width: 295px; height: 174px;\"]\n {\n bottom: -4px;\n right: 0px;\n width: 295px !important;\n height: 180px !important;\n }\n\n .ytp-menuitem-label,\n.ytp-menuitem-content\n {\n display: table-cell;\n vertical-align: middle;\n padding: 2px 26px;\n }\n\n .ytp-panel-menu[style=\"height: 177px;\"]\n {\n color: #333;\n }\n\n .ytp-panel-menu[style=\"height: 178px;\"]\n {\n color: #333;\n }\n\n\n .ytp-menuitem-label,\n.ytp-menuitem-content\n {\n display: table-cell;\n vertical-align: middle;\n padding: 2px 26px;\n }\n\n\n\n/* Fullscreen Mode */\n .ytp-big-mode .ytp-chrome-top \n.ytp-big-mode .ytp-chrome-controls\n {\n width: 0px !important;\n }\n\n .ytp-big-mode .ytp-time-display\n {\n line-height: 48px;\n }\n\n .ytp-big-mode .ytp-chrome-controls\n {\n height: 32px;\n line-height: 27px;\n }\n\n .ytp-big-mode .ytp-chrome-bottom\n {\n height: 54px;\n padding-top: 4px;\n margin-bottom: -21px !important;\n }\n\n .ytp-big-mode .ytp-progress-list\n {\n transform: scaleY(0.625) scaleX(1.020) translateX(16px) !important;\n }\n\n .ytp-big-mode .ytp-progress-bar-container:hover:not([aria-disabled=\"true\"]) .ytp-progress-list\n {\n transform: translateY(-2.5px) scaleX(1.020) translateX(16px) !important;\n }\n\n/* Fullscreen Mode Volume Slider */\n .ytp-big-mode .ytp-volume-slider-handle:before,\n.ytp-big-mode .ytp-volume-slider-handle:after\n {\n height: 14px;\n margin-top: -5px;\n width: 85px;\n }\n\n .ytp-big-mode .ytp-volume-slider-handle\n {\n width: 0px;\n height: 0px;\n border-radius: 9px;\n margin-top: -15px;\n }\n\n .ytp-big-mode .ytp-volume-slider-handle:before\n {\n left: -64px;\n }\n\n .ytp-big-mode .ytp-volume-slider-active .ytp-volume-panel\n {\n width: 55px;\n margin-right: 0px;\n }\n\n .ytp-big-mode .ytp-volume-slider-handle[style=\"left: 0px;\"]\n {\n left: 11px !important;\n }\n\n .ytp-big-mode .ytp-volume-slider-handle\n {\n margin-left: -11px;\n }\n\n\n/* Play on TV Button */\n button.ytp-button[title=\"Play on TV\"]\n {\n display: none !important;\n }\n\n/* Watch on YouTube Button */\n .ytp-chrome-controls .ytp-button.ytp-youtube-button\n {\n width: 0px;\n padding-right: 52px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-common-vflXVjbFd.png) -302px -34px;\n }\n\n .ytp-chrome-controls .ytp-button.ytp-youtube-button:hover\n {\n width: 0px;\n padding-right: 52px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-common-vflXVjbFd.png) -15px 1px;\n }\n\n/* Spinner */\n .ytp-spinner-rotator\n {\n width: 31px;\n height: 31px;\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAQAAAC1p96yAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAAB8AAAAfACoIA9kAAAIHSURBVDjLlZWxahtBEIa/OzmxtUThQMEgokDAnTsXAePODJigxoXLPEFKP0HIE7hMk0eICzchCAZSGVcWIeBORYiDq5AD2RcpcL4Ukk47q9OFTCFu9p+PHe3cvxexMrTBa9rAT95JXl0TrYQjPnEwS/q8lKKqKl65+VEJwwFH1UVr3n4xPVrAiI9yz7GpO+YDaEIDyCVdal4j3rIzSwa8IWPDw8fS1C5ulmVyHTa/V8Kwwx6XZvdLbZUwOG2F+KEpP+TE5CckJk9CfMvIW5zSL7M+p+avMM8W+NDIQynoScQ++xLRk4Kx0cchfmbkM5Ac+CKfgcdAavQ0xM8ZlM8DzqcP8mv+KyOyUs9k5A1OI17QJOaOMYV81VjuqQx1wMPF9Kevzavy4H7Ie8BxW40zoYOjQQ76SK5j0G3v1J/qNsgqGBwOmBrIaSsGdk3BLnWR2CwGOmapU4sH04+BG7N0U4sH04+BC7N0UYunNotBrrw3bihXdXQ4/dncpdDnQMoahe9nG3O/8wckA9/vGzzBsc4Ez88GXvh9It9AG5IvXtoHOGACeH72YN/v69qaemJxWSWmOmEUXE4Vum+ZJT9rl03atNnUbpVu8WCiS5fTP/xuTztdajbULb7k56DZGr975+vmE9VnND3ht3y3etj8NCaSgTZYcTl5etXuppOKz8J/hjp1dfpfJ3WnaHXCf5IAAAAASUVORK5CYII=);\n }\n\n .ytp-spinner-container\n {\n width: 31px;\n padding-bottom: 31px;\n margin-top: -15px;\n margin-left: -15px;\n transform: rotate(617688888888grad);\n }\n\n .ytp-spinner-left\n {\n right: 49%;\n opacity: 0;\n }\n\n .ytp-spinner-right\n {\n left: 49%;\n opacity: 0;\n }\n\n/* Replay */\n .ytp-chrome-controls .ytp-play-button[title=\"Replay\"]\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -96px -285px;\n padding: 0px 27.5px;\n }\n\n .ytp-chrome-controls .ytp-play-button[title=\"Replay\"]:hover\n {\n width: 0px;\n background: no-repeat url(http://s.ytimg.com/yt/imgbin/player-dark-vflCDBE54.png) -32px -15px;\n padding: 0px 27.5px;\n }",
"domains": [
"youtube.com"
]
}
],
"name": "YouTube 2011-2012 HTML5 video player",
"originalDigest": "875ed8c2bb1964114f8cbac38446cd5a7bdf0937",
"_id": "cf750ccc-436c-4317-a928-211a1c722eea",
"_rev": 1644033108645,
"id": 25,
"updateDate": 1643950019619,
"_usw": {}
},
{
"enabled": true,
"updateUrl": null,
"url": null,
"installDate": 1644405138387,
"name": "old.reddit.com/r/teenagers",
"sections": [
{
"code": "#header{\n background-color: #f96300 !important\n}\n.pagename a{\n color: white;\n}\n\n.body, .listing-page, .hot-page, .side, .titlebox, .form, .toggle, .nub{\n background: url(\"https://i.imgur.com/RRbjcR1.png\") !important;\n}",
"urlPrefixes": [
"https://old.reddit.com/r/teenagers/"
]
}
],
"updateDate": 1644405411804,
"_id": "42552f01-2346-483a-a035-5eda1b6867cb",
"_rev": 1644726795362,
"id": 26,
"_usw": {}
},
{
"enabled": false,
"updateUrl": null,
"url": null,
"installDate": 1644677794400,
"name": "www.reddit.com",
"sections": [
{
"code": "body {\n position: relative;\n min-width: 900px;\n background-color: #ececea;\n color: #00000a;\n font-weight: normal;\n font-style: normal;\n font-variant: normal;\n font-family: sans-serif;\n line-height: 1.4\n}\n.md h1,\n.md h2 {\n margin-bottom: 6px;\n color: #2154a3\n}\n.md h3,\n.md h4 {\n margin-bottom: 3px;\n color: #2154a3\n}\n.md h1,\n.md h2,\n.md h3,\n.md h4 {\n border-color: #d2d2d2;\n font-weight: bold;\n font-size: 115%\n}\n.md h1 {\n font-size: 120%\n}\na,\n.thing a.title {\n color: #144ddd\n}\n.thing a.title,\n.thing a.title.loggedin {\n color: #144ddd\n}\n.thing a.title:visited,\n.thing a.title.loggedin.click:visited,\n.thing a.title.loggedin:visited {\n color: #5e5e5e\n}\na:hover,\n.thing a.title:hover,\n.thing a.title.loggedin:hover {\n color: #353a3e;\n text-decoration: none\n}\n.content .md a:visited,\ndiv.comment .md p > a:visited {\n color: #a409aa\n}\n.rounded {\n border-radius: 2px\n}\n.roundfield,\n.linefield,\n.content.submit .roundfield.info-notice {\n border-radius: 0;\n background-color: #eee;\n box-shadow: 0 0 1px 1px #ddd\n}\n.roundfield textarea,\n.roundfield input[type=text],\n.roundfield input[type=url],\n.roundfield input[type=password],\n.roundfield input[type=number],\n.linefield textarea,\n.linefield input[type=text],\n.linefield input[type=password] {\n border-color: #ccc;\n box-shadow: 0 1px 4px 1px #ddd\n}\n.md:not(.wiki) {\n max-width: 60em;\n color: #00000a;\n line-height: 1.4\n}\n.md blockquote,\n.help blockquote {\n margin-left: 5px;\n padding: 1px 1px 1px 15px;\n max-width: 60em;\n border: 1px solid #ccc;\n border-width: 0 0 0 2px\n}\nhr {\n height: 1px;\n border: 0 none;\n background-color: #d2d2d2;\n color: #ccc\n}\n.md table {\n margin: 10px 0;\n border: 1px solid #ccc;\n border-width: 1px 0 1px 1px\n}\n.md table * {\n border: 0\n}\n.md table th {\n text-align: center\n}\n.md table thead {\n border-bottom: 1px solid #ccc;\n background-color: #f3f3f3\n}\n.md table tbody tr:nth-child(odd) {\n background-color: #f9f9f7\n}\n.md table tbody tr:nth-child(even) {\n background-color: #f6f6f6\n}\n.md table td,\n.md table th {\n padding: 4px 8px;\n border-right: 1px solid #ccc\n}\n.md ul,\n.md ol {\n margin: 5px 0 5px 20px;\n padding: 0 0 0 10px;\n max-width: 60em;\n background-color: transparent\n}\n.md ul {\n list-style: disc outside\n}\n.md ul li,\n.md ol li {\n margin: 1px 10px 0 0;\n padding: 2px 0;\n line-height: 1.3\n}\n.md ul li ul,\n.md ol li ol {\n margin: 5px 0 5px 10px\n}\n.md ul li p,\n.md ol li p,\n.wiki-page .wiki-page-content .md.wiki ul li p,\n.wiki-page .wiki-page-content .md.wiki ol li p {\n margin: 2px\n}\n.usertext-body pre,\n.md.wiki pre {\n margin: 10px 0;\n padding: 10px;\n color: #222!important\n}\n.usertext-body pre,\n.md.wiki pre,\np > code,\nli > code {\n overflow: auto;\n border: 1px solid #ccc;\n background-color: #fbf9f4;\n color: #222!important;\n font-size: 11px\n}\ncode {\n line-height: 1.5em\n}\np > code,\nli > code {\n padding: 0 3px;\n color: #222!important;\n font-family: Consolas, Monaco, \"Courier New\", monospace\n}\na[href=\"#s\"],\na[href=\"/s\"] {\n display: inline-block;\n padding: 0 4px;\n background-color: #acd9fc;\n color: #2154a3;\n cursor: default\n}\na[href=\"#s\"]:after,\na[href=\"/s\"]:after {\n content: attr(title);\n visibility: visible;\n margin-left: 5px;\n padding: 2px 3px;\n background-color: #5ba2fd;\n color: #5ba2fd;\n font-size: small\n}\na[href=\"#s\"]:hover:after,\na[href=\"#s\"]:active:after,\na[href=\"/s\"]:hover:after,\na[href=\"/s\"]:active:after {\n color: #fff;\n font-size: small;\n text-decoration: none\n}\n.btn button,\n.btn .button {\n margin: 0 0 0 20px\n}\n.entry .flat-list li a[onclick*=\"reply\"] {\n display: inline-block;\n margin: -5px 5px 0 0;\n padding: 2px 10px 3px;\n min-width: 30px;\n border: 1px solid #e6e6e6;\n border-radius: 2px;\n background-color: #fafafa;\n color: #4d90fe;\n font-size: 11px;\n text-decoration: none;\n text-shadow: none;\n cursor: pointer\n}\n.entry:hover ul.flat-list li a[onclick*=\"reply\"],\n.entry.RES-keyNav-activeElement ul.flat-list li a[onclick*=\"reply\"] {\n border-color: #357ae8!important;\n background-color: #5ba2fd;\n background-image: linear-gradient(#5ba2fd, #4b8adb)!important;\n color: #fff!important\n}\n.btn,\n.button,\nbutton.save,\nbutton.blueButton,\n.BEFoot button,\ninput[type=\"submit\"],\nbutton[type=\"submit\"],\na[href*=\"#btn\"] {\n margin: 1px 5px 2px 0;\n padding: 6px 10px!important;\n min-width: 70px;\n border: 1px solid #357ae8!important;\n border-radius: 2px;\n background-color: #5ba2fd!important;\n background-image: linear-gradient(#5ba2fd, #4b8adb)!important;\n color: #fff;\n font-weight: bold;\n font-size: 13px;\n text-decoration: none;\n text-shadow: 1px 1px 2px #2154a3;\n cursor: pointer\n}\n.btn a {\n color: #fff\n}\n.btn:hover,\n.button:hover,\nbutton.save:hover,\nbutton.blueButton:hover,\n.BEFoot button:hover,\ninput[type=\"submit\"]:hover,\nbutton[type=\"submit\"]:hover,\na[href*=\"#btn\"]:hover,\n.res a[href*=\"#btn\"]:hover,\n.entry ul.flat-list li a[onclick*=\"reply\"]:hover {\n border-color: #08c;\n background-color: #357ae8;\n background-image: linear-gradient(#4d90fe, #357ae8)!important;\n color: #fff\n}\n.btn.right,\nbutton.cancel,\n.usertext span[class*=\"toggle\"],\na.reddiquette {\n padding: 2px 5px;\n border-width: 0!important;\n background: none transparent!important;\n font-size: small!important\n}\n.btn.right a,\nbutton.cancel,\n.usertext span[class*=\"toggle\"] a,\na.reddiquette,\n#url-field button,\n.content button.RESBigEditorPop,\nspan.RESSubscriptionButton {\n border: 0!important;\n background-color: transparent!important;\n box-shadow: none;\n color: #888;\n font-weight: bold;\n text-decoration: underline;\n text-shadow: none\n}\n.btn.right a:hover,\nbutton.cancel:hover,\n.usertext span[class*=\"toggle\"] a:hover,\n#url-field button:hover,\na.reddiquette:hover,\n.content button.RESBigEditorPop:hover,\nspan.RESSubscriptionButton:hover {\n background-color: transparent!important;\n color: #5ba2fd\n}\na[href*=\"#btn\"] {\n display: block;\n margin: 10px 0;\n width: auto;\n color: #fff!important;\n font-size: 12px;\n line-height: 29px;\n letter-spacing: 0;\n text-align: center\n}\n.thing a[href*=\"#btn\"] {\n display: inline-block;\n margin: 0\n}\n.entry .flat-list {\n display: inline-block\n}\n.entry .flat-list li a,\n.entry .flat-list li a:visited,\n.entry .flat-list .redditSingleClick {\n color: black\n}\n.entry:hover > .flat-list li a,\n.entry:hover > .flat-list .redditSingleClick,\n.entry:focus > .flat-list li a,\n.entry:focus > .flat-list .redditSingleClick,\n.entry.RES-keyNav-activeElement .flat-list li a,\n.entry.RES-keyNav-activeElement .flat-list .redditSingleClick,\n.noncollapsed:hover > .flat-list li a {\n color: #777\n}\n.entry .flat-list li a.comments {\n color: #144ddd\n}\n#header {\n margin: 0 0 30px;\n height: auto;\n background-color: #fff;\n box-shadow: 0 -3px 9px 5px #ddd\n}\n#header:after {\n content: \" \";\n position: absolute;\n bottom: -1px;\n display: block;\n width: 100%;\n height: 30px;\n border: 1px solid;\n border-width: 1px 0;\n z-index: -1\n}\n#header:after,\n.bottommenu:before {\n border-color: #8ccbfc;\n background-color: #acd9fc;\n background-image: linear-gradient(#acd9fc, #8ccbfc)\n}\n#sr-header-area {\n padding: 0 0 0 5px;\n height: 20px;\n border-color: #fff;\n background-color: #fff;\n color: #acd9fc;\n color: #555;\n font-weight: 500;\n font-size: 11px;\n line-height: 20px;\n opacity: 0.4\n}\n#sr-header-area .separator {\n display: inline-block;\n margin: 0;\n width: 8px;\n text-align: center\n}\n#sr-header-area > .separator {\n margin: 0 7px 0 2px\n}\n#sr-header-area:hover {\n opacity: 1\n}\n#sr-header-area a,\n#sr-header-area span {\n color: inherit\n}\n#sr-header-area a:hover {\n color: #357ae8\n}\ndiv#RESShortcutsEditContainer {\n background: none #fff;\n color: inherit;\n font-family: Consolas, Monaco, \"Courier New\", monospace\n}\n#header #srLeftContainer,\n#header #RESStaticShortcuts,\n#header #RESShortcuts,\n#header #RESShortcutsSort,\n#header #RESShortcutsRight,\n#header #RESShortcutsLeft,\n#header #RESShortcutsAdd,\n#header #RESShortcutsTrash,\n#srDropdown {\n background: none transparent!important;\n color: inherit\n}\n#sr-more-link {\n background-color: #f9f9f7;\n color: #1d1212\n}\n.drop-choices,\ntable#srList,\ndiv#RESSubredditGroupDropdown {\n padding: 0;\n border: 1px solid #acd9fc;\n background-color: #eaf4fc;\n color: #2154a3;\n font-size: 12px\n}\ndiv#RESSubredditGroupDropdown li {\n padding: 5px 0\n}\n#sr-header-area a.choice,\ntable#srList a,\ndiv#RESSubredditGroupDropdown li a {\n padding: 2px 10px;\n color: #2154a3\n}\n#sr-header-area a.choice:hover,\n.drop-choices a.choice:hover,\ntable#srList a:hover,\ntable#srList tr:hover,\ndiv#RESSubredditGroupDropdown li:hover {\n background-color: #acd9fc\n}\n.srdrop .choice.bottom-option,\ntable#srList tr {\n border-color: #acd9fc\n}\n.menuarea .drop-choices a.choice {\n padding: 5px 10px;\n font-size: 1.2em\n}\n#header-bottom-right {\n top: auto!important;\n bottom: 0!important;\n padding: 7px 10px 3px!important;\n height: 20px!important;\n border-radius: 0!important;\n background-color: #acd9fc;\n background-image: linear-gradient(#acd9fc, #8ccbfc)\n}\n#header-bottom-right a,\n#header-bottom-right span {\n color: #2154a3\n}\n#header-bottom-right:hover {\n background-color: #eaf4fc;\n background-image: linear-gradient(#eaf4fc, #eaf4fc)\n}\n#header-bottom-right:hover a,\n#header-bottom-right:hover span {\n text-shadow: 0 -1px 0 #eee, 0 1px 0 #fff\n}\n#header-bottom-right .user,\n#header-bottom-right .logout {\n font-weight: bold\n}\n#RESSettingsButton {\n vertical-align: middle\n}\n#header-bottom-left {\n position: relative;\n bottom: 0;\n display: inline-block;\n margin: 0;\n background-color: transparent\n}\n.pagename {\n position: static!important;\n display: inline-block;\n margin: 0;\n color: #2154a3;\n font-weight: bold;\n font-variant: normal;\n vertical-align: middle\n}\n.pagename a,\n.pagename.selected {\n display: inline-block;\n margin: 0 0 -5px 0;\n padding: 9px 15px;\n border-color: #357ae8;\n border-radius: 2px;\n background-color: #5ba2fd;\n background-image: linear-gradient(#5ba2fd, #4b8adb);\n box-shadow: -2px 4px 4px -2px #bbb;\n color: #fff;\n font-size: 16px!important;\n text-shadow: 0 1px 0 #333\n}\n.pagename a:hover {\n border-color: #08c;\n background: none #357ae8;\n background-image: linear-gradient(#4d90fe, #357ae8);\n text-decoration: none\n}\n#header-img.default-header {\n margin: 15px 15px 0 25px;\n min-width: 75px;\n width: auto;\n background-position: -10000px -2058px;\n color: #2154a3;\n font-weight: bold;\n font-size: 12px;\n line-height: 50px;\n vertical-align: bottom;\n text-align: right;\n text-indent: 0\n}\n.with-listing-chooser #header-img.default-header {\n min-width: 110px\n}\n#header-img-a {\n display: inline-block;\n margin: 15px -3px -5px 35px;\n padding: 0;\n height: 40px;\n border-top-left-radius: 2px;\n border-bottom-left-radius: 2px;\n background-color: #acd9fc;\n box-shadow: 2px 4px 4px -2px #bbb;\n vertical-align: bottom\n}\n#header-img-a img {\n margin: 0;\n padding: 0;\n max-height: 40px;\n width: auto!important;\n height: auto!important;\n border-top-left-radius: 2px;\n border-bottom-left-radius: 2px\n}\n#header-img-a + .pagename a,\n#header-img-a + .pagename.selected {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0\n}\nul.tabmenu {\n margin: 15px 10px -17px 35px;\n height: 50px;\n border: 0 none\n}\nul.tabmenu li {\n margin: auto\n}\nul.tabmenu li a,\nul.tabmenu li a:visited,\nul.tabmenu li.selected a {\n display: inline-block;\n padding: 8px;\n background: none transparent;\n color: #2154a3\n}\nul.tabmenu li a:hover,\nul.tabmenu li.selected a:hover {\n background-color: #eaf4fc;\n color: #1d1212;\n text-shadow: none\n}\nul.tabmenu li.selected a,\nul.tabmenu li.selected a:hover,\nul.tabmenu li.selected a:visited {\n padding: 9px 15px;\n border: 1px solid #8ccbfc;\n border-radius: 2px;\n background-color: #f9f9f7;\n background-image: none;\n color: #ff910b\n}\ndiv.content {\n overflow: hidden;\n margin: 0 20px 10px 25px;\n padding: 10px 20px;\n border: 1px solid #fbfbfb;\n background-color: #fefefd;\n box-shadow: 0 1px 3px 1px #ccc\n}\nbody.listing-page > div.content,\nbody.single-page > div.content,\nbody.search-page > div.content,\nbody.messages-page > div.content {\n padding: 0;\n border: 0 none;\n background-color: transparent;\n box-shadow: none\n}\nbody.single-page > div.content > .linklisting .link {\n padding: 5px 0 5px 10px;\n background: none #fff\n}\nbody.single-page > div.content > .linklisting .link .rank {\n display: none\n}\n.panestack-title {\n overflow: hidden;\n margin: 10px 5px 0;\n padding: 5px 20px 0;\n padding-bottom: 3px;\n border-bottom-color: #ccc;\n font-size: larger\n}\n.panestack-title .title {\n color: #888\n}\n.commentarea .menuarea {\n margin: 0 0 10px;\n padding: 5px 25px 0;\n border-bottom-color: #d2d2d2;\n background-color: transparent;\n font-size: 12px\n}\n.related-page .panestack-title,\n.search-page .menuarea,\n.messages-page .menuarea,\n.profile-page .menuarea {\n margin: 20px 5px -6px!important;\n padding: 5px 0 5px 10px;\n font-size: 14px\n}\np.tagline {\n margin: 2px;\n font-size: 115%\n}\np.tagline span span {\n margin-right: 2px;\n margin-left: 2px\n}\n.tagline a {\n color: #888\n}\n.res .thing .tagline .author.submitter,\n.res .thing .tagline .author.moderator,\n.res .thing .tagline .author.friend {\n padding: 2px 5px;\n font-size: 11px\n}\n#noresults {\n margin-right: 310px;\n padding: 5px 10px;\n font-weight: bold\n}\n.nav-buttons {\n margin: 10px 0\n}\n.usertext.cloneable {\n margin: 10px 0 20px 25px\n}\ndiv.usertext-edit textarea {\n padding: 5px;\n border: 1px solid #ccc\n}\n.formtabs-content {\n padding: 0;\n border-color: #5ba2fd!important\n}\n.formtabs-content .infobar {\n padding: 10px\n}\nul.tabmenu.formtab {\n margin: 15px 0 0;\n height: auto\n}\nul.tabmenu.formtab li {}\nul.tabmenu.formtab li a {\n margin: 0 1px 1px;\n padding: 5px 15px;\n border-width: 0;\n background-color: #acd9fc\n}\nul.tabmenu.formtab li.selected a,\nul.tabmenu.formtab li.selected a:hover {\n margin: 0;\n padding: 5px 20px;\n border: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n background-color: #5ba2fd!important;\n box-shadow: none;\n color: #eaf4fc;\n font-weight: bold\n}\n.expando-button,\n.thing div.expando-button,\n.thing div.expando-button.collapsed,\n.thing .expando-button.image {\n margin: 0 25px 0 0!important;\n padding: 0px!important;\n width: 0!important;\n height: 15px!important;\n background: none transparent!important;\n cursor: pointer\n}\n.expando-button:before {\n position: absolute;\n display: block;\n margin: 0 5px 0 0!important;\n padding: 1px 5px;\n width: 8px!important;\n height: 14px!important;\n border: 1px solid #ddb;\n border-radius: 3px;\n background-color: #efefe8;\n color: #997;\n font-size: 11px;\n vertical-align: top;\n text-align: center;\n text-shadow: 0 0 3px #f1f1f1;\n cursor: pointer\n}\n.expando-button.selftext.collapsed:before {\n content: \"✚\"\n}\n.expando-button.selftext.expanded:before {\n content: \"▪▪\"\n}\n.expando-button.video.collapsed:before {\n content: \"â–¶\"\n}\n.expando-button.video.expanded:before {\n content: \"â—\"\n}\n.expando-button.image.collapsedExpando:before {\n content: \"â\"\n}\n.expando-button.image.expanded:before {\n content: \"â\"\n}\n.expando-button:hover:before {\n border-color: #555;\n background-color: #555;\n box-shadow: 0 0 4px -2px #333;\n color: #eee\n}\n.expando-button.expanded:before {\n border-radius: 15px\n}\n.res .md .expando-button.image,\n.res .parent .expando-button.image {\n margin: 0 5px!important;\n width: 20px!important\n}\n#siteTable_organic {\n margin: 0 5px\n}\n.organic-listing,\n.thing.link.stickied,\n.thing.link.promoted {\n overflow: hidden;\n border-color: #fff;\n background: none #edf5ff;\n box-shadow: 0 1px 3px 0 #ccb\n}\n.thing.link.stickied {\n background: none #fffeed\n}\n.thing.link.stickied a.title {\n color: #50722b\n}\n.listing-page .link:first-child.stickied {\n margin: 0 0 10px!important;\n border-width: 1px 0 1px 1px\n}\n.linklisting .thing {\n overflow: hidden;\n margin: 0;\n padding: 2px 0 0;\n border: 1px solid #fff;\n border-width: 1px 0;\n background-color: #fefefd;\n box-shadow: 0 1px 3px 0 #ccb\n}\n.linklisting .compressed.thing {\n padding: 3px 0 0\n}\n.linklisting .odd {}\n.linklisting .even {}\n.link.last-clicked {\n background-color: #f5f5f5;\n background-image: linear-gradient(#f8f8f8, #f5f5f5)\n}\n.linklisting .link.self .domain {\n display: none\n}\n.link .expando {\n margin: 0\n}\n.linklisting div.thing.comment {\n margin: 0 0 5px!important;\n padding: 5px 0 5px 10px!important;\n font-size: 11px\n}\n.sitetable {\n padding: 5px\n}\n.sitetable .sitetable {\n padding: 0\n}\n.link .rank {\n margin: 14px 0 0 5px;\n padding: 10px 5px 0;\n background-color: transparent;\n color: #ccb;\n font-size: small;\n text-align: right\n}\n.link.compressed .rank {\n margin-top: 5px\n}\n.link .midcol {\n margin: 5px 10px\n}\n.link.compressed .midcol {\n margin: 5px\n}\n.thumbnail {\n margin: 5px 10px 5px 0\n}\n.thumbnail.self,\n.thumbnail.default {\n display: none\n}\n.listing-page .thumbnail {\n max-height: 55px\n}\n.entry {\n margin: 0;\n padding: 3px 5px\n}\n.compressed .entry {\n padding: 2px 5px 2px 2px\n}\n.link .title {\n overflow: visible;\n margin: 0 .4em 2px 0;\n font-size: 125%;\n line-height: 1.3\n}\n.link.compressed .title {\n margin: -1px .4em 1px 0;\n font-size: 123%\n}\n.link .usertext .md {\n padding-right: 15px;\n border: 0;\n background: transparent\n}\n.arrow:not(.prev):not(.next) {\n background: none transparent!important;\n color: #aaa;\n font-weight: normal;\n font-size: 120%;\n font-family: Consolas, Monaco, \"Courier New\", monospace;\n line-height: 12px;\n text-align: center\n}\n.arrow.up:after,\n.arrow.upmod:after {\n content: \"â–²\"\n}\n.arrow.down:after,\n.arrow.downmod:after {\n content: \"â–¼\"\n}\n.arrow.upmod:after {\n color: #ff4900\n}\n.arrow.downmod:after {\n color: #9aa8f2\n}\n.arrow.up:hover:after,\n.arrow.down:hover:after {\n color: #333\n}\n.compressed .arrow:not(.prev):not(.next) {\n margin: 1px 0\n}\n.link .score {\n color: #555\n}\n.link .score.likes {\n color: #ff4900\n}\n.link .score.dislikes {\n color: #9aa8f2\n}\n.commentarea {\n margin-top: 15px\n}\n.commentarea p.tagline,\n.comment .score {\n margin-left: -1px;\n font-size: 11px\n}\n.nestedlisting > div.comment {\n overflow: hidden;\n margin: 0 0 3px;\n border: 1px solid #e0e0e0;\n background-color: #fcfcfb\n}\n.comment {\n margin-left: 0\n}\n.comment .collapsed {\n padding: 2px 0 0 25px;\n font-style: normal;\n font-size: 11px\n}\n.comment a.expand {\n padding: 1px 2px 2px;\n color: #888\n}\n.comment a.expand:hover {\n background-color: #bbb\n}\n.comment .midcol {\n margin: 5px;\n width: 15px!important;\n font-size: 130%\n}\n.comment .child {\n margin: 2px 0 0 30px;\n border-color: #e6e6e6\n}\n.comment .showreplies {\n margin: 2px 0 10px 30px;\n border: 0;\n font-weight: bold\n}\n.morechildren a.button,\n.morerecursion .deepthread,\n.nextprev a,\n.showreplies {\n display: inline-block;\n margin: 0;\n padding: 0!important;\n border-width: 0!important;\n background: none transparent!important;\n color: #4d90fe!important;\n font-weight: bold;\n text-shadow: 1px 1px 2px #eee\n}\n.new-comment .usertext-body {\n margin: 0 0 5px;\n padding: 0 10px\n}\n.res-commentBoxes div.collapsed {\n font-size: 11px\n}\n.res-commentBoxes div.noncollapsed {\n padding: 0 5px\n}\n.res-commentBoxes .comment .midcol {\n margin: 5px -4px 5px 10px\n}\n.res-commentBoxes .child {\n margin: 2px 0 -7px 5px;\n padding: 0 0 1px;\n border: 0;\n background: none transparent!important\n}\n.res-commentBoxes .morechildren,\n.res-commentBoxes .morerecursion {\n margin: 0 0 -5px -20px\n}\n.res-commentBoxes .morechildren a.button,\n.res-commentBoxes .morerecursion .deepthread,\n.nextprev a {\n display: inline-block;\n margin: 0;\n padding: 5px 15px!important;\n border: 1px solid #eee!important;\n background-color: #fcfcfb!important;\n background-image: none!important;\n color: #777!important;\n text-shadow: 1px 1px 2px #eee\n}\n.res-commentBoxes .morerecursion .deepthread {\n padding: 5px 15px!important\n}\n.res-commentBoxes .nestedlisting > .morechildren {\n margin-left: -10px\n}\n.res-commentBoxes.res-commentBoxes-rounded div.comment {\n border-radius: 0px!important\n}\n.res-commentBoxes .commentarea .nestedlisting {\n border: 0;\n background-color: transparent;\n box-shadow: none\n}\n.res-commentBoxes .nestedlisting > div.comment {\n margin: 0 0 5px!important;\n padding: 5px 0px;\n border: 1px solid #fff!important;\n background-color: #fbfbfb;\n box-shadow: 0 1px 3px 0 #ccb\n}\n.res-commentBoxes div.comment {\n margin: -1px 0 0 25px!important;\n padding: 5px 0px!important;\n border: 1px solid #eee!important;\n border-right: 0!important;\n border-radius: 0!important\n}\n.res-commentBoxes .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {\n background-color: #fafaf9!important\n}\n.res-commentBoxes .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment,\n.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {\n background-color: #fbfbfb!important\n}\n.deleted.comment > .entry {\n padding: 0\n}\n.deleted.comment > .entry > * {\n margin: 0;\n padding: 2px 0 0 31px\n}\n.usertext.grayed,\n.usertext.grayed + ul {\n display: none\n}\ndiv.thing.suspicious {\n outline: 1px solid #ff910b!important\n}\ndiv.thing.spam,\ndiv.thing.reported {\n margin: 0 0 5px;\n outline: 1px solid #fbb!important;\n background-color: #ffe5e2!important;\n background-image: linear-gradient(#ffe5e2, #ffdfdb)!important\n}\ndiv.thing.spam > .entry,\ndiv.thing.reported > .entry {\n background-color: #ffe5e2!important\n}\ndiv.thing.spam > p > *,\ndiv.thing.spam > .entry .title,\ndiv.thing.reported > p > *,\ndiv.thing.reported > .entry .title {\n background-color: transparent!important;\n color: #a90404!important\n}\na.pretty-button,\n.pretty-button.inoffensive {\n padding: 1px 10px 5px;\n border: 1px solid #e4dbd0;\n background-color: #fff6ea;\n box-shadow: 1px 1px 1px 0 #ccc;\n color: #1d1212;\n font-weight: bold;\n text-shadow: 1px 1px 2px #000\n}\n.pretty-button.inoffensive {\n text-shadow: none\n}\na.pretty-button.negative {\n border-color: #c25656;\n background: none #ff6e6e;\n color: #fff\n}\na.pretty-button.neutral {\n border-color: #555;\n background: none #888;\n color: #fff\n}\na.pretty-button.positive {\n border-color: #148614;\n background: none #5ad15a;\n color: #fff\n}\n.entry .buttons li.reported-stamp {\n padding: 3px 5px;\n border: 1px solid #d5b97e!important;\n background-color: #ffdc91;\n background-image: none;\n color: #a90404;\n font-weight: bold\n}\nselect {\n padding: 1px;\n border: 1px solid #aaa;\n border-radius: 0;\n background-color: #fffeed!important;\n vertical-align: middle\n}\n.side {\n margin: 0 20px;\n padding: 0 10px;\n background-color: transparent;\n line-height: 1.3;\n z-index: 10\n}\n.side .spacer {\n margin: 5px 0 5px 0;\n background-color: transparent\n}\n.side .md {\n overflow: visible;\n max-width: 100%;\n font-size: .9em\n}\n.side .titlebox {\n padding: 0\n}\n.side h1.redditname {\n margin: 1.2em 0 .2em 0;\n font-size: 26px;\n letter-spacing: -1px;\n text-shadow: 0px 0px 1px #aaa\n}\n.side h1.redditname a {\n color: #222\n}\ndiv.sidebox.create {\n position: absolute;\n right: 30px;\n bottom: 110px;\n display: block;\n overflow: visible;\n width: 230px;\n border-width: 0!important;\n border-radius: 0;\n background: none transparent!important;\n z-index: 10\n}\n.mod-toolbox div.sidebox.create {\n bottom: 134px\n}\n.sidebox.create .subtitle:last-child:after {\n content: \"...with theme /r/Mindashq.\";\n display: block\n}\n.side h1,\n.side h2,\n.side h3 {\n margin: 5px;\n background: none transparent;\n color: #222;\n text-shadow: 0 -1px 0 #ddd, 0 1px 0 #fff\n}\n.side h1 {\n font-size: 19px\n}\n.side h2 {\n font-size: 16px\n}\n.side h3 {\n font-size: 14px\n}\n.side .md p {\n margin: 5px 10px\n}\n.side .md li p,\n.side .md ol p {\n margin: 0\n}\nbody:not(.profile-page) .side .titlebox .bottom {\n display: none;\n border-color: #d2d2d2\n}\n.side .spacer #search {\n margin: 0 0 15px 0;\n padding: 0\n}\n#search input[type=\"text\"] {\n margin: 0 0 -6px;\n padding: 10px;\n width: 278px;\n border: 1px solid #e3e3e3;\n font-size: 14px\n}\n.searchpane {\n margin: 0;\n padding: 10px 0 20px 96px;\n border-color: #ccb;\n background-color: #fbfbfb;\n font-size: 12px\n}\n.searchfacets {\n margin: -1px 5px;\n border-color: #ccb;\n background-color: transparent;\n box-shadow: none\n}\n#search input[type=\"submit\"] {\n padding: 10px 15px\n}\n#searchexpando {\n margin: 6px 1px 0;\n border-radius: 0\n}\n.infobar {\n overflow: hidden;\n margin: 0 5px 10px;\n border-color: #acd9fc;\n background-color: #eaf4fc;\n color: #2154a3\n}\n.linkinfo {\n margin: 0 0 10px;\n padding: 5px 0;\n border: 1px solid #e3e3e3;\n border-radius: 0!important;\n background: transparent;\n text-align: center\n}\n.linkinfo .date {\n padding: 5px 0\n}\n.linkinfo .score {\n display: block;\n float: none;\n margin: 0 0 0 -1px;\n padding: 10px 0;\n height: 61px;\n border: 1px solid #e3e3e3;\n background: #f3f3f3\n}\n.linkinfo .score .number {\n font-size: 20px\n}\n.linkinfo .score .word {\n display: block;\n font-weight: 300\n}\n.linkinfo .upvotes,\n.linkinfo .downvotes {\n display: block;\n margin: 0 -1px 0 130px!important;\n padding: 10px;\n height: 20px;\n border: 1px solid #e3e3e3;\n background: #f3f3f3;\n text-align: left\n}\n.linkinfo .downvotes {\n margin-top: -1px!important\n}\n.linkinfo .upvotes .number,\n.linkinfo .downvotes .number {\n float: right;\n font-size: 20px;\n text-align: right\n}\n.linkinfo .upvotes .word,\n.linkinfo .downvotes .word {\n float: left;\n margin: 5px 10px 0 0;\n font-size: 12px\n}\n.linkinfo .shortlink {\n clear: both\n}\n.linkinfo input#shortlink-text {\n margin-top: 5px;\n border: 0!important;\n background-color: transparent;\n font-size: 12px\n}\n.titlebox form.toggle,\n.leavemoderator,\n.leavemoderator-button,\n.leavecontributor-button {\n background: none transparent;\n font-size: 12px\n}\n.login-form-side {\n margin: 0 0 10px;\n padding: 10px 0 0;\n border: 1px solid #eee;\n border-width: 1px 0\n}\n.login-form-side input[type=text],\n.login-form-side input[type=password] {\n border-color: #d2d2d2\n}\n.titlebox form.flairtoggle {\n position: relative;\n margin-top: 5px;\n padding: 5px 5px 5px 35px;\n border: 1px solid #e3e3e3;\n border-width: 1px 1px 0;\n background: #f3f3f3\n}\n.titlebox form.flairtoggle input {\n float: left;\n margin: 10px 10px 0px -25px\n}\n.titlebox .tagline {\n margin: 0 0 10px 0;\n padding: 0 5px 5px 35px;\n border: 1px solid #e3e3e3;\n border-width: 0 1px 1px;\n background: #f3f3f3;\n font-size: 12px\n}\n.titlebox .fancy-toggle-button {\n display: inline-block;\n margin: 0\n}\n.subscription-box ul > a[count] {\n display: block;\n margin: 10px -10px -10px;\n padding: 10px;\n background-color: #ddd\n}\n.subscription-box .fancy-toggle-button .active {\n margin: 0!important;\n min-width: 70px\n}\n.subscription-box .subButtons + a:last-child {\n float: right;\n margin: -60px 10px\n}\n.subscription-box .subButtons .RESshortcutside,\n.subscription-box .subButtons .RESDashboardToggle {\n margin: 0 0 20px -5px!important\n}\n.fancy-toggle-button .active,\n.RESshortcutside,\n.RESDashboardToggle,\n.RESFilterToggle,\na.blueButton,\ndiv.blueButton {\n display: inline-block!important;\n margin: 5px -6px 10px 0!important;\n padding: 3px 7px!important;\n min-width: 80px;\n height: auto!important;\n outline: none;\n border-color: #e3e3e3!important;\n border-radius: 0!important;\n font-weight: bold;\n font-size: 11px!important;\n line-height: 14px!important;\n text-align: center\n}\n.fancy-toggle-button .add {\n border-color: #27b307!important;\n background: none #1a8b00!important;\n color: #fff\n}\n.fancy-toggle-button .remove {\n background: none #f3f3f3!important;\n color: #aaa\n}\n.RESshortcutside,\n.RESDashboardToggle,\n.RESFilterToggle,\na.blueButton,\ndiv.blueButton {\n background: none #f3f3f3!important;\n color: #2154a3!important\n}\n.RESshortcutside.remove,\n.RESDashboardToggle.remove,\n.RESFilterToggle.remove {\n color: #aaa!important\n}\n.subscribers {\n display: block\n}\n.sidebox.submit {\n width: 300px\n}\nbody:not(.listing-page) .morelink {\n border-color: #5ba2fd!important;\n border-radius: 2px!important;\n background: none #acd9fc!important;\n background-image: linear-gradient(#acd9fc, #8ccbfc)!important;\n color: #2154a3\n}\nbody:not(.listing-page) .morelink a {\n color: #2154a3!important;\n text-shadow: 1px 1px 2px #eaf4fc\n}\nbody .morelink {\n padding: 2px 0;\n border-color: #357ae8!important;\n border-radius: 2px!important;\n background: none #5ba2fd!important;\n background-image: linear-gradient(#5ba2fd, #4b8adb)!important;\n color: #fff;\n font-weight: normal;\n letter-spacing: 0\n}\nbody .morelink:hover,\nbody:not(.listing-page) .morelink:hover {\n border-color: #08c;\n background: none #4d90fe!important;\n background-image: linear-gradient(#4d90fe, #357ae8)!important;\n color: #fff\n}\nbody .morelink a {\n color: #fff!important;\n font-weight: bold;\n font-size: 14px;\n text-shadow: 1px 1px 2px #2154a3\n}\nbody .morelink a:hover,\nbody:not(.listing-page) .morelink:hover a,\nbody:not(.listing-page) .morelink a:hover {\n color: #fff!important;\n text-shadow: 1px 1px 2px #2154a3\n}\nbody .morelink .nub,\nbody .morelink:hover .nub,\nbody .disabled .morelink .nub,\nbody .disabled .morelink:hover .nub {\n background: none transparent!important\n}\nbody .disabled .morelink,\nbody .disabled .morelink:hover {\n border-color: #f5f5f5!important;\n background: none #ccc!important\n}\nbody .disabled .morelink a,\nbody .disabled .morelink a:hover {\n text-shadow: none;\n cursor: default\n}\n.sidecontentbox {\n padding: 5px 0 5px;\n background-color: transparent!important;\n line-height: 1.3\n}\n.sidecontentbox a.helplink {\n font-size: 12px\n}\n.sidecontentbox .title h1 {\n color: #888;\n letter-spacing: 0\n}\n.spacer .sidecontentbox .content {\n margin: 0!important;\n margin-top: 5px!important;\n padding: 10px;\n border: 1px solid #ccc;\n background-color: #f5f5f5\n}\n.side .icon-menu li {\n margin: 0 0 5px\n}\n.side .icon-menu a {\n background-color: transparent!important\n}\n.account-activity-box {\n padding: 0;\n height: 60px;\n border-radius: 2px!important;\n background-color: transparent;\n background-position: center bottom\n}\n.account-activity-box a {\n margin: 20px 0 0 0;\n padding: 20px 0 0 0\n}\n.footer-parent {\n position: relative;\n clear: both;\n padding: 0;\n background: #fff;\n font-size: 12px;\n line-height: 15px;\n text-align: left\n}\n.footer {\n position: relative;\n display: block;\n overflow: hidden;\n margin: 0 0 5px;\n padding: 0;\n width: 100%;\n border: 0 none;\n z-index: 1\n}\n.footer .col {\n margin: 10px;\n border: 0 none\n}\n.footer .flat-vert.title {\n margin: 0 0 15px;\n color: #2154a3\n}\n.bottommenu,\n.bottommenu a {\n font-size: 10px\n}\n.bottommenu {\n margin: 0 0 0 25px;\n margin: -5px 0px;\n padding: 5px 25px;\n color: #777\n}\n.bottommenu:before {\n content: \" \";\n position: absolute;\n top: 0;\n left: 0;\n display: block;\n width: 100%;\n height: 30px;\n border-width: 1px 0;\n border-style: solid\n}\nbody.wiki-page h1.wikititle {\n display: inline-block;\n margin: 10px 15px 5px;\n color: #5ba2fd;\n font-size: 1em;\n letter-spacing: 0\n}\nbody.wiki-page .pageactions {\n float: right;\n border: 0 none\n}\nbody.wiki-page .wiki-page-content {\n margin: 0 15px 15px;\n border-top: 1px dotted #d2d2d2\n}\nbody.wiki-page .wiki-page-content .md.wiki > .toc > ul {\n border-color: #eee;\n background-color: #f9f9f7;\n list-style: none\n}\nbody.wiki-page .wiki-page-content .md.wiki h1 {\n font-size: 2.4em;\n letter-spacing: -1px\n}\nbody.wiki-page .wiki-page-content .md.wiki h2 {\n font-size: 1.8em;\n letter-spacing: -1px\n}\nbody.wiki-page .wiki-page-content .md.wiki h3 {\n font-size: 1.4em\n}\nbody.wiki-page .wiki-page-content .md.wiki h4 {\n font-size: 1.2em\n}\nbody.wiki-page .wiki-page-content .md.wiki img {\n max-width: 100%\n}\nbody.wiki-page .wiki-page-content .md.wiki h1,\nbody.wiki-page .wiki-page-content .md.wiki h2,\nbody.wiki-page .wiki-page-content .md.wiki h3,\nbody.wiki-page .wiki-page-content .md.wiki h4 {\n color: #1d1212;\n text-shadow: 0 0 1px #555\n}\nbody.wiki-page .wiki-page-content .md.wiki h5,\nbody.wiki-page .wiki-page-content .md.wiki h6 {\n color: #181818\n}\n.tagline .RESUserTag {\n margin: 0 0 0 -4px\n}\ndiv#userbarToggle,\ndiv#userbarToggle.userbarShow {\n top: 28%!important;\n bottom: 28%!important;\n padding: 2px;\n min-height: 10px;\n height: 10px;\n border: 0!important;\n border-radius: 10px;\n background-color: #eaf4fc!important;\n color: #2154a3;\n font-weight: bold;\n line-height: 0.7;\n text-align: center\n}\n.res.pinHeader-sub #RESShortcutsSort,\n.res.pinHeader-sub #RESShortcutsRight,\n.res.pinHeader-sub #RESShortcutsLeft,\n.res.pinHeader-sub #RESShortcutsAdd,\n.res.pinHeader-sub #RESShortcutsTrash,\n.res.pinHeader-subanduser #RESShortcutsSort,\n.res.pinHeader-subanduser #RESShortcutsRight,\n.res.pinHeader-subanduser #RESShortcutsLeft,\n.res.pinHeader-subanduser #RESShortcutsAdd,\n.res.pinHeader-subanduser #RESShortcutsTrash {\n background-color: transparent\n}\nbody.pinHeader-userbar #header-bottom-right,\nbody.pinHeader-subanduser #header-bottom-right {\n top: 15px!important;\n bottom: auto!important;\n background-color: #fff\n}\n#RESPinnedHeaderSpacer {\n margin-bottom: 30px\n}\n.entry.RES-keyNav-activeElement,\n.entry:hover {\n padding-right: 2px;\n outline: 0;\n border: 0!important;\n border-right: 3px solid #4d90fe!important\n}\n.entry.RES-keyNav-activeElement div.md,\n.commentarea .entry.RES-keyNav-activeElement div.noncollapsed,\n.entry.RES-keyNav-activeElement .usertext-body,\n.new-comment .usertext-body .md {\n outline: none!important;\n border: 0!important\n}\n.entry.RES-keyNav-activeElement,\n.entry.RES-keyNav-activeElement div.md,\n.entry.RES-keyNav-activeElement .usertext-body,\n.commentarea .entry.RES-keyNav-activeElement div.noncollapsed {\n background: none transparent!important\n}\n.keyNavAnnotation {\n color: #888\n}\nbutton.RESBigEditorPop.blueButton {\n margin: 7px 0 0 12px;\n padding: 5px\n}\n#progressIndicator.neverEndingReddit,\ndiv.NERPageMarker,\ndiv#NERFail,\n#endOfReddit {\n margin: 0;\n padding: 10px 0;\n width: auto;\n border-width: 0;\n border-radius: 0;\n background-color: transparent!important;\n font-weight: bold;\n font-size: 20px;\n letter-spacing: -1px;\n text-align: left\n}\n#progressIndicator.neverEndingReddit,\ndiv#NERFail,\n#endOfReddit {\n color: #a90404;\n font-size: 12px;\n letter-spacing: 0\n}\n.side .md blockquote {\n position: relative;\n margin: 5px 0 10px;\n padding: 5px 10px 10px 5px;\n max-width: 100%;\n border: 1px solid #ccc;\n border-radius: 2px;\n background-color: #f5f5f5\n}\n.side .md blockquote > h1,\n.side .md blockquote > h2,\n.side .md blockquote > h3 {\n font-size: 16px\n}\n.side .md blockquote > blockquote {\n margin: 5px 0 0 5px\n}\n.side .md blockquote table {\n margin: 5px -11px 5px -6px;\n min-width: 299px;\n max-width: 300px\n}\n.side .md blockquote table:last-child {\n margin-bottom: -11px\n}\n.side .md blockquote + hr,\n.side .md blockquote + h3,\n.side .md blockquote + h4,\n.side .md blockquote + h5,\n.side .md blockquote + h6 {\n margin: 0 0 5px 0;\n width: 0;\n height: 1px\n}\n.side .md blockquote h1 ~ p {\n margin-left: 10px\n}\n.side .md h3 + blockquote p,\n.side .md h4 + blockquote p,\n.side .md h5 + blockquote p,\n.side .md h6 + blockquote p {\n margin: 2px 10px;\n color: #1d1212\n}\n.side .md blockquote + p,\n.side .md p + blockquote,\n.side .md p + h3,\n.side .md p + h4,\n.side .md p + h5,\n.side .md p + h6 {\n margin-top: 12px\n}\n.side .md > hr {\n width: 0\n}\n.side .md > hr + hr {\n margin: 5px 0 15px;\n width: auto\n}\n.side .md blockquote a[href*=\"#icon-\"]:before {\n border-radius: 3px;\n background-color: #555;\n background-image: linear-gradient(#555, #4d4d4d);\n color: #eee;\n text-shadow: none\n}\n.side .md h3 + blockquote {\n border-color: #aacdf1;\n background-color: #d4ecfe\n}\n.side .md h3 + blockquote a[href*=\"#icon-\"]:before,\n.side .md blockquote a[href$=\"blue\"]:before {\n background-color: #50a3fd;\n background-image: linear-gradient(#50a3fd, #1c89d1);\n color: #d4ecfe\n}\n.side .md h3 + blockquote hr {\n background-color: #aacdf1;\n color: #aacdf1\n}\n.side .md h3 + blockquote * {\n border-color: #aacdf1\n}\n.side .md h4 + blockquote {\n border-color: #45e745;\n background-color: #e9ffe6\n}\n.side .md h4 + blockquote a[href*=\"#icon-\"]:before,\n.side .md blockquote a[href$=\"green\"]:before {\n background-color: #39c739;\n background-image: linear-gradient(#6de46d, #39c739);\n color: #e9ffe6\n}\n.side .md h4 + blockquote hr {\n background-color: #45e745;\n color: #45e745\n}\n.side .md h4 + blockquote * {\n border-color: #45e745\n}\n.side .md h5 + blockquote {\n border-color: #fae296;\n background-color: #fffde6\n}\n.side .md h5 + blockquote a[href*=\"#icon-\"]:before,\n.side .md blockquote a[href$=\"yellow\"]:before {\n background-color: #ffce36;\n background-image: linear-gradient(#fde000, #ffce36);\n color: #ffffe6\n}\n.side .md h5 + blockquote hr {\n background-color: #fae296;\n color: #fae296\n}\n.side .md h5 + blockquote * {\n border-color: #fae296\n}\n.side .md h6 + blockquote {\n border-color: #ff9185;\n background-color: #fef0f0\n}\n.side .md h6 + blockquote a[href*=\"#icon-\"]:before,\n.side .md blockquote a[href$=\"red\"]:before {\n background-color: #dd4814;\n background-image: linear-gradient(#ef784e, #dd4814);\n color: #fef0f0\n}\n.side .md h6 + blockquote hr {\n background-color: #ff9185;\n color: #ff9185\n}\n.side .md h6 + blockquote * {\n border-color: #ff9185\n}\n.side .md h6 + blockquote table,\n.side .md h6 + blockquote table thead,\n.side .md h6 + blockquote table td,\n.side .md h6 + blockquote table th {}\n.side a[href*=\"#icon-\"] {\n color: #1d1212;\n cursor: default\n}\n.side a[href*=\"#icon-\"]:hover {\n text-decoration: none\n}\n.side a[href*=\"#icon-\"]:before {\n float: left;\n margin: -5px 10px 5px -15px;\n padding: 5px;\n width: 30px;\n background-position: 0 0;\n font-weight: bold;\n font-size: 25px;\n line-height: 25px;\n text-align: center\n}\n.side a[href*=\"#icon-\"]:after {\n content: \"\";\n display: table;\n clear: both\n}\n.side a[href*=\"#icon-exclamation\"]:before {\n content: \"â™”\"\n}\n.side a[href*=\"#icon-information\"]:before {\n content: \"ⓘ\"\n}\n.side a[href*=\"#icon-lightbulb\"]:before {\n content: \"☼\"\n}\n.side a[href*=\"#icon-comments\"]:before {\n content: \"â\"\n}\n.side a[href*=\"#icon-unhappy\"]:before {\n content: \"☹\"\n}\n.side a[href*=\"#icon-check\"]:before {\n content: \"✓\"\n}\n.side a[href*=\"#icon-clock\"]:before {\n content: \"â—”\"\n}\n.side a[href*=\"#icon-cross\"]:before {\n content: \"⊘\"\n}\n.side a[href*=\"#icon-smile\"]:before {\n content: \"☺\"\n}\n.side a[href*=\"#icon-error\"]:before {\n content: \"☢\"\n}\n.side a[href*=\"#icon-note\"]:before {\n content: \"✑\"\n}\n.side a[href*=\"#icon-star\"]:before {\n content: \"✰\"\n}\n.side a[href*=\"#icon-help\"]:before {\n content: \"âœ\"\n}\n.side a[href*=\"#icon-time\"]:before {\n content: \"⌚\"\n}\n.side a[href*=\"#icon-bell\"]:before {\n content: \"â‚\"\n}\n.side a[href*=\"#icon-eye\"]:before {\n content: \"✿\"\n}\n.flair,\n.linkflairlabel,\nspan.linkflair {\n display: inline-block;\n padding: 1px 5px;\n border: 1px solid #ddd;\n border-radius: 2px;\n background: #f5f5f5;\n color: #2154a3;\n font-weight: bold;\n font-size: x-small;\n text-shadow: none\n}\n.linkflair[class*=\"-m-\"] {}\n.linkflair[class*=\"-m-\"] .linkflairlabel {\n padding: 1px 5px 2px;\n border: 0 none;\n font-weight: bold;\n vertical-align: text-bottom;\n text-align: center\n}\n.linkflair[class*=\"-m-\"]:hover .linkflairlabel {}\n.linkflair-m-vt .linkflairlabel,\n.flairoptionpane .linkflair-m-vt .linkflairlabel {\n background: #c566c5;\n color: #fff\n}\n.linkflair-m-io .linkflairlabel,\n.flairoptionpane .linkflair-m-io .linkflairlabel {\n background: #5f8bc4;\n color: #fff\n}\n.linkflair-m-be .linkflairlabel,\n.flairoptionpane .linkflair-m-be .linkflairlabel {\n background: #84cbff;\n color: #fff\n}\n.linkflair-m-gn .linkflairlabel,\n.flairoptionpane .linkflair-m-gn .linkflairlabel {\n background: #5fd35d;\n color: #fff\n}\n.linkflair-m-yw .linkflairlabel,\n.flairoptionpane .linkflair-m-yw .linkflairlabel {\n background: #fde950;\n color: #a77d19\n}\n.linkflair-m-oe .linkflairlabel,\n.flairoptionpane .linkflair-m-oe .linkflairlabel {\n background: #ffac30;\n color: #fffbcb\n}\n.linkflair-m-rd .linkflairlabel,\n.flairoptionpane .linkflair-m-rd .linkflairlabel {\n background: #f00;\n color: #fff\n}\n.linkflair-m-gy .linkflairlabel,\n.flairoptionpane .linkflair-m-gy .linkflairlabel {\n background: #eaeaed;\n color: #555\n}\n.linkflair-m-it .linkflairlabel,\n.flairoptionpane .linkflair-m-it .linkflairlabel {\n background: #555;\n color: #fff\n}\n.linkflair-meta a.title {\n font-weight: bold\n}\n.linkflair-meta .rank,\n.linkflair-meta .score,\n.linkflair-meta .score-placeholder {\n display: none!important\n}\n.linkflair-meta .midcol {\n width: 50px!important\n}\n.linkflair-meta.compressed .midcol {\n margin: 2px 3px 0;\n width: 50px!important\n}\n.linkflair-meta .arrow {\n display: inline-block!important;\n margin: 0 3px;\n padding: 0;\n font-size: 16px\n}\n.linkflair-meta .title > .linkflairlabel {\n position: absolute;\n left: 20px;\n display: inline-block;\n margin: 25px 10px 0 0;\n padding: 5px 10px;\n background-color: #fff;\n box-shadow: 0 1px 10px 0 #d1d1d1;\n font-weight: bold;\n font-size: 12px;\n vertical-align: text-bottom\n}\n.linkflair-meta.compressed .title > .linkflairlabel {\n margin: 18px 10px 0 0;\n padding: 3px 8px\n}\n.upload li,\n#image-upload {\n margin: 10px 0;\n font-size: larger\n}\n#image-upload label {\n font-size: 12px\n}\nul#image-preview-list {\n overflow: hidden;\n margin: 20px 0 20px 20px;\n font-size: larger\n}\n#newlink {\n margin-left: 20px;\n background: none transparent\n}\n.sheets {\n margin: 0\n}\n.tabpane-content {\n padding: 15px;\n border-color: #8ccbfc\n}\n#reddit-field {\n display: none\n}\n.res-nightmode body {\n background-color: #222;\n color: #ccc\n}\n.res-nightmode .md h1,\n.res-nightmode .md h2,\n.res-nightmode .md h3 {\n border: 0 none!important;\n color: #d7d7d7!important\n}\n.res-nightmode a,\n.res-nightmode .thing a.title {\n color: #acd9fc\n}\n.res-nightmode .thing a.title,\n.res-nightmode .thing a.title.loggedin,\n.res-nightmode .searchfacets .title {\n color: #bbb!important;\n text-shadow: 0 1px 0 #000!important\n}\n.res-nightmode .thing a.title:visited,\n.res-nightmode .thing a.title.loggedin.click:visited,\n.res-nightmode .thing a.title.loggedin:visited {\n color: #777!important\n}\n.res-nightmode a:hover,\n.res-nightmode .thing a.title:hover,\n.res-nightmode .thing a.title.loggedin:hover {\n color: #ff910b!important\n}\n.res-nightmode .content .md a:visited,\n.res-nightmode div.comment .md p > a:visited {\n color: #bbb!important\n}\n.res-nightmode .roundfield,\n.res-nightmode .linefield,\n.res-nightmode .content.submit .roundfield.info-notice {\n border-color: #582b2b;\n border-radius: 2px;\n background-color: #000!important;\n box-shadow: 0 0 1px 1px #333\n}\n.res-nightmode .roundfield textarea,\n.res-nightmode .roundfield input[type=text],\n.res-nightmode .roundfield input[type=url],\n.res-nightmode .roundfield input[type=password],\n.res-nightmode .roundfield input[type=number],\n.res-nightmode .linefield textarea,\n.res-nightmode .linefield input[type=text],\n.res-nightmode .linefield input[type=password] {\n border-color: #9b9999;\n border-radius: 2px;\n box-shadow: 0 1px 4px 1px #4b4949\n}\n.res-nightmode .md:not(.wiki) {\n color: #ccc\n}\n.res-nightmode hr {\n background-color: #414141;\n color: #373737\n}\n.res-nightmode .md blockquote,\n.res-nightmode .help blockquote {\n border-color: #d2d2d2;\n border-left-color: #5ba2fd\n}\n.res-nightmode .md table {\n border-color: #444\n}\n.res-nightmode .md table thead {\n border-bottom: 1px solid #444;\n background-color: #090909\n}\n.res-nightmode .md table tr:nth-child(odd) {\n background-color: #292929\n}\n.res-nightmode .md table tr:nth-child(even) {\n background-color: #222\n}\n.res-nightmode .md table td,\n.res-nightmode .md table th {\n border-right: 1px solid #444\n}\n.res-nightmode .md ul,\n.res-nightmode .md ol {\n background-color: transparent!important\n}\n.res-nightmode .usertext-body pre,\n.res-nightmode .md.wiki pre {\n color: #ddd!important\n}\n.res-nightmode .usertext-body pre,\n.res-nightmode .md.wiki pre,\n.res-nightmode p > code,\n.res-nightmode li > code {\n border: 1px solid #333;\n border-radius: 2px;\n background-color: #080808;\n color: #ddd!important;\n font-size: 11px\n}\n.res-nightmode code {\n color: #ddd!important;\n font-family: Consolas, Monaco, \"Courier New\", monospace\n}\n.res-nightmode p > code,\n.res-nightmode li > code {\n color: #ddd!important\n}\n.res-nightmode a[href=\"#s\"],\n.res-nightmode a[href=\"/s\"] {\n background-color: #3d3d3d;\n color: #fbf9f4\n}\n.res-nightmode a[href=\"#s\"]:after,\n.res-nightmode a[href=\"/s\"]:after {\n background-color: #555;\n color: #555\n}\n.res-nightmode a[href=\"#s\"]:hover:after,\n.res-nightmode a[href=\"#s\"]:active:after,\n.res-nightmode a[href=\"/s\"]:hover:after,\n.res-nightmode a[href=\"/s\"]:active:after {\n color: #fff;\n font-size: small\n}\n.res-nightmode .entry .flat-list li a[onclick*=\"reply\"] {\n border-color: #302f2f;\n border-radius: 2px;\n background-color: #222;\n color: #eee!important\n}\n.res-nightmode .btn,\n.res-nightmode .button,\n.res-nightmode button.save,\n.res-nightmode button.blueButton,\n.res-nightmode .BEFoot button,\n.res-nightmode input[type=\"submit\"],\n.res-nightmode a[href*=\"#btn\"] {\n text-shadow: 1px 1px 2px #000\n}\n.res-nightmode .btn a {\n color: #000\n}\n.res-nightmode .btn.right,\n.res-nightmode button.cancel,\n.res-nightmode .usertext span[class*=\"toggle\"],\n.res-nightmode a.reddiquette {\n background: none transparent!important\n}\n.res-nightmode .btn.right a,\n.res-nightmode button.cancel,\n.res-nightmode .usertext span[class*=\"toggle\"] a,\n.res-nightmode a.reddiquette,\n.res-nightmode #url-field button,\n.res-nightmode .content button.RESBigEditorPop,\n.res-nightmode span.RESSubscriptionButton {\n color: #777;\n text-shadow: 1px 1px 2px #222\n}\n.res-nightmode .btn.right a:hover,\n.res-nightmode button.cancel:hover,\n.res-nightmode .usertext span[class*=\"toggle\"] a:hover,\n.res-nightmode #url-field button:hover,\n.res-nightmode a.reddiquette:hover,\n.res-nightmode .content button.RESBigEditorPop:hover,\n.res-nightmode span.RESSubscriptionButton:hover {\n color: #a95908\n}\n.res-nightmode .entry .flat-list li a,\n.res-nightmode .entry .flat-list li a:visited,\n.res-nightmode .entry .flat-list .redditSingleClick {\n color: #333!important\n}\n.res-nightmode .entry:hover > .flat-list li a,\n.res-nightmode .entry:hover > .flat-list .redditSingleClick,\n.res-nightmode .entry:focus > .flat-list li a,\n.res-nightmode .entry:focus > .flat-list .redditSingleClick,\n.res-nightmode .entry.RES-keyNav-activeElement .flat-list li a,\n.res-nightmode .entry.RES-keyNav-activeElement .flat-list .redditSingleClick,\n.res-nightmode .noncollapsed:hover > .flat-list li a {\n color: #888!important\n}\n.res-nightmode .entry .flat-list li a.comments {\n color: #aaa!important\n}\n.res-nightmode div#header {\n background-color: #000!important;\n box-shadow: 0 -3px 9px 5px #000\n}\n.res-nightmode #header:after,\n.res-nightmode .bottommenu:before {\n border-color: #494848;\n background-color: #414141;\n background-image: linear-gradient(#696969, #414141)\n}\n.res-nightmode #sr-header-area {\n border-bottom-color: #000;\n background-color: #000!important;\n box-shadow: 0 1px 8px 1px #000\n}\n.res-nightmode #sr-header-area .separator {\n color: #d2d2d2\n}\n.res-nightmode #sr-header-area a {\n color: #aaa\n}\n.res-nightmode div#RESShortcutsEditContainer {\n background: none #000\n}\n.res-nightmode #sr-more-link {\n background-color: #040406!important;\n color: #000\n}\n.res-nightmode .drop-choices,\n.res-nightmode table#srList,\n.res-nightmode #RESSubredditGroupDropdown {\n border-color: #555;\n background-color: #444!important;\n color: #ff910b\n}\n.res-nightmode .drop-choices a.choice,\n.res-nightmode table#srList a,\n.res-nightmode div#RESSubredditGroupDropdown li a {\n color: #ff910b\n}\n.res-nightmode .drop-choices a.choice:hover,\n.res-nightmode table#srList a:hover,\n.res-nightmode table#srList tr:hover,\n.res-nightmode div#RESSubredditGroupDropdown li:hover {\n background-color: #696969\n}\n.res-nightmode .srdrop .choice.bottom-option,\n.res-nightmode table#srList tr {\n border-color: #696969\n}\n.res-nightmode div#header-bottom-right {\n border-radius: 0!important;\n background-image: linear-gradient(#696969, #414141)\n}\n.res-nightmode #header-bottom-right:hover {\n background-color: #333!important;\n background-image: linear-gradient(#333, #333)!important\n}\n.res-nightmode #header-bottom-right a,\n.res-nightmode #header-bottom-right span {\n color: #acd9fc\n}\n.res-nightmode #header-bottom-right:hover a,\n.res-nightmode #header-bottom-right:hover span {\n text-shadow: none\n}\n.res-nightmode div#header-bottom-left {\n background-color: transparent!important\n}\n.res-nightmode .pagename {\n color: #acd9fc\n}\n.res-nightmode .pagename a,\n.res-nightmode .pagename.selected {\n border-width: 0 0 1px 0;\n background-color: #223f4f;\n background-image: linear-gradient(#223f4f, #181817);\n box-shadow: 0 4px 6px #111;\n color: #fff;\n text-shadow: 0 1px 0 #111\n}\n.res-nightmode .pagename a:hover {\n background-color: #333;\n background-image: linear-gradient(#555, #222)\n}\n.res-nightmode #header-img.default-header {\n color: #acd9fc\n}\n.res-nightmode #header-img-a {\n border-width: 1px 0 1px 1px;\n border-color: #1c1c1c;\n background-color: #414141;\n box-shadow: 0 4px 6px #000\n}\n.res-nightmode ul.tabmenu li a,\n.res-nightmode ul.tabmenu li a:visited,\n.res-nightmode ul.tabmenu li.selected a {\n background-color: transparent;\n color: #acd9fc\n}\n.res-nightmode ul.tabmenu li.selected a,\n.res-nightmode ul.tabmenu li.selected a:visited {\n padding-bottom: 10px!important;\n border-color: #223f4f!important;\n background-color: #1d1c27;\n background-image: none\n}\n.res-nightmode ul.tabmenu li a:hover,\n.res-nightmode ul.tabmenu li.selected a:hover {\n background-color: #333;\n color: #e06935\n}\n.res-nightmode div.content {\n border-color: #202020;\n background-color: #1b1b1b!important;\n box-shadow: 0 1px 4px 3px #000\n}\n.res-nightmode.listing-page > div.content,\n.res-nightmode.single-page > div.content,\n.res-nightmode.search-page > div.content,\n.res-nightmode.messages-page > div.content {\n padding: 0;\n border: 0 none;\n background-color: transparent!important;\n box-shadow: none\n}\n.res-nightmode.single-page > div.content > .linklisting .link {\n border-radius: 0;\n background-color: #040404\n}\n.res-nightmode .panestack-title {\n border-color: #444\n}\n.res-nightmode .panestack-title .title {\n color: #777\n}\n.res-nightmode .menuarea {\n border-color: #444\n}\n.res-nightmode p.tagline {}\n.res-nightmode .formtabs-content .infobar {\n text-shadow: none\n}\n.res-nightmode ul.tabmenu.formtab li.selected a,\n.res-nightmode ul.tabmenu.formtab li.selected a:hover {\n padding: 5px 20px!important;\n border: 0!important;\n box-shadow: none;\n color: #fff\n}\n.res-nightmode .expando-button:before {\n border: 1px solid #555;\n background-color: #555;\n color: #eee;\n text-shadow: 0 0 3px #222\n}\n.res-nightmode .expando-button:hover:before {\n border-color: #444;\n background-color: #444;\n box-shadow: 0 4px 7px -3px #aaa;\n color: #aaa\n}\n.res-nightmode div.organic-listing,\n.res-nightmode div.thing.link.stickied,\n.res-nightmode div.thing.link.promoted {\n overflow: hidden;\n border-color: #111;\n background: none #00121f;\n box-shadow: 0 1px 6px -1px #000\n}\n.res-nightmode div.thing.link.stickied {\n background: none #050C02!important\n}\n.res-nightmode .linklisting div.thing {\n margin: 0;\n border-color: #292929!important;\n background-color: #1e1e1e;\n box-shadow: 0 0 5px 0 #111\n}\n.res-nightmode .linklisting .odd {\n background-image: linear-gradient(#222, #1e1e1e)\n}\n.res-nightmode .linklisting .even {\n background-color: #262626;\n background-image: linear-gradient(#222, #262626)\n}\n.res-nightmode .link.last-clicked {\n background: #111!important\n}\n.res-nightmode .arrow:not(.prev):not(.next) {\n background: none transparent!important;\n color: #555\n}\n.res-nightmode .arrow.upmod,\n.res-nightmode .arrow.up:hover,\n.res-nightmode .arrow.downmod,\n.res-nightmode .arrow.down:hover {\n background: none transparent!important\n}\n.res-nightmode .arrow.up:hover:after,\n.res-nightmode .arrow.down:hover:after {\n color: #ddd\n}\n.res-nightmode .link .score {\n color: #aaa\n}\n.res-nightmode .nestedlisting > div.comment {\n border: 1px solid #2d2d2d;\n background-color: #1b1b1b;\n box-shadow: 1px 1px 3px -1px #000\n}\n.res-nightmode .comment a.expand {\n color: #777\n}\n.res-nightmode .comment a.expand:hover {\n background-color: #444\n}\n.res-nightmode .comment a.expand:visited {\n color: #777\n}\n.res-nightmode .comment .child {\n border-color: #2d2d2d\n}\n.res-nightmode .morechildren a.button,\n.res-nightmode .morerecursion .deepthread,\n.res-nightmode .nextprev a {\n color: #888!important;\n text-shadow: none\n}\n.res-nightmode div.content > form > div .commentarea .even {\n border-top: 1px solid #111;\n background-color: transparent\n}\n.res-nightmode.res-commentBoxes .commentarea .nestedlisting {\n border: 0;\n background-color: transparent;\n box-shadow: none\n}\n.res-nightmode.res-commentBoxes .morechildren a.button,\n.res-nightmode.res-commentBoxes .morerecursion .deepthread,\n.res-nightmode .nextprev a {\n border-color: #222!important;\n background-color: #1b1b1b!important;\n color: #888!important;\n text-shadow: none\n}\n.res-nightmode.res-commentBoxes .nestedlisting > div.comment {\n border: 1px solid #111!important;\n border-color: #2d2d2d!important;\n background-color: #1b1b1b!important;\n box-shadow: 1px 1px 3px -1px #000\n}\n.res-nightmode.res-commentBoxes div.comment {\n border: 1px solid #111!important;\n border-color: #2d2d2d!important;\n border-right: 0!important;\n border-radius: 0!important\n}\n.res-nightmode.res-commentBoxes .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {\n background-color: #131313!important\n}\n.res-nightmode.res-commentBoxes .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment,\n.res-nightmode.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {\n background-color: #1b1b1b!important\n}\n.res-nightmode div.thing.suspicious {\n border-color: #ff910b!important\n}\n.res-nightmode div.thing.spam,\n.res-nightmode div.thing.reported {\n margin: 0 0 5px;\n outline: 1px solid #8f0606!important;\n background-color: #771207!important;\n background-image: linear-gradient(#771207, #711107);\n box-shadow: none!important\n}\n.res-nightmode div.thing.spam > .entry,\n.res-nightmode div.thing.reported > .entry {\n background-color: #771207!important\n}\n.res-nightmode div.thing.spam > p > *,\n.res-nightmode div.thing.spam > .entry .title,\n.res-nightmode div.thing.reported > p > *,\n.res-nightmode div.thing.reported > .entry .title {\n background-color: transparent!important;\n color: #fd9285!important\n}\n.res-nightmode a.pretty-button {\n box-shadow: 1px 1px 1px 0 #222;\n color: #fff9e0!important\n}\n.res-nightmode a.pretty-button.inoffensive {\n border-color: #444;\n background: none #313131\n}\n.res-nightmode .side {\n background-color: transparent\n}\n.res-nightmode .side .titlebox {\n padding: 0!important\n}\n.res-nightmode .side .titlebox > h1 {\n text-shadow: 1px 1px 1px #000, 2px 2px 3px #555, -1px -1px 1px #111\n}\n.res-nightmode .side h1,\n.res-nightmode .side h2,\n.res-nightmode .side h3 {\n color: #ddd;\n text-shadow: 0 -1px 0 #444, 0 1px 0 #0f0000\n}\n.res-nightmode body:not(.profile-page) .side .titlebox .bottom {\n border-color: #555\n}\n.res-nightmode #search input[type=\"text\"] {\n border-color: #1c1c1c;\n color: #fff!important\n}\n.res-nightmode .searchpane {\n border-width: 0!important;\n border-color: #333;\n border-radius: 0!important;\n background-color: #111;\n box-shadow: none\n}\n.res-nightmode .searchfacets {\n border-color: #333;\n background-color: transparent!important;\n box-shadow: none\n}\n.res-nightmode .infobar {\n border-color: #083e4c;\n background-color: #546477;\n background-image: none\n}\n.res-nightmode .linkinfo {\n border-color: #333!important;\n background: transparent!important\n}\n.res-nightmode .linkinfo .score,\n.res-nightmode .linkinfo .upvotes,\n.res-nightmode .linkinfo .downvotes {\n border-color: #333;\n background: #111\n}\n.res-nightmode .linkinfo input#shortlink-text {\n border: 0!important;\n background-color: transparent!important;\n color: #f5f5f5\n}\n.res-nightmode .login-form-side {\n border: 1px solid #111!important;\n border-width: 1px 0!important;\n background-color: transparent!important\n}\n.res-nightmode .login-form-side label {\n color: #fff!important\n}\n.res-nightmode .titlebox form.flairtoggle {\n border-color: #333;\n background: #111!important\n}\n.res-nightmode .titlebox .tagline {\n border-color: #333;\n background: #111\n}\n.res-nightmode .subscription-box ul > a[count] {\n background-color: #111\n}\n.res-nightmode .fancy-toggle-button .active,\n.res-nightmode .RESshortcutside,\n.res-nightmode .RESDashboardToggle,\n.res-nightmode .RESFilterToggle,\n.res-nightmode a.blueButton,\n.res-nightmode div.blueButton {\n border-color: #010101!important\n}\n.res-nightmode .fancy-toggle-button .add {\n border-color: #27b307!important;\n background: none #1a8b00!important\n}\n.res-nightmode .fancy-toggle-button .remove {\n background: none #0f0000!important;\n color: #777\n}\n.res-nightmode .RESshortcutside,\n.res-nightmode .RESDashboardToggle,\n.res-nightmode .RESFilterToggle,\n.res-nightmode a.blueButton,\n.res-nightmode div.blueButton {\n background: none #0f0000!important;\n color: #2154a3!important\n}\n.res-nightmode .RESshortcutside.remove,\n.res-nightmode .RESDashboardToggle.remove,\n.res-nightmode .RESFilterToggle.remove {\n color: #777!important\n}\n.res-nightmode div.spacer > .submit {\n overflow: visible!important\n}\n.res-nightmode .sidecontentbox {\n background-color: transparent!important\n}\n.res-nightmode .sidecontentbox .title h1 {\n color: #d2d2d2\n}\n.res-nightmode .sidecontentbox .thing {\n border: 0 none #222!important\n}\n.res-nightmode .spacer .sidecontentbox .content {\n border-color: #333;\n background-color: #222\n}\n.res-nightmode .account-activity-box {\n border-radius: 0 3px;\n background-color: transparent\n}\n.res-nightmode .footer-parent {\n background: #393939\n}\n.res-nightmode .footer {}\n.res-nightmode .footer .flat-vert.title {\n color: #acd9fc\n}\n.res-nightmode .bottommenu {\n background: #393939;\n color: #fac8b1\n}\n.res-nightmode.wiki-page .wiki-page-content {\n border-top: 1px dotted #414141\n}\n.res-nightmode.wiki-page .wiki-page-content .md.wiki > .toc > ul {\n border-color: #111;\n background: #040406\n}\n.res-nightmode.wiki-page .wiki-page-content .md.wiki h1,\n.res-nightmode.wiki-page .wiki-page-content .md.wiki h2 {\n text-shadow: 0 0 2px #ccc, 1px 1px 3px #111\n}\n.res-nightmode.wiki-page .wiki-page-content .md.wiki h5,\n.res-nightmode.wiki-page .wiki-page-content .md.wiki h6 {\n color: #fff!important\n}\n.res-nightmode.wiki-page .pageactions .wikiaction-current:hover {\n background-color: #ff910b\n}\n.res-nightmode.wiki-page .pageactions .wikiaction:hover {\n background-color: #acd9fc\n}\n.res-nightmode.wiki-page .pageactions .wikiaction-current {\n background-color: #686868;\n color: #fff\n}\n.res-nightmode div#userbarToggle {\n background-color: #333!important;\n color: #acd9fc\n}\n.res-nightmode .entry.RES-keyNav-activeElement div.md,\n.res-nightmode .entry.RES-keyNav-activeElement .usertext-body,\n.res-nightmode .entry.RES-keyNav-activeElement div.noncollapsed,\n.res-nightmode div.RES-keyNav-activeElement,\n.res-nightmode .RES-keyNav-activeElement .usertext-body,\n.res-nightmode .RES-keyNav-activeElement .usertext-body .md,\n.res-nightmode div.RES-keyNav-activeElement .usertext-body .md p,\n.res-nightmode .RES-keyNav-activeElement .noncollapsed,\n.res-nightmode .RES-keyNav-activeElement .noncollapsed .md,\n.res-nightmode div.RES-keyNav-activeElement .noncollapsed .md p {\n outline: none!important;\n background: none transparent!important\n}\n.res-nightmode .keyNavAnnotation {\n color: #777\n}\n.res-nightmode.messages-page a {\n color: #acd9fc\n}\n.res-nightmode #progressIndicator.neverEndingReddit,\n.res-nightmode div.NERPageMarker,\n.res-nightmode div#NERFail,\n.res-nightmode #endOfReddit {\n color: #ff4900\n}\n.res-nightmode .side .spacer .md h1,\n.res-nightmode .side .spacer .md h2,\n.res-nightmode .side .spacer .md h3 {\n background-color: transparent!important\n}\n.res-nightmode .side .md blockquote {\n border: 1px solid #444;\n border-radius: 2px;\n background-color: #111\n}\n.res-nightmode .side .md blockquote h1 {\n background-color: transparent\n}\n.res-nightmode .side .md blockquote pre,\n.res-nightmode .side .md blockquote code {\n color: #ddd!important\n}\n.res-nightmode .side .md h6 + blockquote p,\n.res-nightmode .side .md h5 + blockquote p,\n.res-nightmode .side .md h4 + blockquote p {\n color: #fff\n}\n.res-nightmode .side .md blockquote a[href*=\"#icon-\"]:before {\n color: #111\n}\n.res-nightmode .side .md h4 + blockquote {\n border: 1px solid #046f04;\n background-color: #031401\n}\n.res-nightmode .side .md h4 + blockquote a[href*=\"#icon-\"]:before {\n color: #160019\n}\n.res-nightmode .side .md h5 + blockquote {\n border: 1px solid #745800;\n background-color: #120e01\n}\n.res-nightmode .side .md h5 + blockquote a[href*=\"#icon-\"]:before {\n color: #000019\n}\n.res-nightmode .side .md h6 + blockquote {\n border: 1px solid #77150b;\n background-color: #100000\n}\n.res-nightmode .side .md h6 + blockquote a[href*=\"#icon-\"]:before {\n color: #010f0f\n}\n.res-nightmode .side a[href*=\"#icon-\"] {\n color: #ccc\n}\n.res-nightmode .flair,\n.res-nightmode .linkflairlabel,\n.res-nightmode span.linkflair {\n border-color: #585757;\n border-radius: 2px;\n background-color: #3c3b3b;\n background-image: none;\n color: #d2d2d2\n}\n.res-nightmode .linkflair-m-vt .linkflairlabel {\n background: #8f2a8f;\n color: #ddd\n}\n.res-nightmode .linkflair-m-io .linkflairlabel {\n background: #325a8d;\n color: #ddd\n}\n.res-nightmode .linkflair-m-be .linkflairlabel {\n background: #026fbe;\n color: #ddd\n}\n.res-nightmode .linkflair-m-gn .linkflairlabel {\n background: #2e742d;\n color: #ddd\n}\n.res-nightmode .linkflair-m-yw .linkflairlabel {\n background: #f8f87e;\n color: #333\n}\n.res-nightmode .linkflair-m-oe .linkflairlabel {\n background: #ffa51d;\n color: #333\n}\n.res-nightmode .linkflair-m-rd .linkflairlabel {\n background: #d53838;\n color: #ddd\n}\n.res-nightmode .linkflair-m-gy .linkflairlabel {\n background: #4e4e4e;\n color: #ddd\n}\n.res-nightmode .linkflair-m-it .linkflairlabel {\n background: #fff;\n color: #000\n}\n.res-nightmode .linkflair-meta .title > .linkflairlabel {\n border-color: #333;\n background-color: #000;\n box-shadow: 0 1px 10px 0 #000;\n color: #fff\n}\n.res-nightmode .tabpane-content {\n border-color: #555\n}\na[href*=\"pyrowolf8\"] {\n background: 0;\n color: red;\n -webkit-animation: rainbow 4s linear infinite;\n -moz-animation: rainbow 4s linear infinite;\n animation: rainbow 4s linear infinite\n}\n@keyframes rainbow {\n 0% {\n color: red\n }\n 14% {\n color: orange\n }\n 28% {\n color: yellow\n }\n 42% {\n color: green\n }\n 56% {\n color: blue\n }\n 70% {\n color: #4B0082\n }\n 84% {\n color: purple\n }\n}\n@-moz-keyframes rainbow {\n 0% {\n color: red\n }\n 14% {\n color: orange\n }\n 28% {\n color: yellow\n }\n 42% {\n color: green\n }\n 56% {\n color: blue\n }\n 70% {\n color: #4B0082\n }\n 84% {\n color: purple\n }\n}\n@-webkit-keyframes rainbow {\n 0% {\n color: red\n }\n 14% {\n color: orange\n }\n 28% {\n color: yellow\n }\n 42% {\n color: green\n }\n 56% {\n color: blue\n }\n 70% {\n color: #4B0082\n }\n 84% {\n color: purple\n }\n}\na[href*=\"Meowing_Cows\"] {\n background: 0;\n font-family: Futura, \"Trebuchet MS\", Arial, sans-serif;\n font-size: 12px;\n font-weight: 900;\n color: black;\n -webkit-animation: blinker 0.75s linear infinite\n}\n@-webkit-keyframes blinker {\n 0% {\n opacity: 1.0\n }\n 50% {\n opacity: 0.0\n }\n 100% {\n opacity: 1.0\n }\n}\n.flair-mc {\n width: 48px;\n height: 45px;\n background-image: url(\"//b.thumbs.redditmedia.com/1Ke3CJkJ33cheUGtaegAby6XlsSpxdRj3FZmwlkD9UM.png\");\n display: inline-block;\n background-color: transparent;\n background-repeat: no-repeat;\n background-position: 0px -0px;\n vertical-align: middle;\n margin-right: 5px;\n border: none;\n -webkit-animation: spin 2.0s linear infinite;\n -moz-animation: spin 2.0s linear infinite;\n animation: spin 2.0s linear infinite\n}\n@-moz-keyframes spin {\n 100% {\n -moz-transform: rotate(-360deg)\n }\n}\n@-webkit-keyframes spin {\n 100% {\n -webkit-transform: rotate(-360deg)\n }\n}\n@keyframes spin {\n 100% {\n -webkit-transform: rotate(-360deg);\n transform: rotate(-360deg)\n }\n}\n#header {\n z-index: 99\n}\n.message-count {\n display: inline\n}\n#header-bottom-right a.message-count {\n color: white!important\n}\n.linkflairlabel {\n max-width: none!important;\n width: auto!important\n}\n.flair-gif,\n.linkflair-gif .linkflairlabel,\n.linkflair.linkflair-gif > .linkflairlabel,\n.side a[href^=\"//#GIF\"] {\n background: #8B5DC3!important;\n border-color: #5100B5!important;\n color: white\n}\n.flair-video,\n.linkflair-video .linkflairlabel,\n.linkflair.linkflair-video > .linkflairlabel,\n.side a[href^=\"//#Video\"] {\n background: #5DC3BF!important;\n border-color: #008785!important;\n color: white\n}\n.flair-image,\n.linkflair-image .linkflairlabel,\n.linkflair.linkflair-image > .linkflairlabel,\n.side a[href^=\"//#Image\"] {\n background: #645DC3!important;\n border-color: #460087!important;\n color: white\n}\n.flair-web,\n.linkflair-web .linkflairlabel,\n.linkflair.linkflair-web > .linkflairlabel,\n.side a[href^=\"//#Web\"] {\n background: #BFC35D!important;\n border-color: #828700!important;\n color: white\n}\n.flair-self,\n.linkflair-self .linkflairlabel,\n.linkflair.linkflair-self > .linkflairlabel,\n.side a[href^=\"//#Self\"] {\n background: #5DC35D!important;\n border-color: #0D8700!important;\n color: white\n}\n.flair-red-tag {\n background-color: #F75D59;\n color: white;\n border-color: #FF0000;\n border-radius: 0px!important\n}\n.flair-awesome-tag {\n background-color: #5D69C3;\n color: white;\n border-color: #060087;\n border-radius: 0px!important\n}\n.linkflair-a .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #de5d44;\n font-size: 10px;\n font-weight: 900;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px;\n color: #fff\n}\n.linkflair-b .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #e1aa79;\n font-size: 9px;\n font-weight: bold;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px\n}\n.linkflair-c .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #3a7eec;\n font-size: 10px;\n font-weight: 900;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px;\n color: #fff\n}\n.link.stickied.linkflair-c .linkflairlabel {\n background-color: #4ea26f\n}\n.linkflair-d .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #79e1d1;\n font-size: 9px;\n font-weight: bold;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px\n}\n.linkflair-e .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #e1db79;\n font-size: 9px;\n font-weight: bold;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px\n}\n.linkflair-f .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #b179e1;\n font-size: 9px;\n font-weight: bold;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px\n}\n.linkflair-g .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #FCDFFF;\n font-size: 9px;\n font-weight: bold;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px\n}\n.linkflair-z .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #de5d44;\n font-size: 10px;\n font-weight: 900;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px;\n color: #fff\n}\n.stickied.linkflair-a .linkflairlabel {\n background-color: #4ea26f\n}\n.linkflair-mod .linkflairlabel {\n min-width: 105px;\n text-align: center;\n background-color: #4ea26f;\n font-size: 10px;\n font-weight: 900;\n border-color: #4C4C4C;\n border-width: 1px;\n border-radius: 0px;\n color: #fff\n}\nbody:not(.moderator) .flairselector .linkflair-removed {\n display: none\n}\n.link:not(.linkflair-c) .flat-list.buttons .flairselectbtn,\n.link.linkflair:not(.linkflair-t) .flat-list.buttons a.flairselectbtn:before {\n font-size: 0;\n color: #FFF\n}\n.link:not(.linkflair-c) .flat-list.buttons a.flairselectbtn:before {\n content: \"Click Here To Flair Your Post!\";\n padding: 0 4px;\n background-color: #B3D1FF;\n font-size: 10px;\n color: #000;\n display: inline-block;\n margin-right: 5px\n}\n*.link.linkflair:not(.linkflair-c) .flat-list.buttons a.flairselectbtn:before {\n content: \"CLICK HERE ONCE YOUR QUESTION HAS BEEN ANSWERED!\";\n font-size: 20px;\n color: white;\n padding: 4px 4px 2px 4px;\n display: inline-block;\n margin-right: 5px\n}\n.side .md h2 {\n margin: 0 auto;\n width: 250px;\n height: 88px;\n padding: 0;\n border: 0;\n background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);\n background-size: 1800% 1800%;\n -webkit-animation: rainbow 18s ease infinite;\n -o-animation: rainbow 18s ease infinite;\n animation: rainbow 18s ease infinite\n}\n@-webkit-keyframes rainbow {\n 0% {\n background-position: 0% 82%\n }\n 50% {\n background-position: 100% 19%\n }\n 100% {\n background-position: 0% 82%\n }\n}\n@-moz-keyframes rainbow {\n 0% {\n background-position: 0% 82%\n }\n 50% {\n background-position: 100% 19%\n }\n 100% {\n background-position: 0% 82%\n }\n}\n@-o-keyframes rainbow {\n 0% {\n background-position: 0% 82%\n }\n 50% {\n background-position: 100% 19%\n }\n 100% {\n background-position: 0% 82%\n }\n}\n@keyframes rainbow {\n 0% {\n background-position: 0% 82%\n }\n 50% {\n background-position: 100% 19%\n }\n 100% {\n background-position: 0% 82%\n }\n}\n.side .md h2 a {\n text-indent: -9999em;\n display: inline-block;\n height: 88px;\n width: 250px;\n background: url(\"//b.thumbs.redditmedia.com/MAkx6Ejv1OKgNvLam2JQLLGUJYfqH-F29c8W7_mbm9Q.png\")\n}",
"urlPrefixes": [
"https://www.reddit.com/r/teenagers/"
]
}
],
"updateDate": 1644677794400,
"_id": "5160bceb-ddda-4064-ba24-2e7f6ac8d678",
"_rev": 1647162960247,
"id": 27,
"_usw": {}
},
{
"enabled": false,
"updateUrl": null,
"url": null,
"installDate": 1644678008712,
"name": "www.reddit.com",
"sections": [
{
"code": "#header::after, .bottommenu::before, #header-bottom-right{\n \nbackground: linear-gradient(0deg, rgb(193, 77, 0) 0%, rgb(255, 132, 0) 100%) !important; \n border-color: #ff8d00;\n}\n\n.linkflairlabel{\n background: linear-gradient(180deg, rgb(210, 84, 0) 0%, rgb(255, 132, 0) 100%) !important; \n color: #fff !important;\n}\n\n.premium-banner-outer{\n visibility: hidden;\n}\n\n.pagename a{\n background: linear-gradient(0deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n \n}\n\nul.tabmenu li.selected a{\n background: linear-gradient(0deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n}\n\n.fancy-toggle-button .add{\n background: linear-gradient(0deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n border: #ff7f00 !important;\n}\n\n#sr-header-area{\n background: linear-gradient(0deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n opacity: 100% !important;\n border: none !important;\n}\n\n.thing.link.stickied{\n background: #fff9f4 !important;\n}\n\n.thing.link.stickied a.title{\n color: #ca5400 !important;\n}\n\n.thing a.title, .thing a.title.loggedin{\n color: #000 !important;\n}\n\n.thing a.title:visited, .thing a.title.loggedin.click:visited, .thing a.title.loggedin:visited{\n color: #f70 !important;\n}\n\n.tagline .stickied-tagline, .tagline .moderator{\n color: #ca5400 !important;\n}\nul.tabmenu li.selected a{\n border: #ff7f00;\n box-shadow: 0px 0px 8px #fff0 inset;\n}\n\n#search input[type=\"submit\"]{\n position: relative;\n top: 2px;\n height: 22px !important;\n width: 5px !important;\nbackground: linear-gradient(0deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n border: #ff7f00 !important;\n}\n\n#search input[type=\"submit\"]:hover{\n position: relative;\n top: 2px;\n height: 22px !important;\n width: 5px !important;\nbackground: linear-gradient(180deg, rgb(138, 55, 0) 0%, rgb(189, 98, 0) 100%) !important; \n \n border: #ff7f00 !important;\n}\n#header-img.default-header, ul.tabmenu li a, #header-bottom-right a, #sr-header-area a, #sr-header-area span{\n color: #fff !important;\n}\n\nbody .morelink{\nbackground: linear-gradient(0deg, rgb(210, 84, 0) 0%, rgb(255, 132, 0) 100%) !important; \n \n border: #ff7f00 !important;\n}\n\nbody .morelink:hover{\n background: linear-gradient(180deg, rgb(193, 77, 0) 0%, rgb(255, 132, 0) 100%) !important; \n border-color: #ff8d00 !important;\n}\n",
"urlPrefixes": [
"https://www.reddit.com/r/teenagers/"
]
}
],
"updateDate": 1644680442587,
"_id": "ce725964-3ce7-413d-948e-ce0cd6e65f6c",
"_rev": 1647162963049,
"id": 28,
"_usw": {}
}
]