Parent: [ba0c4b] (diff)

Child: [2b9696] (diff)

Download this file

cdbrowser.css    52 lines (44 with data), 719 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
/* Servers page. Each is a p */
p.cdserver {
margin: 7px 0px 0px 0px;
}
a {
text-decoration: none;
}
/* The current path indicator is an ul inside a browsepath div */
#browsepath {
font-size: 80%;
font-weight: bold;
margin: 0px 0px 10px 0px;
}
#browsepath ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#browsepath li {
margin-left: 3px;
float: left;
}
/* Directory listing */
#entrylist {
clear: both;
width: 100%;
}
/* Styles for the directory list cells */
.tk_tracknum {
width: 1em;
}
.tk_artist {
align: left;
margin-left: 5px;
}
.tk_album {
margin-left: 5px;
}
.tk_title {
margin-left: 5px;
}
.tk_duration {
margin-left: 5px;
}