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