annotate bns_website/static/js/tinymce/examples/css/word.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 ced908af601a
children
rev   line source
bgneal@29 1 body {
bgneal@29 2 background-color: #FFFFFF;
bgneal@29 3 font-family: Verdana, Arial, Helvetica, sans-serif;
bgneal@29 4 font-size: 10px;
bgneal@29 5 scrollbar-3dlight-color: #F0F0EE;
bgneal@29 6 scrollbar-arrow-color: #676662;
bgneal@29 7 scrollbar-base-color: #F0F0EE;
bgneal@29 8 scrollbar-darkshadow-color: #DDDDDD;
bgneal@29 9 scrollbar-face-color: #E0E0DD;
bgneal@29 10 scrollbar-highlight-color: #F0F0EE;
bgneal@29 11 scrollbar-shadow-color: #F0F0EE;
bgneal@29 12 scrollbar-track-color: #F5F5F5;
bgneal@29 13 }
bgneal@29 14
bgneal@29 15 p {margin:0; padding:0;}
bgneal@29 16
bgneal@29 17 td {
bgneal@29 18 font-family: Verdana, Arial, Helvetica, sans-serif;
bgneal@29 19 font-size: 10px;
bgneal@29 20 }
bgneal@29 21
bgneal@29 22 pre {
bgneal@29 23 font-family: Verdana, Arial, Helvetica, sans-serif;
bgneal@29 24 font-size: 10px;
bgneal@29 25 }
bgneal@29 26
bgneal@29 27 .example1 {
bgneal@29 28 font-weight: bold;
bgneal@29 29 font-size: 14px
bgneal@29 30 }
bgneal@29 31
bgneal@29 32 .example2 {
bgneal@29 33 font-weight: bold;
bgneal@29 34 font-size: 12px;
bgneal@29 35 color: #FF0000
bgneal@29 36 }
bgneal@29 37
bgneal@29 38 .tablerow1 {
bgneal@29 39 background-color: #BBBBBB;
bgneal@29 40 }
bgneal@29 41
bgneal@29 42 thead {
bgneal@29 43 background-color: #FFBBBB;
bgneal@29 44 }
bgneal@29 45
bgneal@29 46 tfoot {
bgneal@29 47 background-color: #BBBBFF;
bgneal@29 48 }
bgneal@29 49
bgneal@29 50 th {
bgneal@29 51 font-family: Verdana, Arial, Helvetica, sans-serif;
bgneal@29 52 font-size: 13px;
bgneal@29 53 }