Mercurial > public > bravenewsurf
changeset 80:a6f150d0ab9d
Merged with r78.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Fri, 25 Nov 2011 19:31:00 -0600 |
parents | 548b9e61bd64 (current diff) ee3ab2585dc0 (diff) |
children | 4735fdc82b48 e60af48feb00 |
files | |
diffstat | 1 files changed, 22 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/static/css/base.css Fri Nov 25 16:54:59 2011 -0600 +++ b/bns_website/static/css/base.css Fri Nov 25 19:31:00 2011 -0600 @@ -23,7 +23,15 @@ background-color: #e2f1f8; } .footer { - background-color: #1f8392; + background-color: #00aab4; + background-image: -khtml-gradient(linear, left top, left bottom, from(#00aab4), to(#1f6c80)); + background-image: -moz-linear-gradient(top, #00aab4, #1f6c80); + background-image: -ms-linear-gradient(top, #00aab4, #1f6c80); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aab4), color-stop(100%, #1f6c80)); + background-image: -webkit-linear-gradient(top, #00aab4, #1f6c80); + background-image: -o-linear-gradient(top, #00aab4, #1f6c80); + background-image: linear-gradient(top, #00aab4, #1f6c80); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aab4', endColorstr='#1f6c80', GradientType=0); } .footer a { color: #e4d4a1; @@ -37,25 +45,25 @@ } .topbar-inner, .topbar .fill { - background-color: #00aab4; - background-image: -khtml-gradient(linear, left top, left bottom, from(#1f6c80), to(#00aab4)); - background-image: -moz-linear-gradient(top, #1f6c80, #00aab4); - background-image: -ms-linear-gradient(top, #1f6c80, #00aab4); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6c80), color-stop(100%, #00aab4)); - background-image: -webkit-linear-gradient(top, #1f6c80, #00aab4); - background-image: -o-linear-gradient(top, #1f6c80, #00aab4); - background-image: linear-gradient(top, #1f6c80, #00aab4); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6c80', endColorstr='#00aab4', GradientType=0); + background-color: #00aab4; + background-image: -khtml-gradient(linear, left top, left bottom, from(#1f6c80), to(#00aab4)); + background-image: -moz-linear-gradient(top, #1f6c80, #00aab4); + background-image: -ms-linear-gradient(top, #1f6c80, #00aab4); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6c80), color-stop(100%, #00aab4)); + background-image: -webkit-linear-gradient(top, #1f6c80, #00aab4); + background-image: -o-linear-gradient(top, #1f6c80, #00aab4); + background-image: linear-gradient(top, #1f6c80, #00aab4); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6c80', endColorstr='#00aab4', GradientType=0); } .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { - background-color: #00aab4; - background-color: rgba(0, 170, 180, 0.05); + background-color: #00aab4; + background-color: rgba(0, 170, 180, 0.05); } .topbar div > ul .active > a, .nav .active > a { - background-color: #00aab4; - background-color: rgba(0, 170, 180, 0.05); + background-color: #00aab4; + background-color: rgba(0, 170, 180, 0.05); } /*