Mercurial > public > madeira
comparison static/css/theme.css @ 120:e82fd2b7be2f
Bootstrap: style the footer text and links.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Oct 2013 16:55:05 -0500 |
parents | 685e14392326 |
children | 095be78bf0fa |
comparison
equal
deleted
inserted
replaced
119:685e14392326 | 120:e82fd2b7be2f |
---|---|
57 | 57 |
58 .form-control:focus { | 58 .form-control:focus { |
59 border-color: #EF7C21; | 59 border-color: #EF7C21; |
60 } | 60 } |
61 | 61 |
62 | |
63 /** | |
64 296b9d | |
65 3e819c | |
66 41819d | |
67 213442 | |
68 **/ | |
69 | |
70 .navbar-inverse { | 62 .navbar-inverse { |
71 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#213442)); | 63 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#213442)); |
72 background-image: -webkit-linear-gradient(top, #296b9d, 0%, #213442, 100%); | 64 background-image: -webkit-linear-gradient(top, #296b9d, 0%, #213442, 100%); |
73 background-image: -moz-linear-gradient(top, #296b9d 0%, #213442 100%); | 65 background-image: -moz-linear-gradient(top, #296b9d 0%, #213442 100%); |
74 background-image: linear-gradient(to bottom, #296b9d 0%, #213442 100%); | 66 background-image: linear-gradient(to bottom, #296b9d 0%, #213442 100%); |
79 background-color: #f8f8f8; | 71 background-color: #f8f8f8; |
80 background-color: #ff0000; | 72 background-color: #ff0000; |
81 } | 73 } |
82 .navbar-inverse .navbar-nav > .active > a { /* bkground of selected menu */ | 74 .navbar-inverse .navbar-nav > .active > a { /* bkground of selected menu */ |
83 background-color: #296b9d; | 75 background-color: #296b9d; |
76 } | |
77 | |
78 footer { | |
79 font-size: 80%; | |
80 } | |
81 footer a { | |
82 color: #213442; | |
84 } | 83 } |
85 | 84 |
86 .well { | 85 .well { |
87 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#6c9a97)); | 86 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#6c9a97)); |
88 background-image: -webkit-linear-gradient(top, #296b9d, 0%, #6c9a97, 100%); | 87 background-image: -webkit-linear-gradient(top, #296b9d, 0%, #6c9a97, 100%); |