-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.css
More file actions
86 lines (73 loc) · 1.25 KB
/
video.css
File metadata and controls
86 lines (73 loc) · 1.25 KB
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
.fl {
display: flex;
}
.player {
background-color: #000000;
}
.playstatus {
position: absolute;
background: url("center.jpg") -285px -198px;
width: 77px;
height: 49px;
margin-top: -60px;
margin-left: 10px;
}
.controls {
background-color: #aaaaaa;
height: 30px;
line-height: 30px;
}
.play {
background: url("center.jpg") -393px -1193px;
width: 30px;
}
.stop {
background: url("center.jpg") -430px -1193px;
width: 30px;
}
.timeline {
flex-grow: 30;
}
.vtime {
position: relative;
top: 12px;
height: 10px;
background-color: #cccccc;
}
.played {
display: block;
position: relative;
height: 10px;
top: 2px;
background-color: #66ccff;
z-index: 100;
}
.sound {
background: url("center.jpg") -552px -1193px;
width: 30px;
}
.volume {
display: none;
position: relative;
top: -100px;
height: 100px;
background-color: #aaaaaa;
}
.volume_1 {
width: 4px;
height: 100px;
margin: 0 auto;
background-color: #fff;
}
.volume_2 {
width: 4px;
height: 20px;
margin: 0 auto;
background-color: #000;
position: relative;
top: -100px;
}
.fullscreen {
background: url("center.jpg") -334px -1193px;
width: 30px;
}