diff options
Diffstat (limited to 'webroot/css/themes/black.css')
-rwxr-xr-x | webroot/css/themes/black.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/webroot/css/themes/black.css b/webroot/css/themes/black.css new file mode 100755 index 0000000..c747022 --- /dev/null +++ b/webroot/css/themes/black.css @@ -0,0 +1,28 @@ +/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+a, a:active, a:visited {
+color:#1a1a1a;
+}
+a:hover {
+color:#1a1a1a;
+}
+
+
+.ribbon {
+ background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b;
+ border:1px solid #3b3b3b;
+ color:#FFFFFF;
+ text-shadow:0 -1px 0 #3b3b3b;
+}
+.triangle-ribbon {
+border-color:transparent #080808 transparent transparent;
+}
+
+
+.sidebar-nav li.current {
+background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b;
+border:1px solid #3b3b3b;
+}
|