annotate bns_website/static/css/base.css @ 51:6c7467599fa9

I added the jquery plugin jplayer to use for playing samples of the album. For now I just used some of the songs linked to by the jplayer demo, but I also picked a couple songs at random from my iTunes library. Rather than add them to the repository I just named them 1.mp3, 1.m4a, 1.ogg and 2.mp3, 2.m4a, 2.ogg and anybody that wants to test the player will have to add some random songs themselves. I only added the "blue monday" player skin because I personally think it looks the best of the examples they supply, but we could change that or roll our own if needed.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 13 Nov 2011 17:01:36 -0600
parents 2598bc18b6fb
children 98cc19041d8f
rev   line source
bob@38 1 body {
ckridgway@28 2 padding-top: 60px
bgneal@12 3 }
bgneal@12 4 .social-sharing {
bgneal@12 5 margin-top: 1.5em;
bgneal@12 6 }
bgneal@12 7 .social-sharing ul {
bgneal@12 8 margin-left: 0px;
bgneal@12 9 list-style: none;
bgneal@12 10 }
bgneal@12 11 .social-sharing li {
bgneal@12 12 display: inline-block;
bgneal@12 13 vertical-align: top;
bgneal@12 14 }
ckridgway@28 15
ckridgway@28 16 /*
ckridgway@28 17 -----------------------------------------------
ckridgway@28 18 Reviews Styles
ckridgway@28 19 -----------------------------------------------
ckridgway@28 20 */
bgneal@31 21 ul.review-list {
ckridgway@28 22 list-style-type: none;
ckridgway@28 23 }
ckridgway@45 24
bgneal@31 25 li.review-list-item {
ckridgway@45 26 padding-top:60px;
ckridgway@28 27 }
bob@43 28
ckridgway@45 29 /*
ckridgway@45 30 -----------------------------------------------
ckridgway@45 31 New Styles
ckridgway@45 32 -----------------------------------------------
ckridgway@45 33 */
bob@43 34 article.news {
ckridgway@45 35 margin-bottom: 2em;
ckridgway@45 36 border-top: 2px solid DimGray; /* some other gray color might be better */
bob@38 37 }