summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/themes/light.css')
-rwxr-xr-xwebroot/css/themes/light.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css
new file mode 100755
index 0000000..8c4a2ab
--- /dev/null
+++ b/webroot/css/themes/light.css
@@ -0,0 +1,31 @@
+/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+body {
+ color:#191919;
+ background: #f2f2f2 url(../../img/bg.jpg) repeat-x top;
+}
+h1#logo {
+ background:url(../../img/logo.png) no-repeat scroll 0 0 transparent;
+}
+nav a, nav a:visited {
+ color: #1a1a1a;
+text-shadow:0 1px 0 #FFFFFF;
+}
+nav a:hover {
+ color:#666666;
+}
+
+
+
+footer {
+color:#666666;
+}
+footer li a, footer li a:visited {
+color:#191919;
+}
+footer li a:hover {
+ color:#666666;
+} \ No newline at end of file