aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/sandstorm.css
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-main/src/main/webapp/style/sandstorm.css')
-rw-r--r--subsonic-main/src/main/webapp/style/sandstorm.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/style/sandstorm.css b/subsonic-main/src/main/webapp/style/sandstorm.css
new file mode 100644
index 00000000..89556bc9
--- /dev/null
+++ b/subsonic-main/src/main/webapp/style/sandstorm.css
@@ -0,0 +1,39 @@
+/*
+ * CSS styleshet for the "Sandstorm" theme.
+ *
+ * Author: Sindre Mehus
+ */
+
+@import "default.css";
+
+/* The primary background color. */
+.bgcolor1 {
+ background-color: #F5F5D0
+}
+
+/* The secondary background color. */
+.bgcolor2, .ruleTableHeader, .log {
+ background-color: #CCCC99
+}
+
+/* Link color */
+a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
+ color: #057368
+}
+
+/* Link hover color */
+a:hover, a:hover * {
+ text-decoration: underline;
+ color: #DD6900
+}
+
+/* Scrollbar colors (supported on IE and Opera) */
+body {
+ scrollbar-face-color: #CCCC99;
+ scrollbar-highlight-color: #F5F5D0;
+ scrollbar-shadow-color: #CCCC99;
+ scrollbar-3dlight-color: #CCCC99;
+ scrollbar-arrow-color: #F5F5D0;
+ scrollbar-track-color: #F5F5D0;
+ scrollbar-darkshadow-color: #F5F5D0;
+}