-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubbie.css
78 lines (66 loc) · 1.19 KB
/
subbie.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
.subbie-player{
width: 600px;
padding: 10px;
height: 100px;
background: rgba(0,0,0,0.5);
position: fixed;
bottom: 100px;
left: 20%;
z-index: 9999;
}
#subbie-display{
font-size:24px;
color: white;
text-shadow: 1px 1px 1px black;
text-align: center;
}
.noFile #subbie-slider, .noFile #idSubbieSearch, .noFile #idSubbiePlay, .noFile #idSubbiePause{
display: none;
}
.noFile #idSubbieFileSelector{
display: block;
}
#idSubbieFileSelector{
display: none;
}
#subbie-slider{
width: 100%;
text-align: center;
}
#subbie-slider > input{
width: 89%;
display: inline-block;
}
#subbie-slider > .time{
width: 10%;
display: inline-block;
}
#idSubbieClose{
float: right;
}
#idSubbiePlay {
padding: 6px;
color: white;
background: #3399FF;
border: 2px solid black;
width: 60px;
}
#idSubbiePause{
padding: 6px;
color: white;
background: black;
border: 2px solid black;
width: 60px;
}
#idSubbieSearch {
font-size: 14px;
line-height: 24px;
border: 2px solid black;
}
#idSubbieClose{
padding: 6px;
color: white;
background: black;
border: 2px solid black;
width: 60px;
}