@@ -262,7 +262,7 @@ a:active {
262
262
}
263
263
264
264
.app-services {
265
- background : black ;
265
+ background : # 232228 ;
266
266
}
267
267
268
268
.app-services .app-head {
@@ -780,14 +780,24 @@ nav a {
780
780
text-decoration : none;
781
781
color : # ffffff ;
782
782
font-size : 14px ;
783
- padding : 10px 15px ;
783
+ position : relative;
784
+ padding : 10px 15px 10px 35px ;
784
785
transition : all 0.1s ease-out;
785
786
border-left : 3px solid transparent;
786
787
}
787
788
788
789
nav a .fa {
789
- margin-right : 10px ;
790
- color : # e52d27 ;
790
+ color : # ffffff ;
791
+ position : absolute;
792
+ left : 10px ;
793
+ top : 50% ;
794
+ transform : translateY (-50% );
795
+ }
796
+
797
+ nav a .description {
798
+ display : block;
799
+ font-size : 12px ;
800
+ color : rgba (255 , 255 , 255 , 0.5 );
791
801
}
792
802
793
803
nav a : hover {
@@ -924,8 +934,8 @@ iframe {
924
934
display : flex;
925
935
align-items : center;
926
936
background-color : # ffffff ;
927
- border-bottom : 1px solid rgba (0 , 0 , 0 , 0.05 );
928
- padding : 10 px 10px 0 ;
937
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0.03 );
938
+ padding : 5 px 10px ;
929
939
cursor : pointer;
930
940
}
931
941
@@ -938,12 +948,17 @@ iframe {
938
948
margin : 0 ;
939
949
}
940
950
951
+ .video-item-count {
952
+ font-family : 'Muli' , sans-serif;
953
+ padding-right : 7px ;
954
+ }
955
+
941
956
.video-item : last-child {
942
957
padding-bottom : 10px ;
943
958
}
944
959
945
960
.video-item-image {
946
- flex : 0 0 55 px ;
961
+ flex : 0 0 45 px ;
947
962
margin : 0 10px 0 0 ;
948
963
}
949
964
@@ -984,7 +999,7 @@ iframe {
984
999
display : flex;
985
1000
background-color : transparent;
986
1001
flex-wrap : nowrap;
987
- border-bottom : none ;
1002
+ padding : 5 px 10 px ;
988
1003
transition : box-shadow 0.1s ease-out;
989
1004
}
990
1005
@@ -995,7 +1010,7 @@ iframe {
995
1010
}
996
1011
997
1012
# related-video-list .video-item-image img {
998
- width : 60 px ;
1013
+ width : 45 px ;
999
1014
height : auto;
1000
1015
}
1001
1016
@@ -1033,32 +1048,32 @@ iframe {
1033
1048
top : inherit;
1034
1049
bottom : 0 ;
1035
1050
max-height : none;
1036
- height : calc (100% - 150 px );
1051
+ height : calc (100% - 177 px );
1037
1052
width : 100% ;
1038
1053
transition : height 0.1s ease-out 0.1s ;
1039
1054
}
1040
1055
1041
1056
# history-video-list .video-item-head {
1042
- background-color : # 111111 ;
1057
+ background-color : # 1c1b20 ;
1043
1058
}
1044
1059
1045
1060
# history-video-list .video-item {
1046
1061
display : flex;
1047
1062
background-color : transparent;
1048
1063
flex-wrap : nowrap;
1049
- border-bottom : none ;
1064
+ border-bottom : 1 px solid rgba ( 255 , 255 , 255 , 0.05 ) ;
1050
1065
transition : box-shadow 0.1s ease-out;
1051
1066
padding : 5px ;
1052
1067
}
1053
1068
1054
1069
# history-video-list .video-item-image {
1055
1070
flex : inherit;
1056
- margin : 0 10 px 0 0 ;
1071
+ margin : 0 5 px 0 0 ;
1057
1072
position : relative;
1058
1073
}
1059
1074
1060
1075
# history-video-list .video-item-image img {
1061
- width : 60 px ;
1076
+ width : 45 px ;
1062
1077
height : auto;
1063
1078
}
1064
1079
@@ -1068,7 +1083,7 @@ iframe {
1068
1083
height : calc (100% - 39px );
1069
1084
width : 100% ;
1070
1085
overflow : auto;
1071
- background-color : # 0c0c0c ;
1086
+ background-color : # 17161a ;
1072
1087
color : # ffffff ;
1073
1088
}
1074
1089
@@ -1136,10 +1151,12 @@ iframe {
1136
1151
background-color : transparent;
1137
1152
border-bottom : none;
1138
1153
line-height : 16px ;
1154
+ padding-left : 5px ;
1155
+ padding-right : 5px ;
1139
1156
}
1140
1157
1141
1158
# feed-video-list .video-item : first-child {
1142
- display : none;
1159
+ display : none !important ;
1143
1160
}
1144
1161
1145
1162
# feed-video-list ::-webkit-scrollbar-track {
@@ -1166,22 +1183,54 @@ iframe {
1166
1183
padding-top : 10px ;
1167
1184
}
1168
1185
1186
+ # feed-video-list .grid-list .video-item-count {
1187
+ position : absolute;
1188
+ top : 0 ;
1189
+ left : 0 ;
1190
+ background-color : rgba (0 , 0 , 0 , 0.7 );
1191
+ padding : 7px 12px ;
1192
+ color : # ffffff ;
1193
+ z-index : 1 ;
1194
+ }
1195
+
1169
1196
# feed-video-list .grid-list .video-item {
1170
- width : 33.333% ;
1197
+ width : calc ( 33.333% - 10 px ) ;
1171
1198
display : block;
1172
- padding : 0 5px ;
1199
+ margin : 0 5px ;
1200
+ padding : 0 ;
1201
+ position : relative;
1173
1202
}
1174
1203
1175
1204
# feed-video-list .grid-list .video-item .video-item-image {
1176
1205
margin : 0 ;
1206
+ position : relative;
1177
1207
}
1178
1208
1179
1209
# feed-video-list .grid-list .video-item .video-item-content {
1180
1210
margin : 5px 0 15px 0 ;
1181
1211
}
1182
1212
1213
+ # feed-video-list .grid-list .video-item .hidden-thumbnails .video-item-count {
1214
+ position : relative;
1215
+ text-align : center;
1216
+ background-color : # 232228 ;
1217
+ padding : 5px ;
1218
+ }
1219
+
1220
+ # feed-video-list .grid-list .video-item : hover .video-item-image : before {
1221
+ content : '\25B6 Play' ;
1222
+ color : # ffffff ;
1223
+ background-color : rgba (0 , 0 , 0 , 0.6 );
1224
+ padding : 8px 15px ;
1225
+ display : block;
1226
+ position : absolute;
1227
+ top : 50% ;
1228
+ right : 50% ;
1229
+ transform : translate (50% , -50% );
1230
+ }
1231
+
1183
1232
# feed-video-list .grid-list .video-item-details {
1184
- flex-wrap : wrap ;
1233
+ text-align : center ;
1185
1234
margin-top : 8px ;
1186
1235
}
1187
1236
0 commit comments