81
81
text-decoration : none !important ;
82
82
}
83
83
84
- a [target = "_blank" ]::after {
84
+ [target = "_blank" ]: not ( # version ) ::after {
85
85
content : " [\2197]" ;
86
86
font-size : 70% ;
87
87
88
88
vertical-align : super;
89
+ }ertical-align : super;
89
90
}
90
91
91
92
hr {
@@ -281,6 +282,8 @@ summary, option {
281
282
}
282
283
283
284
# sidebar summary {
285
+ font-size : 12px ;
286
+
284
287
margin-left : -50px ;
285
288
padding-left : 50px ;
286
289
}
@@ -297,7 +300,8 @@ summary, option {
297
300
}
298
301
299
302
# sidebar .checkbox {
300
- display : none;
303
+ display : block;
304
+ transform : scale (0.75 );
301
305
}
302
306
303
307
display > summary : first-child {
@@ -337,25 +341,52 @@ details:last-child > summary {
337
341
margin : 6px 12px ;
338
342
}
339
343
340
- # footer {
344
+ footer {
341
345
bottom : 0 ;
342
346
position : fixed;
343
347
344
348
width : 100% ;
345
349
}
346
350
347
- [in-use ] {
351
+ [using ] , [ counter-for ] {
348
352
color : # 197bcc ;
349
353
}
350
354
351
- [in-use ]::after {
355
+ [using ]::after {
352
356
content : '\2610' ;
353
357
}
354
358
355
359
[in-use = "true" i]::after {
356
360
content : '\2611' ;
357
361
}
358
362
363
+ [special ][using ]: not ([in-use = "true" i]) {
364
+ color : # 666 ;
365
+ }
366
+
367
+ [special ][in-use = "true" i], [special ][counter-for ] {
368
+ color : # cc7b19 ;
369
+ }
370
+
371
+ [counter-for ] {
372
+ border : 1px solid # 197bcc ;
373
+
374
+ margin : 0 ;
375
+ padding : 0 3px ;
376
+ }
377
+
378
+ [counter-for ][in-use ]::after {
379
+ content : '' !important ;
380
+ }
381
+
382
+ [special ][counter-for ] {
383
+ border-color : # cc7b19 ;
384
+ }
385
+
386
+ # sidebar [counter-for ] {
387
+ font-size : 10px ;
388
+ }
389
+
359
390
[top ] {
360
391
border-bottom-left-radius : 0 !important ;
361
392
border-bottom-right-radius : 0 !important ;
@@ -379,6 +410,14 @@ details:last-child > summary {
379
410
background : # 298bdc !important ;
380
411
}
381
412
413
+ # sidebar .checkbox : not ([special ]) {
414
+ display : none !important ;
415
+ }
416
+
417
+ display summary [using ]: not ([special ]) {
418
+ display : none !important ;
419
+ }
420
+
382
421
/* bbodine @CodePen - https://codepen.io/bbodine1/pen/novBm */
383
422
.checkbox {
384
423
width : 80px ;
@@ -480,6 +519,11 @@ span.checkbox {
480
519
opacity : 0.25 !important ;
481
520
}
482
521
522
+ .checkbox [disabled ] + [using ] {
523
+ color : # 666 ;
524
+ opacity : 0.25 ;
525
+ }
526
+
483
527
[white ] {
484
528
color : # fff !important ;
485
529
}
@@ -490,7 +534,7 @@ span.checkbox {
490
534
491
535
input [type = "range" ] {
492
536
appearance : none;
493
- -webkit -appearance : none;
537
+ -moz -appearance : none;
494
538
495
539
background : # 0004 ;
496
540
outline : # 0000 ;
@@ -525,10 +569,7 @@ input[type="range"] + output::after {
525
569
content : '' ;
526
570
}
527
571
528
- input [type = "range" ]::-webkit-slider-thumb {
529
- appearance : none;
530
- -webkit-appearance : none;
531
-
572
+ input [type = "range" ]::-moz-range-thumb {
532
573
background : # cc7b19 ;
533
574
border : 1px solid # cc7b19 ;
534
575
border-radius : 100% ;
@@ -538,34 +579,52 @@ input[type="range"]::-webkit-slider-thumb {
538
579
width : 32px ;
539
580
}
540
581
541
- input [type = "range" ]::-moz-range-thumb {
542
- background : # cc7b19 ;
543
- border : 1px solid # cc7b19 ;
544
- border-radius : 100% ;
545
- cursor : pointer;
582
+ [disabled ], [disabled ] * {
583
+ cursor : not-allowed !important ;
584
+ color : # 909090EE !important ;
585
+ }
546
586
547
- height : 32px ;
548
- width : 32px ;
587
+ [code ], code {
588
+ background : # 222 !important ;
589
+ border-radius : 3px !important ;
590
+ box-shadow : none !important ;
591
+ box-sizing : border-box !important ;
592
+ font-family : "System, Monospace, Menlo, Arial" , Consolas, "Liberation Mono" , Menlo, Courier, monospace !important ;
593
+ font-size : 12px !important ;
594
+ line-height : 18px !important ;
595
+
596
+ margin : 0 !important ;
597
+ padding : 0.2em 0.4em !important ;
549
598
}
550
599
551
600
# version {
552
- color : # fff ;
601
+ background : # 0000 !important ;
602
+ border : 1px solid # 666 !important ;
603
+ color : # 666 !important ;
553
604
554
- position : fixed;
555
- right : 4px ;
556
- top : calc (100vh - 24px );
605
+ position : fixed !important ;
606
+ right : 12px !important ;
607
+ top : calc (100vh - 30px ) !important ;
608
+
609
+ transition : border 0.15s , color 0.15s ;
557
610
}
558
611
559
- [disabled ], [disabled ] * {
560
- cursor : not-allowed !important ;
561
- color : # 909090EE !important ;
612
+ /* Release is higher than GitHub */
613
+ # version [status = "high" ] {
614
+ border-color : # 6cc644 !important ;
615
+ color : # 6cc644 !important ;
562
616
}
563
617
564
- [code ], code {
565
- border : 1px solid # FFF3 ;
566
- font-family : monospace, console, consolas, system, arial !important ;
618
+ /* Release is same as GitHub */
619
+ # version [status = "same" ] {
620
+ border-color : # 197bcc !important ;
621
+ color : # 197bcc !important ;
622
+ }
567
623
568
- padding : 0 3px ;
624
+ /* Release is lower than GitHub */
625
+ # version [status = "low" ] {
626
+ border-color : # f66a0a !important ;
627
+ color : # f3582c !important ;
569
628
}
570
629
571
630
/* notifications */
@@ -589,6 +648,7 @@ input[type="range"]::-moz-range-thumb {
589
648
z-index : 999999 ;
590
649
}
591
650
651
+
592
652
/* Web to Plex general information notifications */
593
653
.notification .info {
594
654
background : # 666 !important ;
@@ -655,7 +715,7 @@ input[type="range"]::-moz-range-thumb {
655
715
height : 65px ;
656
716
width : 100% ;
657
717
658
- -webkit-tap-highlight-color : # 0000 ;
718
+ /* -webkit-tap-highlight-color: #0000; */
659
719
}
660
720
661
721
.prompt-header {
@@ -758,21 +818,9 @@ input[type="range"]::-moz-range-thumb {
758
818
background : # ffffff4d !important ;
759
819
}
760
820
761
-
762
- * ::-webkit-scrollbar {
763
- width : 10px ;
764
- }
765
-
766
- * ::-webkit-scrollbar-thumb {
767
- min-height : 50px ;
768
- background : rgba (255 , 255 , 255 , 0.15 );
769
- border : 2px solid rgba (0 , 0 , 0 , 0 );
770
- border-radius : 8px ;
771
- background-clip : padding-box;
772
- }
773
-
774
- * ::-webkit-scrollbar-track {
775
- /* background: url(noise.png) fixed, #3f4245 !important; */
821
+ * {
822
+ scrollbar-width : thin;
823
+ scrollbar-color : rgba (255 , 255 , 255 , 0.15 );
776
824
}
777
825
778
826
* ::placeholder {
@@ -783,10 +831,6 @@ input[type="range"]::-moz-range-thumb {
783
831
color : # 999 ;
784
832
}
785
833
786
- * ::-webkit-input-placeholder {
787
- color : # 999 ;
788
- }
789
-
790
834
@keyframes spin {
791
835
0% { transform : rotate (0deg ) }
792
836
0 commit comments