diff options
author | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
commit | 2389d66da849798f8d4ec5f10e3b07c11da49185 (patch) | |
tree | e22556d12982395b469a23420c662662e3e064cc /webroot/css/themes/red.css | |
download | otakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz |
Initial Commit
Diffstat (limited to 'webroot/css/themes/red.css')
-rwxr-xr-x | webroot/css/themes/red.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/webroot/css/themes/red.css b/webroot/css/themes/red.css new file mode 100755 index 0000000..c2ef480 --- /dev/null +++ b/webroot/css/themes/red.css @@ -0,0 +1,30 @@ +/*
+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;
+}
+
|