-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
70 lines (70 loc) · 1.19 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
@CHARSET "ISO-8859-1";
html, body{
background: #505050;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.clear {
clear: both;
}
.control {
position: fixed;
bottom: 50px;
left: 5px;
}
.control-buttons span a{
padding: 5px;
}
.control-buttons .play.white a{
background: url("images/play_white.png") left top no-repeat;
width: 16px;
height: 18px;
text-indent: -999px;
outline: 0;
display: block;
float: left;
cursor: pointer;
}
.control-buttons .pause.white a{
background: url("images/pause_white.png") left top no-repeat;
width: 16px;
height: 18px;
text-indent: -999px;
outline: 0;
display: block;
float: left;
cursor: pointer;
}
.control-buttons .reset.white a{
background: url("images/stop_white.png") left top no-repeat;
width: 16px;
height: 18px;
text-indent: -999px;
outline: 0;
display: block;
float: left;
cursor: pointer;
}
.scale-container div.min {
display: block;
float:left;
}
.scale-container {
background: #FFF;
overflow: hidden;
padding: 10px 0 10px 10px;
border: solid 1px #4C4C4C;
}
.scale-band {
display: block;
padding: 10px;
float: left;
}
.legend{
color: #222222;
clear: right;
border-bottom: solid 1px #4C4C4C;
margin: 0 0 10px 0;
}