summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2008-03-17 20:29:24 +0000
committerspocky <spocky@ampache>2008-03-17 20:29:24 +0000
commit7ddc95541d649fdf0121eafcd71a93376b16efec (patch)
treecb0fcb9f4ad2c9844a5cc08106a43900c7b7b7d9 /themes/classic/templates
parentb96588ebc587f18f75e3dbe0240b180371ae4ff4 (diff)
downloadampache-7ddc95541d649fdf0121eafcd71a93376b16efec.tar.gz
ampache-7ddc95541d649fdf0121eafcd71a93376b16efec.tar.bz2
ampache-7ddc95541d649fdf0121eafcd71a93376b16efec.zip
shoutbox now makes use of flip_class
rewrote show_song code and css
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css24
1 files changed, 22 insertions, 2 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 481a19e5..c6e8f4b7 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -533,10 +533,10 @@ a.button{padding:1px 3px;}
border-bottom:1px dotted #c0c0c0;
}
.tabledata .even:hover, .tabledata .odd:hover {
- background:#99ccff;
+ background:#9cf;
}
.row-highlight:hover {
- background:#cc3333;
+ background:#c33;
}
@@ -561,6 +561,26 @@ td.cel_cover{padding:6px;}
font-size: 0.8em;
}
+/************************************************/
+/* Song details */
+/************************************************/
+dl.song_details{font-size:0.8em;}
+.song_details dt {
+ float:left;
+ clear:both;
+ width:20%;
+ min-width:20%; /*Ie bugfix*/
+ font-weight:bold;
+}
+.song_details dd {
+ float:left;
+ width:79%;
+ min-width:79%; /*Ie bugfix*/
+ margin:0 0 0.2em .3em;
+ padding-left:.2em;
+}
+dt + dd {border-bottom:1px dotted #c0c0c0;}
+dt:hover, dt:hover + dd {background:#9cf;}
/************************************************/
/* Albums of the moment */