diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
commit | a9a4930d74ba07771507cc82bc7ef4552be85d39 (patch) | |
tree | 949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /webroot/css/themes/light.css | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'webroot/css/themes/light.css')
-rw-r--r-- | webroot/css/themes/light.css | 42 |
1 files changed, 23 insertions, 19 deletions
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; +} |