diff 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
line wrap: on
line diff
--- a/bns_website/static/css/base.css	Wed Nov 23 09:39:56 2011 -0600
+++ b/bns_website/static/css/base.css	Wed Nov 23 15:36:51 2011 -0600
@@ -1,5 +1,6 @@
 body {
-   padding-top: 60px
+   padding-top: 60px;
+   background-color: #d9ecfa;
 }
 .social-sharing {
    margin-top: 1.5em;
@@ -12,6 +13,24 @@
    display: inline-block;
    vertical-align: top;
 }
+h1, h2, h3, h4, h5, .bns {
+   font-family: FutureBugler;
+   font-weight: normal;
+   font-style: normal;
+   color: #00aab4;
+}
+.alert-message.block-message.info {
+   background-color: #e2f1f8;
+}
+.footer {
+   background-color: #1f8392;
+}
+.footer a {
+   color: #e4d4a1;
+}
+.footer .bns {
+   color: #e2f1f8;
+}
 
 /*
 -----------------------------------------------