Mercurial > public > bravenewsurf
view bns_website/static/css/base.css @ 96:701696a54ec3
Change the list item color to match the rest of the text.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 23 Dec 2011 16:47:52 -0600 |
parents | 1b5def90f5bf |
children |
line wrap: on
line source
body { padding-top: 60px; background-color: #d9ecfa; } a { color: #00aab4; text-decoration: none; } a:hover { color: #00aab4; text-decoration: underline; } .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; } li { color: #404040; } .alert-message.block-message.info { background-color: #e2f1f8; } .footer { background-color: #00aab4; background-image: -khtml-gradient(linear, left top, left bottom, from(#00aab4), to(#1f6c80)); background-image: -moz-linear-gradient(top, #00aab4, #1f6c80); background-image: -ms-linear-gradient(top, #00aab4, #1f6c80); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aab4), color-stop(100%, #1f6c80)); background-image: -webkit-linear-gradient(top, #00aab4, #1f6c80); background-image: -o-linear-gradient(top, #00aab4, #1f6c80); background-image: linear-gradient(top, #00aab4, #1f6c80); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aab4', endColorstr='#1f6c80', GradientType=0); } .footer a { color: #e4d4a1; } .footer .bns { color: #e2f1f8; } .hero-unit { background-color: #e2f1f8; border: 1px solid #00aab4; } .topbar-inner, .topbar .fill { background-color: #00aab4; background-image: -khtml-gradient(linear, left top, left bottom, from(#1f6c80), to(#00aab4)); background-image: -moz-linear-gradient(top, #1f6c80, #00aab4); background-image: -ms-linear-gradient(top, #1f6c80, #00aab4); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6c80), color-stop(100%, #00aab4)); background-image: -webkit-linear-gradient(top, #1f6c80, #00aab4); background-image: -o-linear-gradient(top, #1f6c80, #00aab4); background-image: linear-gradient(top, #1f6c80, #00aab4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6c80', endColorstr='#00aab4', GradientType=0); } .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { background-color: #00aab4; background-color: rgba(0, 170, 180, 0.05); } .topbar div > ul .active > a, .nav .active > a { background-color: #00aab4; background-color: rgba(0, 170, 180, 0.05); } /* ----------------------------------------------- Reviews Styles ----------------------------------------------- */ ul.review-list { list-style-type: none; } li.review-list-item { padding-top:60px; } li.review-list-item blockquote { border-left: 5px solid #00aab4; } li.review-list-item p { color: #666; } li.review-list-item small { color: #888; } li.review-list-item a { color: #00aab4; } /* ----------------------------------------------- News Styles ----------------------------------------------- */ article.news { margin-bottom: 2em; border-top: 2px solid DimGray; /* some other gray color might be better */ } article.news a { color: #00aab4; } /* ----------------------------------------------- Fix for weird CSS font issue between jPlayer Blue Monday skin, our CSS, and Webkit on OSX. ----------------------------------------------- */ div.jp-audio, div.jp-video { font-size:1.25em; }