diff options
Diffstat (limited to 'webroot/css/themes')
-rwxr-xr-x | webroot/css/themes/black.css | 28 | ||||
-rwxr-xr-x | webroot/css/themes/blue.css | 29 | ||||
-rwxr-xr-x | webroot/css/themes/dark.css | 32 | ||||
-rwxr-xr-x | webroot/css/themes/green.css | 29 | ||||
-rwxr-xr-x | webroot/css/themes/grey.css | 32 | ||||
-rwxr-xr-x | webroot/css/themes/light.css | 31 | ||||
-rwxr-xr-x | webroot/css/themes/purple.css | 28 | ||||
-rwxr-xr-x | webroot/css/themes/red.css | 30 |
8 files changed, 239 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;
+}
diff --git a/webroot/css/themes/blue.css b/webroot/css/themes/blue.css new file mode 100755 index 0000000..73e6de9 --- /dev/null +++ b/webroot/css/themes/blue.css @@ -0,0 +1,29 @@ +/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+a, a:active, a:visited {
+color:#1d94c3;
+}
+a:hover{
+color:#1d94c3;
+}
+
+
+.ribbon {
+ background:url(../../img/grad-blue.gif) repeat-x center top #166890;
+ border:1px solid #11506F;
+ color:#FFFFFF;
+ text-shadow:0 -1px 0 #11506F;
+}
+.triangle-ribbon {
+border-color:transparent #0e425c transparent transparent;
+}
+
+
+
+.sidebar-nav li.current {
+background:url(../../img/grad-blue.gif) repeat-x center top #166890;
+border:1px solid #11506F;
+}
diff --git a/webroot/css/themes/dark.css b/webroot/css/themes/dark.css new file mode 100755 index 0000000..615ea10 --- /dev/null +++ b/webroot/css/themes/dark.css @@ -0,0 +1,32 @@ +/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+body {
+ color:#f2f2f2;
+ background: #1a1a1a url(../../img/bg-dark.jpg) repeat-x top;
+}
+h1#logo {
+ background:url(../../img/logo-dark.png) no-repeat scroll 0 0 transparent;
+}
+nav a, nav a:visited {
+ color:#f2f2f2;
+ text-shadow:0 1px 0 #000000;
+}
+nav a:hover {
+ color:#d9d9d9;
+}
+#nav ul a {
+text-shadow:0 1px 0 #FFFFFF;
+}
+
+footer {
+ color:#f2f2f2;
+}
+footer li a, footer li a:visited {
+color:#f2f2f2;
+}
+footer li a:hover {
+ color:#d9d9d9;
+}
\ No newline at end of file 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;
+}
diff --git a/webroot/css/themes/grey.css b/webroot/css/themes/grey.css new file mode 100755 index 0000000..8ac40a2 --- /dev/null +++ b/webroot/css/themes/grey.css @@ -0,0 +1,32 @@ +/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+a, a:active, a:visited {
+color:#1a1a1a;
+}
+a:hover {
+color:#1a1a1a;
+}
+
+
+h2.ribbon {
+ background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3;
+ color:#444444;
+ border:1px solid #c3c3c3;
+ text-shadow:0 -1px 0 #FFFFFF;
+}
+.triangle-ribbon {
+border-color:transparent #8f8f8f transparent transparent;
+}
+
+
+.sidebar-nav li.current {
+background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3;
+border:1px solid #c3c3c3;
+color:#444444 !important;
+}
+.sidebar-nav li a:hover, .sidebar-nav li.current a {
+ color:#444444 !important;
+}
diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css new file mode 100755 index 0000000..8c4a2ab --- /dev/null +++ b/webroot/css/themes/light.css @@ -0,0 +1,31 @@ +/*
+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;
+}
+nav a, nav a:visited {
+ color: #1a1a1a;
+text-shadow:0 1px 0 #FFFFFF;
+}
+nav a:hover {
+ color:#666666;
+}
+
+
+
+footer {
+color:#666666;
+}
+footer li a, footer li a:visited {
+color:#191919;
+}
+footer li a:hover {
+ color:#666666;
+}
\ No newline at end of file diff --git a/webroot/css/themes/purple.css b/webroot/css/themes/purple.css new file mode 100755 index 0000000..02defcb --- /dev/null +++ b/webroot/css/themes/purple.css @@ -0,0 +1,28 @@ +/*
+Kameleon Template
+Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
+*/
+
+a, a:active, a:visited {
+color:#6f1156;
+}
+a:hover {
+color:#6f1156;
+}
+
+
+.ribbon {
+ background:url(../../img/grad-purple.gif) repeat-x center top #8f146e;
+ border:1px solid #6f1156;
+ color:#FFFFFF;
+ text-shadow:0 -1px 0 #6f1156;
+}
+.triangle-ribbon {
+border-color:transparent #5c0d47 transparent transparent;
+}
+
+
+.sidebar-nav li.current {
+background:url(../../img/grad-purple.gif) repeat-x center top #8f146e;
+border:1px solid #6f1156;
+}
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;
+}
+
|