view bns_website/static/css/base.css @ 71:c9a2c21b68bd

Making some tweaks to the design as per feedback from Ferenc.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 16:38:31 -0600
parents cf4e7eed74d3
children 0f63b721cc21
line wrap: on
line source
body {
   padding-top: 60px;
   background-color: #d9ecfa;
}
.social-sharing {
   margin-top: 1.5em;
}
.social-sharing ul {
   margin-left: 0px;
   list-style: none;
}
.social-sharing li {
   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;
}
.hero-unit {
   background-color: #e2f1f8;
   border: 1px solid #00aab4;
}

/*
-----------------------------------------------
Reviews Styles
-----------------------------------------------
 */
ul.review-list {
   list-style-type: none;
}

li.review-list-item {
   padding-top:60px;
}

/*
-----------------------------------------------
News Styles
-----------------------------------------------
*/
article.news {
   margin-bottom: 2em;
   border-top: 2px solid DimGray;  /* some other gray color might be better */
}