diff options
Diffstat (limited to 'webroot/css/themes/blue.css')
-rw-r--r-- | webroot/css/themes/blue.css | 29 |
1 files changed, 0 insertions, 29 deletions
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; -} |