summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/stylesheet.css
blob: 2a6f0d5925be73edfee62c95bc34f5cabeff6d27 (plain)
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
	/* ----------------------------------------
	Blank Layout : A CSS context style for the amarok media player
	
	By Florent Verschelde (florent.verschelde@free.fr)
	This is a starting file for anyone who wants to create an amaroK context browser style. This won't look good if used in amaroK as a context browser style, since the only aim of this file is to provide a blank but carefully organized structure.

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

	-------------END OF LICENSE ------------- 
	Colours changed by Ben Morris, to match KDE themes.
	Blanklayout-systemcolours-1.1: Changed highlighting on album headers to only show on mouseover.
	Blanklayout-systemcolours-1.2: Fonts match theme now.
*/



/* STRUCTURE OF THIS FILE :

I GENERIC ATTRIBUTES
		1 body attributes
		2 link attributes
		3 buttons
		4 boxes
		5 score indicators

II SPECIFIC ATTRIBUTES
	A "Summary" Tab
		1 favorite songs box attributes
		2 attributes for the song lists
		3 recent songs box attributes
		4 least listened to songs box attributes
	B "Current" Tab
		1 current box attributes
		2 file not in database box attributes
		3 suggested songs box attributes
		4 favorite songs by Artist box attributes
		5 albums by Artist box attributes
	C "Lyrics" Tab
		1 lyrics box attributes

END */




/* --------GENERIC ATTRIBUTES-------- */

/* ---Body attributes--- */
body{
margin: 23px;
color: windowText;
background-color: #6569AE;
background-image: url(./background.png);
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: sans-serif;
font-size: 13px;
color: #222222;
}

/* ---Link attributes--- */
a{
color: windowtext;
text-decoration: none;

}
	a:hover{
	color: #000000; /*highlightText;*/
	}

/* ---Generic attributes for buttons--- */
/* "class=button" elements (for the "lyrics" tab) */
.button{
border: solid 1px transparent;
padding: 5px;
background-color: ButtonFace;
}
	a.button:hover{
	border: solid 1px #444444;
	}
/* input elements (for the "not in database" box) */
input{
width: 100%;
background-color: menU;
}

/* ---Generic attributes for boxes--- */
.box{
border: none;
margin-bottom: 10px;
background: none;
}
	.box-header{
	padding: 5px;
  background: url(./head.png) repeat-y;
  width: 240px;
	}
		.box-header-title{
		font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    height: 16px;
		}
	.box-body{
	padding: 5px;
	}
	.box-row{
	}
	.box-row-alt{
	}
	.box a{
	}

/* ---Generic attributes for the score indicators--- */
.scoreBox{
}
	.sbinner{
	height: 10px;
	background: menU;
	}
	.sbouter{
	width: 50px;
	height: 10px;
	border: 1px solid #444444;
	}



/* --------SPECIFIC ATTRIBUTES-------- */

/* ["Summary" tab] */

/* ---Attributes for the "Favorites" box--- */
#favorites_box{
}
	/* "Favorites" box header */
	#favorites_box-header{

	}
		#favorites_box-header-title{
		}
	
	/* "Favorites" box body */
	#favorites_box-body{
	padding: 10px;
	}
		#favorites_box-body .song a{
		margin-right: 5px;
		}

/* ---Attributes for the song lists (in the "Summary" tab, not for the tractdelisting in the "Album by Artist" box)--- */
.song{
}
	.song a{
	display: block;
	padding: 5px;
	border: 1px solid transparent;
	}
		.song a:hover{
		background: #C7D0E8;
		border: 1px solid #444444;
		}
	td.song-place{
	}
	.song-artist{
	}
	.song-separator{
	}
	.song-title{
	}
	.song-time{
	}
	.song-album{
	}
	.song-score{
	}
		.song td.sbtext{
		}
		.song td.sbtext+td{
		}
		.song div.sbinner{
		}
		.song div.sbouter{
		}

/* ---Attributes for the "Newest songs" box--- */
#newest_box{
}
	/* "Newest songs" box header */
	#newest_box-header{
	}
		#newest_box-header-title{
		}
	/* "Newest songs" box body */
	#newest_box-body{
	padding: 5px;
	}
		#newest_box-body a{
		padding: 5px; 
		}
			#newest_box-body a:hover{
			}
		#newest_box-body>div{
		}

/* ---Attributes for the "Least" box--- */
#least_box{
}
	/* "Least" box header */
	#least_box-header{
	}
		#least_box-header-title{
		}
	/* "Least" box body */
	#least_box-body{
	padding: 5px;
	}
		#least_box-body a{
		padding: 5px; 
		}
		#least_box-body a:hover{
		}



/* ["Current" tab] */

/* Attributes for the "Current song" box */
#current_box{
}
	/* "Current song" box header */
	#current_box-header{
	}
		#current_box-header-album{
		}
		#current_box-header-artist{
		}
		#current_box-header-separator{
		}
		#current_box-header-songname{
		}
	/* "Current song" box body */
	#current_box-table{
	}
		
		#current_box-largecover-td{
		}
			#current_box-largecover-a{
			}
			#current_box-largecover-image{
			padding: 5px;
			}
		#current_box-information-td{
		padding: 5px;
		text-align: right;
		}
			#musicbrainz-div{
			}
				#musicbrainz-a{
				}
				#musicbrainz-image{
				}

/* ---Attributes for the "File not in database" box--- */
#notindb_box-body{
padding: 5px;
}

/* Attributes for the "Suggested songs" box */
#suggested_box{
}
	/* "Suggested songs" box header */
	#suggested_box-header{
	}
	#suggested_box-header-title{
	}
	/* "Suggested songs" box table */
	#T_SS{
	margin: 5px;
	}
		#T_SS td{
		margin-top: 5px;
		}
		#T_SS .song a{
		}

/* Attributes for the "Favorites songs by Artist" box */
#favoritesby_box{
}
	/* "Favorites songs by Artist" box header */
	#favoritesby-header{
	}
		#favoritesby_box-header-title{
		}
	/* "Favorites songs by Artist" box table */
	#T_FT{
	margin: 5px;
	}
		#T_FT td{
		margin-top: 5px;
		}
		#T_FT td.song a{
		}

/* ---Attributes for the "Albums by Artist" box--- */
#albums_box{
}
	/* "Albums" box header */
	#albums_box-header{
	}
	#albums_box-header-title{
	}
	/* "Albums" box body */
	#albums_box-body{
	}
		/* album header (title area) */
		.album-header{
		background: none;
		color: windowtext;
		}
			.album-header:hover{
			cursor: pointer;
			background: #C7D0E8;
			}	
				.album-header:hover a{
				background: #C7D0E8;
				color: black;
				}
			.album-image{
			margin: 5px;
			}
			.album-title{
			}
			.album-year{
			}
			.album-info{
			float: right;
			}
		/* album body (tractdelisting) */
		.album-body{
		padding: 10px;
		}
			.album-song{
			}
				.album-song a{
				}
					.album-song a:hover{
					background: #C7D0E8;
					}
				.album-song-trackno{
				}
				.album-song-title{
				}
				.album-song-time{
				}



/* ["Lyrics" tab] */

/* ---Attributes for the "Lyrics" box--- */
#lyrics_box{
}
	/* "Lyrics" box header */
	#lyrics_box-header{
	}
		#lyrics_box-header-title{
		}
	
	/* "Lyrics" box body */
	#lyrics_box-body{
	padding: 5px;
	}
		#lyrics_box-body>a{
		}
			#lyrics_box-body>a:hover{
			background: #C7D0E8;
			color: #222222;
			}
		#lyrics_box_addlyrics{
		margin-top: 20px;
		}
		#lyrics_box_searchlyrics{
		margin-top: 20px;
		margin-bottom: 20px;
		}