-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayer.css
More file actions
executable file
·51 lines (43 loc) · 851 Bytes
/
player.css
File metadata and controls
executable file
·51 lines (43 loc) · 851 Bytes
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
video::-webkit-media-controls-panel {
display: flex !important;
opacity: 1 !important;
}
.vjs-fade-in,.vjs-fade-out {
visibility: visible !important;
opacity: 1 !important;
transition-duration: 0s!important;
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
bottom: -3.4em !important;
background-color: rgba(7, 20, 30, 1) !important;
}
#timeTxt,#speedTxt {
font-size: 30pt;
font-family:serif;
}
.showTxt {
font-size: 22pt;
font-family:serif;
}
.btn-default{
font-size:7pt;
background-color: white;
border-width: 1px;
border-color: #54585F;
border-style: solid;
border-color: gray;
}
.btn-default:hover{
background-color: #CDCDCD;
}
.data{
font-size:7pt;
}
tr {
line-height: 0px;
min-height: 10px;
height: 10px;
}