forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (74 loc) · 1.22 KB
/
style.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
81
82
83
84
85
86
87
header {
text-align: center;
}
th, td {
padding: 15px;
}
select {
padding: 2px 15px;
background-color: rgb(181, 222, 255);
font-weight: bolder;
}
select option {
font-size: 10pt;
}
.innerControls input {
font-weight: normal;
float: right;
}
#controls {
width: 70%;
min-width: 615px;
padding: 3px;
margin: 0px auto 20px auto;
border: 1px solid #606060;
overflow: hidden;
}
.innerControls {
display:block;
float: left;
width: 99%;
margin: 3px;
padding-left: 3px;
font-size: 10pt
}
.videoCentered {
width: 720px;
margin-left: auto;
margin-right: auto;
display: block
}
.center {
width: 70%;
min-width: 615px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
display: block
}
#customButtons input {
width: 25%;
display : inline-block;
text-align: center;
font-size: 8pt;
}
#toggleButtons button {
width: 19%;
display : inline-block;
text-align: center;
font-size: 10pt;
font-weight: bolder;
background-color: rgb(181, 222, 255)
}
#statusOut {
height: auto;
max-height: 4em;
overflow: auto;
/*overflow-y: none;*/
}
#errorOut {
height: auto;
max-height: 4em;
overflow: auto;
/*overflow-y: none;*/
}