aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/groove_simple.css
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
commita1a18f77a50804e0127dfa4b0f5240c49c541184 (patch)
tree19a38880afe505beddb5590379a8134d7730a277 /subsonic-main/src/main/webapp/style/groove_simple.css
parentb61d787706979e7e20f4c3c4f93c1f129d92273f (diff)
downloaddsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip
Initial Commit
Diffstat (limited to 'subsonic-main/src/main/webapp/style/groove_simple.css')
-rw-r--r--subsonic-main/src/main/webapp/style/groove_simple.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/style/groove_simple.css b/subsonic-main/src/main/webapp/style/groove_simple.css
new file mode 100644
index 00000000..83b3ac98
--- /dev/null
+++ b/subsonic-main/src/main/webapp/style/groove_simple.css
@@ -0,0 +1,32 @@
+/*
+ * CSS styleshet for the "Groove (Simple)" theme.
+ *
+ * Author: Thomas Bruce Dyrud (thomasbrucedyrud[at]gmail.com)
+ *
+ * Moified version of the "Cool and Clean" and "Monochrome Black" themes.
+ * (Cool and Clean created by: Dan Eriksen - dan.o.eriksen[at]gmail.com )
+ * (Monochrome Black created by: David D - ddavis1[at]gmail.com )
+ *
+ *
+ * Icons used are released under Creative Commons.
+ * Heading icons: (http://toffeenut.deviantart.com/art/Black-Neon-Agua-iPhone-Theme-85452072)
+ * Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com)
+ */
+
+@import "groove.css";
+
+/* Main frame image */
+.mainframe {
+ background-image:url( "../icons/groove_simple/background_main_blank.png" );
+}
+
+
+/* Back image */
+.back {
+ background-image:url( "../icons/groove/back.png" );
+}
+
+/* Forward image */
+.forward {
+ background-image:url( "../icons/groove/forward.png" );
+}