From a9a4930d74ba07771507cc82bc7ef4552be85d39 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 17:43:43 -0700 Subject: nuke a lot of styles, images --- webroot/css/themes/black.css | 28 ---------------------------- webroot/css/themes/blue.css | 29 ----------------------------- webroot/css/themes/green.css | 29 ----------------------------- webroot/css/themes/grey.css | 32 -------------------------------- webroot/css/themes/light.css | 42 +++++++++++++++++++++++------------------- webroot/css/themes/purple.css | 28 ---------------------------- webroot/css/themes/red.css | 30 ------------------------------ 7 files changed, 23 insertions(+), 195 deletions(-) delete mode 100644 webroot/css/themes/black.css delete mode 100644 webroot/css/themes/blue.css delete mode 100644 webroot/css/themes/green.css delete mode 100644 webroot/css/themes/grey.css delete mode 100644 webroot/css/themes/purple.css delete mode 100644 webroot/css/themes/red.css (limited to 'webroot/css/themes') diff --git a/webroot/css/themes/black.css b/webroot/css/themes/black.css deleted file mode 100644 index f1b6640..0000000 --- a/webroot/css/themes/black.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -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 deleted file mode 100644 index 4de747f..0000000 --- a/webroot/css/themes/blue.css +++ /dev/null @@ -1,29 +0,0 @@ -/* -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/green.css b/webroot/css/themes/green.css deleted file mode 100644 index df01818..0000000 --- a/webroot/css/themes/green.css +++ /dev/null @@ -1,29 +0,0 @@ -/* -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 deleted file mode 100644 index fdfc6af..0000000 --- a/webroot/css/themes/grey.css +++ /dev/null @@ -1,32 +0,0 @@ -/* -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 index 50de53b..e38b72d 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -1,31 +1,35 @@ -/* -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; + color: #222; + background: #ddd; + background: -moz-linear-gradient(top, #fff, #ddd 500px, #ddd); + background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd'); } nav a, nav a:visited { - color: #1a1a1a; -text-shadow:0 1px 0 #FFFFFF; + color: #222; + text-shadow:0 1px 0 #fff; } nav a:hover { - color:#666666; + color: #666; } - +h2.ribbon { + background: #359; + background: -moz-linear-gradient(top, #37f, #359); + background: -webkit-linear-gradient(top, #35f, #359); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#359'); + color: #eee; +} +.triangle-ribbon { + border-right-color: #359; +} footer { -color:#666666; + color: #666; } -footer li a, footer li a:visited { -color:#191919; +footer li a, footer li a:visited { + color: #222; } footer li a:hover { - color:#666666; -} \ No newline at end of file + color: #666; +} diff --git a/webroot/css/themes/purple.css b/webroot/css/themes/purple.css deleted file mode 100644 index 7a8794d..0000000 --- a/webroot/css/themes/purple.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -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 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; -} - -- cgit v1.2.3