Mercurial > public > bravenewsurf
comparison bns_website/static/css/base.css @ 70:cf4e7eed74d3
Added the Future Bugler webfont. Made a few feeble attempts at styling, mainly to get feedback.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 23 Nov 2011 15:36:51 -0600 |
parents | a878a98292a8 |
children | c9a2c21b68bd |
comparison
equal
deleted
inserted
replaced
69:7b3dc0ee9198 | 70:cf4e7eed74d3 |
---|---|
1 body { | 1 body { |
2 padding-top: 60px | 2 padding-top: 60px; |
3 background-color: #d9ecfa; | |
3 } | 4 } |
4 .social-sharing { | 5 .social-sharing { |
5 margin-top: 1.5em; | 6 margin-top: 1.5em; |
6 } | 7 } |
7 .social-sharing ul { | 8 .social-sharing ul { |
9 list-style: none; | 10 list-style: none; |
10 } | 11 } |
11 .social-sharing li { | 12 .social-sharing li { |
12 display: inline-block; | 13 display: inline-block; |
13 vertical-align: top; | 14 vertical-align: top; |
15 } | |
16 h1, h2, h3, h4, h5, .bns { | |
17 font-family: FutureBugler; | |
18 font-weight: normal; | |
19 font-style: normal; | |
20 color: #00aab4; | |
21 } | |
22 .alert-message.block-message.info { | |
23 background-color: #e2f1f8; | |
24 } | |
25 .footer { | |
26 background-color: #1f8392; | |
27 } | |
28 .footer a { | |
29 color: #e4d4a1; | |
30 } | |
31 .footer .bns { | |
32 color: #e2f1f8; | |
14 } | 33 } |
15 | 34 |
16 /* | 35 /* |
17 ----------------------------------------------- | 36 ----------------------------------------------- |
18 Reviews Styles | 37 Reviews Styles |