diff options
author | spocky <spocky@ampache> | 2008-03-17 20:29:24 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2008-03-17 20:29:24 +0000 |
commit | 7ddc95541d649fdf0121eafcd71a93376b16efec (patch) | |
tree | cb0fcb9f4ad2c9844a5cc08106a43900c7b7b7d9 /themes/greysme/templates/default.css | |
parent | b96588ebc587f18f75e3dbe0240b180371ae4ff4 (diff) | |
download | ampache-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/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index c086e0c1..584f283b 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -609,6 +609,29 @@ td.cel_track {text-align:right;} }
/************************************************/
+/* Song details */
+/************************************************/
+dl.song_details{font-size:1em;}
+.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, dt + dd {background: url(../images/list_back.png) 0 50% repeat-x !important; background-image: none;}
+dt, dt + dd { background-color: #111 !important;}
+dt:hover, dt:hover + dd {background-color: #2b293d !important;}
+
+
+/************************************************/
/* Albums of the moment */
/************************************************/
.random_album{
|