aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/sonic_white.css
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-main/src/main/webapp/style/sonic_white.css')
-rw-r--r--subsonic-main/src/main/webapp/style/sonic_white.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/style/sonic_white.css b/subsonic-main/src/main/webapp/style/sonic_white.css
new file mode 100644
index 00000000..0c28f138
--- /dev/null
+++ b/subsonic-main/src/main/webapp/style/sonic_white.css
@@ -0,0 +1,78 @@
+/*
+ * CSS styleshet for the "Sonic White" theme.
+ *
+ * Author: Thomas Bruce Dyrud (thomasbrucedyrud[at]gmail.com)
+ *
+ */
+
+@import "sonic.css";
+
+/* The primary background colour. */
+.bgcolor1 {
+ background-color: #FFFFFF;
+}
+
+/* The secondary background colour, light blue, primary theme colour. */
+.bgcolor2, .ruleTableHeader, .log {
+ background-color: #FFFFFF;
+ color: #696969;
+}
+
+/* Background colour for selected header, log etc. */
+.headerSelected {
+ color: #696969;
+ background-color: #FFFFFF;
+ border: 1px solid #696969;
+}
+
+
+/* The primary foreground color (black). */
+body {
+ color: #696969;
+ background-color: #DDDDDD;
+}
+
+/* The secondary foreground colour used for h1, details etc. */
+h1, .detail, .albumComment {
+ color: #696969;
+}
+
+/* Foreground colour used for h2, bold and tr. */
+h2, b, tr {
+ color: #696969;
+}
+
+/* Main frame image & colour */
+.mainframe {
+ background-color: #FFFFFF;
+}
+
+/* Back image */
+.back {
+ background-image:url( "../icons/sonic_white/back.png" );
+}
+
+/* Forward image */
+.forward {
+ background-image:url( "../icons/sonic_white/forward.png" );
+}
+
+
+/* Link colour */
+a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
+ color: #333333;
+}
+
+/* Link hover colour */
+a:hover, a:hover * {
+ color: #696969;
+}
+
+/* Colour for warning messages. */
+.warning {
+ color: #e7238b;
+}
+
+label, p {
+ color: #696969;
+} \ No newline at end of file