-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyleiframe.css
55 lines (51 loc) · 998 Bytes
/
styleiframe.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
body {
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
color: #000000;
}
.footer {
font-size: 10px;
text-align: center
}
a:hover {
text-decoration: underline;
}
#playercontroller {
background-color: #eeeeee;
color: #000;
height: 20px;
width: 160px;
border: solid 1px #ccc;
margin: 0 0 0 0;
}
#playercontroller .timeline {
position: relative;
}
#playercontroller .timeline a {
position: absolute;
left: 0px;
display: block;
height: 20px;
width: 40px;
text-indent: -100em;
overflow: hidden;
background-image: url(/pics/control_slider.png);
}
#playercontroller .timeline a:visited {
background-image: url(/pics/control_slider.png);
}
#playercontroller .position {
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
left: 170px;
display: block;
height: 20px;
width: 40px;
overflow: hidden;
}