-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayer_design.css
80 lines (69 loc) · 1.05 KB
/
player_design.css
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
body{
background-color: grey;
}
#video-player{
background-color: black;
margin-left: 300px;
margin-top: 125px;
width: 710px;
height: 402px;
}
#video{
width: 100%;
height: 100%;
}
#controls{
margin-top: 0px;
background-color: black;
height: 40px;
}
#pbar_container{
background-color: rgb(70,70,70);
height: 5px;
}
#pbar{
background-color: rgb(50,170,220);
height: 5px;
width: 0%;
}
#time{
position: absolute;
vertical-align: middle;
margin-left: 55px;
margin-top: 8px;
color: white;
}
#play_button{
position: absolute;
margin-top: 5px;
margin-left: 15px;
height: 25px;
width: 25px;
;
}
#soundbutton{;
width: 25px;
height:25px;
margin-top: 5px;
position: absolute;
margin-left: 370px;
}
#sound_container{
background-color: rgb(70,70,70);
position: absolute;
height: 5px;
width: 70px;
margin-left: 410px;
margin-top: 15px;;
}
#sbar{
background-color: rgb(50,170,220);
height: 5px;
width: 50%;;
}
#fullscreenbutton{
margin-left: 670px;
margin-top: 5px;
height: 25px;
width: 25px;
}