summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates/default.css
blob: 84b96d6bee6f417e5dc73616bbdeb3a260933c90 (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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
/*

 Copyright (c) 2001 - 2007 Ampache.org
 All rights reserved.

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License v2
 as published by the Free Software Foundation

 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.

*/


/************************************************/
/*    Unify default browsers style rules        */
/************************************************/
:link,:visited { text-decoration:underline; }
h1, h2, h3, h4, h5, h6, pre, code	{ font-size: 1em; line-height: 1em; } /* avoid browser default inconsistent font-sizes */
a img, :link img, :visited img { border: none; } /* no blue linked image borders */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } /* White space reset */


/************************************************/
/*           General style rules                */
/************************************************/
body { 
	background:#d3d3d3;
	font-family:Arial, Helvetica, Sans-Serif;
}
p { 
	color: #000;
	margin:1em 0;
}
a, a:visited, a:active{ 
	color: #000; 
	font-family: Verdana, Helvetica, sans-serif; 
}
td { 
	padding: 0 8px;
	color: #000; 
	font:12px Verdana, Helvetica, sans-serif; 
}
th {
	padding-right: 10px;
}
input, select, textarea{
	font: 12px Verdana, Helvetica, sans-serif; 
	background: #ddd; 
	color: #000; 
}
input {
	font-weight: bold;
  margin: 2px 2px 2px 0;
}


/************************************************/
/*             Header                           */
/************************************************/
#topbar { 
	height: 85px;
	padding: 3px 0 0 10px;
}
#topbarright { 
	float: right;
	font-size: 10px;
}
#topbarleft, #topbarleft a{ 
	float: left;
}

/************************************************/
/*                XSPF Player                   */
/************************************************/

.xspf_player {
    right: 20px;
    position: absolute;
}

/************************************************/
/*                Footer                        */
/************************************************/
#footer {
	float:right;
	margin:5px;
	font-size:10px;
}
#footer p {
	color:#999;
	font-size:10px;
}
#footer-content { 
	font-size:10px; 
} 


/************************************************/
/*                  Buttons                     */
/************************************************/
.selected_button {
	background: #000;
  color: #fff;
}
.unselected_button {
}
.smallbutton {
	border:0;
	padding: 0 1px;
	font-size: 11px;
	cursor: pointer;
}
a.smallbutton { 
	border:0; 
	font-size: 11px; 
	cursor: pointer; 
	padding: 2px; 
	font-weight:bold;
	background: #d0d0d0; 
	text-decoration:none; 
} 


/************************************************/
/*         Tables (songs lists...)              */
/************************************************/
.table-header {
/*	background: url(../images/ampache-light-bg.gif) #dddddd repeat-x; */
	background: #a0a0a0;
	vertical-align: top;
	text-align:center;
}
.odd {
		font-size: 12px;
		background:#bbb;
}
.even {
		font-size: 12px;
		background:#ddd;
}
.headrow {
		font-size: 12px;
    background:#ccc;
}
.blank {
	background: #fff;
}
.border { 
	background: #000; 
}
.header { 
	font-size: 12px; 
}

/************************************************/
/*               Content block                  */
/************************************************/
#content {
	position: relative;
	margin: 0px 220px 20px 135px;
}
h3#content_title{
	font: 12px/32px Arial,Helvetica,Sans-Serif;
	background:#8b8b8b url(../images/content_corner.gif) no-repeat right top;
	color:#fff;
}
h3#content_title span {
	text-align:left;
}

/************************************************/
/*                  Rightbar                    */
/************************************************/
#rightbar { 
	position:absolute;
	right:0px;
	top:87px;
	width:250px;
} 
#rightbar li { 
	list-style:none;	
	float:left;
	margin-right:3px;
}
#rightbar-bottom span { 
	padding-left:10px; 
	display:block; 
} 

#current_playlist { 
	clear:left; 
} 

/************************************************/
/*                  Sidebar                     */
/************************************************/
#sidebar{
	clear:both;
	position:absolute;
	left:0px;
	top:87px;
	width:133px;
}

#sidebar select	{
	width: 95%; 
}

#sidebar ul {
  list-style:none;
}
#sidebar a { 
	text-decoration:none;
} 
/*
#sidebar span { 
	display:block;
	text-decoration:none;
	margin-left:5px;  
	margin-right:5px;
} */



#sidebar span:hover { 
	background: #fff;
} 


#sidebar span.link { 
	display:inline; 
	text-decoration:none; 
	color: #000;
	margin: 0 5px;
	font-family: monospace, Courier, Georgia;
} 

/* For sidebar tabs */
#sidebar-tabs li.sb1 {
  float: left;
	padding:2px;
	border: 1px solid #fff;
  background:#fff;
}
#sidebar-tabs li.active { 
	background-color:#c0c0c0; 
	border:1px solid #c0c0c0;
} 

/* Tabs content */
#sidebar-page {
  position:absolute;
  left:0;
  top:26px;
	background-color:#c0c0c0;
	font-size: 0.8em;
  width:133px;
} 
#sidebar-page ul.sb2 {
  padding:5px 8px;
}
#sidebar-page ul.sb2 li{
  font-weight:bold;
  margin-top:0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #666;
}

#sidebar-page .sb3 {
  margin-left:4px;
  font-weight:normal;
}
#sidebar-page ul.sb3 li{
  margin:0;
  padding:0;
  border:none;
  font-weight:normal;
}
* html #sidebar-page ul.sb3 li{display:inline;} /* fix ie6 */

#sidebar-page a{
  display:block;
}
#sidebar-page a:hover{
  background:#fff;
}
/* SIDEBAR : Home */
/* SIDEBAR : Browse */
/* SIDEBAR : Search */
/* SIDEBAR : Preferences */

/* SIDEBAR : Admin */
#sb_admin_catalogs a{
  display:inline;
}



/************************************************/
/*          Now Playing Styles                  */
/************************************************/
#nowplaying{
	clear: both;
	width: 600px;
}

#np_container1{
	width: 260px;
	height: 18px;
	background: #fff url(../images/tb_tab.jpg) no-repeat top left;
}

#np_container1 h1{
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

#np_container2{
	border: 1px solid #999;
	border-color:#ddd #999 #999 #ccc;
	padding: 6px;
	font: 10px/12px Verdana, sans-serif;
	background: #d6d6d4 url(../images/bg_row.jpg) repeat top left;
	color: #000;
}
.np_row {
	padding: 3px 0;
}
.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
	margin: 10px;
}


/************************************************/
/*        Styles for the star ratings           */
/************************************************/
.star-rating{
        position: relative;
        list-style:none;
        width: 80px;
        height: 15px;
        background: url(../../../images/ratings/star_rating.gif) top left repeat-x;
}
.star-rating li{
        float: right;
}
li.current-rating{
        display: block;
        position: absolute;
        height: 15px;
        background: url(../../../images/ratings/star_rating.gif) left bottom;
        text-indent: -9000px;
        z-index: 1;
}
.star-rating li span{
        position: absolute;
        display:block;
        width:16px;
        height: 15px;
        text-decoration: none;
        text-indent: -9000px;
        z-index: 20;
}
.star-rating li span:hover{
        background: url(../../../images/ratings/star_rating.gif) left center;
        z-index: 2;
        left: 0;
}
li.zero-stars span:hover {
        display: block;
        left: 80px;
        height: 15px;
        background: url(../../../images/ratings/x.gif);
}
span.zero-stars {
        display: block;
        left: 80px;
        height: 15px;
        background: url(../../../images/ratings/x_off.gif);
}
span.one-stars        { left: 0px; }
span.one-stars:hover  { width:16px; }
span.two-stars        { left:16px; }
span.two-stars:hover  { width: 32px; }
span.three-stars      { left: 32px; }
span.three-stars:hover{ width: 48px; }
span.four-stars       { left: 48px; }
span.four-stars:hover { width: 64px; }
span.five-stars       { left: 64px; }
span.five-stars:hover { width: 80px; }


/************************************************/
/*              Box Related Styles              */
/************************************************/
.box { 
	background: #f7f7f7;
}
.box-title { 
	border-bottom: solid 1px #000;
	font-size: 1.05em;
	font-weight: bold;
}
.box-list { 
	padding-right: 10px;
}

/* Enclosing Boxes Styles */
.box-left-top { 
	background: url(../images/topleft.gif) no-repeat;
	height:16px;
}
.box-left-bottom {
  background: url(../images/bottomleft.gif) no-repeat;
	height:18px;
}
.box-left { 
	background: url(../images/left.gif);
}
.box-bottom { 
	background: url(../images/bottom.gif);
	height:18px;
}
.box-right-bottom { 
	background: url(../images/bottomright.gif) no-repeat;
}
.box-right-top {
	background: url(../images/topright.gif) no-repeat;
}
.box-right { 
	background: url(../images/right.gif);
}
.box-top { 
	background: url(../images/top.gif);
}


/************************************************/
/*             List Header Styles               */
/************************************************/
.list-header { 
	text-decoration: none;
	cursor:pointer; 
} 
.list-header:hover { 
	color:#071fd4;
}


/************************************************/
/*             Text Action Styles               */
/************************************************/
.text-action, .text-action li {
	list-style: none;
	margin:5px 0;
	padding-left:0px;
}
.text-action span {
	text-decoration: underline; 
	cursor: pointer; 
	display:block; 
}
.text-action #pt_active {
	background: #000;
	color: #fff;
	border:1px solid #ddd;
}


/************************************************/
/*            Tabs (for preferences)            */
/************************************************/
#tablist {
        padding: 3px 0;
        margin: 12px 0 0 0;
        font: bold 12px Verdana, sans-serif;
}
#tablist li {
        list-style: none;
        display: inline;
}
#tablist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #ccc;
        border-bottom: none;
        background: #ddd;
        text-decoration: none;
}
#tablist li a:link { color: #222; }
#tablist li a:visited { color: #000; }
#tablist li a:hover {
        color: #000;
        background: #bbb;
        border-color: #000;
}
#tablist li a#current {
        color: #000;
        background: #bbb;
        border-color: #000;
        border-bottom: 1px solid #000;
}


/************************************************/
/*            Styles for Header                 */
/*(for ampache admin : installation, update...) */
/************************************************/
div#Header{
	height:80px;
	margin-bottom:3px;
}
#Header h1 { 
	width: 439px; 
	height: 84px; 
	float: left;
	border:0; 
	background: transparent url(../images/bg_login_0.jpg) no-repeat top left; 
}
#Header h1 span {
	display:none
}
#Header h2 { 
	float: right;
	margin-top: 75px;  
	width: 200px; 
	height: 18px; 
	background: transparent url(001/h2.gif) no-repeat top left; 
}
#Header h2 span {
	font-size: 10px;
	margin-left: 10px;
}


/************************************************/
/*         Styles for Login template            */
/************************************************/
#container{
	margin:100px auto 0 auto;
	width:437px;
	font-size:12px;
	text-align:center;
}
#container h1{
	background:url(../images/bg_login_0.jpg) no-repeat;
	height:81px;
	margin-bottom:8px;
}
#container h1 span{
	display:none;
}
#container div.fatalerror {
	display:block;
	height:auto;
	padding:5px;
	margin:10px;
	background:none;
}
#container div{
	background:url(../images/bg_login_1.jpg) no-repeat;
	height:285px;
}
#loginp_0{
	color:#333;
	margin-top:0;
	padding-top:60px;
}
.loginp_1{
	text-align:right;
	padding-right:100px;
}
.loginp_1 label{
	font-weight:bold;
}
.loginp_1 input{
	border:1px solid #999;
}
input.text_input{
width:12em;
}
.loginp_1 input.check_input{
margin-right:5em;
} 


/************************************************/
/*         TV Page Related Styles               */
/************************************************/
#tv_np{
	float:right;
}
#tv_left{ 
	float:left;
	clear:right;
}
#tv_playlist{
	clear:both;
}


/************************************************/
/* User Online/Offline style, used in users.php */
/************************************************/
td.user_online{
	background:#0f0;
}
td.user_offline {
	background:#7f0000;
}
td.user_disabled {
	background:#ccc;
}


/************************************************/
/*                Misc                          */
/************************************************/
.text-box, .confirmation-box {
	display:table-cell;
	padding:5px 5px 0 5px;
	margin-bottom:10px;
	background:#bbb;
	border:2px solid #000;
}
.alphabet { 
	margin:10px;
	font-size:10px; 
	font-weight:normal; 
}
.alphabet span { 
	cursor: pointer;
	color: #003399;
} 

#mpdpl td {
	padding:0 2px 0 2px;
	text-align:left;
}
.header1 { 
	color:#000; 
	font:bold 18px Verdana, Helvetica, sans-serif; 
}
.header2 {
  color:#000;
	font:bold 14px Verdana, Helvetica, sans-serif;
}
.error { 
	color:#903; 
}
.fatalerror {
	display:table-cell;
	padding:3px;
	color: #903;
	font-weight:bold;
 	border:2px solid #903;
}
.disabled {
	text-decoration:line-through;
}
#maincontainer{}
table.tabledata {}
.display {}


.lp_box_ctrl {
	text-align: center; /*for compatibility, may be controlled by themers now*/
/* 	padding-top: 5px; */
}
.lp_box_vol {
	text-align: center; /*for compatibility, may be controlled by themers now*/
/* 	padding-left: 7px; */
}