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/red.css | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'webroot/css/themes/red.css')
-rw-r--r-- | webroot/css/themes/red.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/webroot/css/themes/red.css b/webroot/css/themes/red.css deleted file mode 100644 index c8a6f74..0000000 --- a/webroot/css/themes/red.css +++ /dev/null @@ -1,30 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#c31d25; -} -a:hover { -color:#c31d25; -} - - -.ribbon { - background:url(../../img/grad-red.gif) repeat-x center top #8f1e14; - border:1px solid #6f1811; - color:#FFFFFF; - text-shadow:0 -1px 0 #6f1811; -} -.triangle-ribbon { -border-color:transparent #5c130d transparent transparent; -} - - - -.sidebar-nav li.current { -background:url(../../img/grad-red.gif) repeat-x center top #8f1e14; -border:1px solid #6f1811; -} - |