comparison bns_website/static/css/base.css @ 73:0f63b721cc21

Changing the color of the top navigation bar to a blue-green gradient.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 20:24:54 -0600
parents c9a2c21b68bd
children ee3ab2585dc0
comparison
equal deleted inserted replaced
72:d1c8a723ad10 73:0f63b721cc21
34 .hero-unit { 34 .hero-unit {
35 background-color: #e2f1f8; 35 background-color: #e2f1f8;
36 border: 1px solid #00aab4; 36 border: 1px solid #00aab4;
37 } 37 }
38 38
39 .topbar-inner, .topbar .fill {
40 background-color: #00aab4;
41 background-image: -khtml-gradient(linear, left top, left bottom, from(#1f6c80), to(#00aab4));
42 background-image: -moz-linear-gradient(top, #1f6c80, #00aab4);
43 background-image: -ms-linear-gradient(top, #1f6c80, #00aab4);
44 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6c80), color-stop(100%, #00aab4));
45 background-image: -webkit-linear-gradient(top, #1f6c80, #00aab4);
46 background-image: -o-linear-gradient(top, #1f6c80, #00aab4);
47 background-image: linear-gradient(top, #1f6c80, #00aab4);
48 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6c80', endColorstr='#00aab4', GradientType=0);
49 }
50
51 .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
52 background-color: #00aab4;
53 background-color: rgba(0, 170, 180, 0.05);
54 }
55
56 .topbar div > ul .active > a, .nav .active > a {
57 background-color: #00aab4;
58 background-color: rgba(0, 170, 180, 0.05);
59 }
60
39 /* 61 /*
40 ----------------------------------------------- 62 -----------------------------------------------
41 Reviews Styles 63 Reviews Styles
42 ----------------------------------------------- 64 -----------------------------------------------
43 */ 65 */