aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/sonic_white.css
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-07-27 14:33:25 -0700
committerScott Jackson <daneren2005@gmail.com>2013-07-27 14:33:38 -0700
commit4738428c2c205f42200386ae09b44b9ec07b9144 (patch)
treea6402978fe1b4655f90c3c8a181f4d246fbc5e89 /subsonic-main/src/main/webapp/style/sonic_white.css
parent82ec8315f777c319f2372540098e21111019d629 (diff)
downloaddsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.gz
dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.bz2
dsub-4738428c2c205f42200386ae09b44b9ec07b9144.zip
Move subsonic-android to root
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, 0 insertions, 78 deletions
diff --git a/subsonic-main/src/main/webapp/style/sonic_white.css b/subsonic-main/src/main/webapp/style/sonic_white.css
deleted file mode 100644
index 0c28f138..00000000
--- a/subsonic-main/src/main/webapp/style/sonic_white.css
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * 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