--- a/themes/funkymonkey/style.css Sun Mar 23 14:59:33 2008 -0400
+++ b/themes/funkymonkey/style.css Sun Mar 23 15:24:06 2008 -0400
@@ -10,6 +10,8 @@
background-color: #9cb2cd;
color: #ffffff;
padding: 0 8px;
+ background-image: url(images/playbar-shadow.gif);
+ background-repeat: repeat-x;
}
div.tblholder {
@@ -39,6 +41,34 @@
color: #ffff00;
}
+div#playbar {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 32px;
+ padding: 0;
+ margin: 0;
+ background-image: url(images/playbar.gif);
+ background-repeat: repeat-x;
+ background-color: #383f61;
+ border-bottom: 1px solid #000000;
+}
+
+div.playbar-inner {
+ padding: 5px;
+}
+
+a img {
+ border-width: 0;
+}
+
div#playlist {
- margin-top: 42px;
+ margin-top: 48px;
}
+
+a.tracklink {
+ text-decoration: none;
+ color: white;
+}
+