diff options
Diffstat (limited to 'webroot/css/themes/light.css')
-rw-r--r-- | webroot/css/themes/light.css | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css index 8c4a2ab..50de53b 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -1,31 +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;
+/* +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 |