41
41
}
42
42
43
43
: root {
44
- --c-base : # 212129 ;
44
+ --c-base : # 1e1e27 ;
45
45
--c-primary : red;
46
46
--c-primary-active : # d42222 ;
47
47
--c-primary-active-focus : # bb2222 ;
87
87
font-weight : 400 ;
88
88
font-size : 14px ;
89
89
line-height : 1.5 ;
90
+ user-select : none;
90
91
margin : 0 ;
91
92
padding : 0 ;
92
93
cursor : default;
@@ -114,17 +115,6 @@ a:active {
114
115
height : 100% ;
115
116
}
116
117
117
- # app-container : before {
118
- content : '' ;
119
- background-image : url (http://blog.marmakoide.org/wp-content/uploads/2012/06/noise-good.png);
120
- position : absolute;
121
- top : 0 ;
122
- left : 0 ;
123
- width : 100% ;
124
- height : 100% ;
125
- opacity : 0.025 ;
126
- }
127
-
128
118
.btn {
129
119
display : inline-block;
130
120
color : var (--c-white );
@@ -655,7 +645,7 @@ a:active {
655
645
position : relative;
656
646
border : none;
657
647
outline : none;
658
- color : var ( --c-primary );
648
+ color : rgba ( 255 , 255 , 255 , 0.3 );
659
649
height : 30px ;
660
650
width : 30px ;
661
651
font-size : 12px ;
@@ -728,7 +718,7 @@ a:active {
728
718
729
719
.player-range {
730
720
width : 100% ;
731
- height : 16 px ;
721
+ height : 3 px ;
732
722
cursor : pointer;
733
723
background : transparent;
734
724
-webkit-appearance : none;
@@ -762,13 +752,16 @@ a:active {
762
752
visibility : hidden;
763
753
}
764
754
755
+ .current-video-range {
756
+ margin : 12px auto;
757
+ padding : 3px 0 ;
758
+ }
759
+
765
760
.duration-range-container {
766
761
position : relative;
767
- height : 9 px ;
762
+ height : 3 px ;
768
763
background-color : var (--c-gray );
769
764
width : 100% ;
770
- margin-top : 10px ;
771
- margin-bottom : 10px ;
772
765
border-radius : 20px ;
773
766
}
774
767
@@ -779,24 +772,24 @@ a:active {
779
772
height : 100% ;
780
773
border-radius : 0 ;
781
774
background-color : var (--c-primary );
782
- border-radius : 20px ;
783
775
box-shadow : 0 0 10px transparent;
784
776
transition : box-shadow 0.2s ease-out;
785
777
}
786
778
787
779
.duration-range-container .player-range {
788
780
-webkit-appearance : none;
789
781
z-index : 1 ;
790
- position : relative;
782
+ position : absolute;
783
+ top : 0 ;
791
784
overflow : visible;
792
785
}
793
786
794
787
.duration-range-container .player-range ::-webkit-slider-thumb {
795
788
position : relative;
796
789
-webkit-appearance : none;
797
- top : -4 px ;
798
- height : 16 px ;
799
- width : 16 px ;
790
+ top : 0 ;
791
+ height : 15 px ;
792
+ width : 15 px ;
800
793
border-radius : 50px ;
801
794
background-color : var (--c-white );
802
795
opacity : 0 ;
@@ -822,17 +815,15 @@ a:active {
822
815
.volume-input-container {
823
816
position : relative;
824
817
width : 80px ;
825
- height : 8 px ;
818
+ height : 3 px ;
826
819
background-color : var (--c-gray );
827
- border-radius : 5px ;
828
820
}
829
821
830
822
.volume-input-container .volume-input-shadow {
831
823
position : absolute;
832
824
top : 0 ;
833
825
left : 0 ;
834
826
height : 100% ;
835
- border-radius : 20px ;
836
827
background-color : var (--c-primary );
837
828
box-shadow : 0 0 10px transparent;
838
829
transition : box-shadow 0.2s ease-out;
@@ -849,7 +840,7 @@ a:active {
849
840
top : 0 ;
850
841
left : 0 ;
851
842
width : 100% ;
852
- height : 11 px ;
843
+ height : 3 px ;
853
844
-webkit-appearance : none;
854
845
outline : 0 ;
855
846
z-index : 1 ;
@@ -858,7 +849,7 @@ a:active {
858
849
.volume-input-container .volume-input ::-webkit-slider-thumb {
859
850
position : relative;
860
851
-webkit-appearance : none;
861
- top : -2 px ;
852
+ top : 0 ;
862
853
height : 12px ;
863
854
width : 12px ;
864
855
border-radius : 50px ;
@@ -1015,7 +1006,6 @@ input[type="radio"]:checked + label .round-check:after {
1015
1006
position : absolute;
1016
1007
left : 0 ;
1017
1008
top : 0 ;
1018
- border-bottom : 1px solid # 383846 ;
1019
1009
}
1020
1010
1021
1011
.header-bar h1 {
@@ -1124,23 +1114,23 @@ input[type="radio"]:checked + label .round-check:after {
1124
1114
background-repeat : no-repeat;
1125
1115
background-position : center center;
1126
1116
background-size : 13px auto;
1127
- width : 30 px ;
1117
+ width : 35 px ;
1128
1118
}
1129
1119
1130
1120
# win-maximize : active {
1131
- background-color : var ( --c-light-gray );
1121
+ background-color : rgba ( 255 , 255 , 255 , 0.15 );
1132
1122
}
1133
1123
1134
1124
# win-minimize {
1135
1125
background-image : url ("../img/ui/win-minim.png" );
1136
1126
background-repeat : no-repeat;
1137
1127
background-position : center center;
1138
1128
background-size : 13px auto;
1139
- width : 20 px ;
1129
+ width : 25 px ;
1140
1130
}
1141
1131
1142
1132
# win-minimize : active {
1143
- background-color : var ( --c-light-gray );
1133
+ background-color : rgba ( 255 , 255 , 255 , 0.15 );
1144
1134
}
1145
1135
1146
1136
# logo {
@@ -1157,6 +1147,10 @@ input[type="radio"]:checked + label .round-check:after {
1157
1147
color : var (--c-primary );
1158
1148
}
1159
1149
1150
+ # logo a {
1151
+ -webkit-user-drag : none;
1152
+ }
1153
+
1160
1154
.logo-svg {
1161
1155
display : block;
1162
1156
width : 111px ;
@@ -1290,6 +1284,7 @@ nav a {
1290
1284
text-decoration : none;
1291
1285
color : var (--c-white );
1292
1286
font-size : 14px ;
1287
+ -webkit-user-drag : none;
1293
1288
position : relative;
1294
1289
padding : 10px 15px 10px 35px ;
1295
1290
transition : all 0.1s ease-out;
@@ -1479,7 +1474,7 @@ iframe {
1479
1474
background-color : var (--c-primary );
1480
1475
cursor : pointer;
1481
1476
color : var (--c-wihte );
1482
- border-radius : 3 px ;
1477
+ border-radius : 20 px ;
1483
1478
padding : 4px 8px ;
1484
1479
margin-top : 2px ;
1485
1480
text-transform : uppercase;
0 commit comments