-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitStreamer.css
More file actions
63 lines (56 loc) · 922 Bytes
/
BitStreamer.css
File metadata and controls
63 lines (56 loc) · 922 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
52
53
54
55
56
57
58
59
60
61
62
63
#progress-box {
display: none;
width: 306px;
height: auto;
}
#progress-box h2 {
font-size: 80%;
text-align: left;
margin-top: 2px;
padding-right:0;
font-family: arial;
}
#progress-status {
font-size: 80%;
text-align: right;
text-transform: uppercase;
margin-bottom: 2px;
padding-right:0;
font-family: arial;
}
#bar-container {
width: 306px;
background-color: #bbb;
height: auto;
}
#bscontrols {
font-size: 80%;
text-align: right;
margin-top: 2px;
padding-right:0;
font-family: arial;
}
#bscontrols a{
display: none;
text-decoration: none;
color: #444;
}
#bsfilesbox {
font-size: 80%;
text-align: left;
height:250px;
overflow: auto;
margin-top: 2px;
padding-right:0;
padding: 10px;
border: 1px solid #444;
font-family: arial;
}
#bar {
height: 5px;
font-size: 80%;
background-color: #00578a;
transition:600ms linear;
color:#ffffff;
width: 0px;
}