From a9a4930d74ba07771507cc82bc7ef4552be85d39 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 17:43:43 -0700 Subject: nuke a lot of styles, images --- webroot/css/themes/light.css | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'webroot/css/themes/light.css') diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css index 50de53b..e38b72d 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -1,31 +1,35 @@ -/* -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; + color: #222; + background: #ddd; + background: -moz-linear-gradient(top, #fff, #ddd 500px, #ddd); + background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd'); } nav a, nav a:visited { - color: #1a1a1a; -text-shadow:0 1px 0 #FFFFFF; + color: #222; + text-shadow:0 1px 0 #fff; } nav a:hover { - color:#666666; + color: #666; } - +h2.ribbon { + background: #359; + background: -moz-linear-gradient(top, #37f, #359); + background: -webkit-linear-gradient(top, #35f, #359); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#359'); + color: #eee; +} +.triangle-ribbon { + border-right-color: #359; +} footer { -color:#666666; + color: #666; } -footer li a, footer li a:visited { -color:#191919; +footer li a, footer li a:visited { + color: #222; } footer li a:hover { - color:#666666; -} \ No newline at end of file + color: #666; +} -- cgit v1.2.3