File: style.css

package info (click to toggle)
exaile 0.2.11.1%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,464 kB
  • ctags: 2,403
  • sloc: python: 17,416; ansic: 224; makefile: 163; perl: 153; sh: 125; sql: 74
file content (104 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download | duplicates (2)
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
body {
	background-color: #ffffff;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

#player {
	background-color: #272727;
	height: 124px;
}

#trackcover, #trackcover img {
	width: 100px;
	height: 100px;
	float: left;
}

#trackinfo {
	height: 100px;
	margin-left: 100px;
	color: #eeeeee;
}

#trackcontrol {
	background-color: #436a9c;
	height: 24px;
}

#trackcontrol .button {
	float: left;
	line-height: 24px;
	font-size: 10px;
	padding: 0px 10px;
	color: #ffffff;
}

#trackcontrol .button:hover {
	background-color: #8abc63;
	cursor: pointer;
}

#ti_title {
	font-size: 22px;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
}

.trackinfo {
	font-size: 12px;
	padding: 0px 20px;
}

.tibold {
	font-weight: bold;
}

#trackprogressbar {
	background-color: white;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 5px 20px 0px 20px;
}

.trackprogressbarlen {
	color: black;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}

.trackprogressbarposition {
	background-color: #aaaaaa;
	width: 100%;
	height: 20px;
	margin-top: -20px;
}

#playlistcontent table {
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

#playlistcontent table th {
	text-align: left;
	background-color: #436a9c;
	padding: 5px;
	color: #ffffff;
}

#playlistcontent table td {
	border-top: 1px solid #eeeeee;
	padding: 5px;
}

#playlistcontent table td div {
	white-space: nowrap;
	overflow: hidden;
}