-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.css
120 lines (98 loc) · 1.32 KB
/
global.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
background-color: #000000;
font-family:arial,helvetica,clean,sans-serif;
}
.art {
background-image: url(ship.jpg);
width:900px;
height:548px;
float:left;
z-index:-1;
top:0;
position:absolute;
margin-left:160px;
}
.tracklist {
width: 300px;
margin-left:30px;
margin-top:30px;
}
.tracklist audio {
float:left;
clear:both;
}
.tracklist h3 {
color:#aaaaaa;
}
.tracklist h4 {
color:#aaaaaa;
}
.tracklist a {
text-decoration:none;
color:#888;
font-size:0.8em;
margin-right:7px;
}
.tracklist span {
font-family:arial,helvetica,clean,sans-serif;
font-size:.9em;
color:white;
}
.tracklist div.icon {
background-image:url(pp.gif);
width:17px;
height:17px;
cursor:pointer;
}
.tracklist ul {
float:left;
clear:both;
}
ul {
width:300px;
height:0;
list-style-type:none;
}
li {
float:left;
}
li.icon {
width:20px;
margin-right:3px;
}
div.play {
background-position: 0 17px;
}
li.text {
width:130px;
}
li.link {
width:50px;
}
audio {
width:0;
height:0;
}
.description {
width:600px;
margin-left:30px;
margin-top:30px;
float:left;
clear:both;
}
.description span {
color:#aaaaaa;
direction: rtl;
unicode-bidi: bidi-override;
}
.description p {
color:white;
font-size: .7em;
}
.description p.download {
font-size: 1em;
}
.description a {
text-decoration:none;
color:#aaaaaa;
}