From 2389d66da849798f8d4ec5f10e3b07c11da49185 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 13:28:16 -0400 Subject: Initial Commit --- webroot/css/themes/light.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 webroot/css/themes/light.css (limited to 'webroot/css/themes/light.css') 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 -- cgit v1.2.3