From 4738428c2c205f42200386ae09b44b9ec07b9144 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 27 Jul 2013 14:33:25 -0700 Subject: Move subsonic-android to root --- .../src/main/webapp/style/sonic_white.css | 78 ---------------------- 1 file changed, 78 deletions(-) delete mode 100644 subsonic-main/src/main/webapp/style/sonic_white.css (limited to 'subsonic-main/src/main/webapp/style/sonic_white.css') 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 -- cgit v1.2.3