Parent: [2b9696] (diff)

Child: [1431b7] (diff)

Download this file

cdbrowser.css    63 lines (51 with data), 1.0 kB

 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
/* General font selection. This is the place to adjust the font size for the
* directory browser area. The distributed file uses the system
* default (the size spec is commented out. */
html, body, form, fieldset, table, tr, td, img {
font-family:Arial,helvetica,sans-serif;
/* font-size: 10pt;*/
}
/* 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;
}