Moved lists back to same folder as songs.
[songbook.git] / web / songbook.css
1 body {
2   background-image: url('/songbook/background.jpg');
3   padding: 0px;
4   border: 0px;
5   margin: 0px;
6 }
7 #title {
8   text-align: center;
9   font-family: Arial, Helvetica;
10   font-size: 28pt;
11 }
12 #artist {
13   text-align: center;
14   font-family: Arial, Helvetica;
15   font-size: 22pt;
16 }
17 #song {
18   padding-top: 100px;
19   padding-left: 20px;
20 }
21 #heading {
22   border: 0;
23   border-bottom: 1px solid black;
24   position: fixed;
25   margin: 0;
26   padding: 0;
27   background-color: #ddd;
28   width: 100%;
29 }
30 .lyrics, .lyrics_chorus {
31   font-size: 22pt;
32 }
33 .lyrics_tab, .lyrics_chorus_tab {
34   font-family: "Courier New", Courier;
35   font-size: 18pt;
36 }
37 .lyrics_chorus, .lyrics_chorus_tab, .chords_chorus, .chords_chorus_tab {
38   font-weight: bold;
39 }
40 .chords, .chords_chorus, .chords_tab, .chords_chorus_tab {
41   font-size: 18pt;
42   color: blue;
43   padding-right: 4pt;
44 }
45 .comment, .comment_italic {
46   color: #999;
47   font-size: 18pt;
48 }
49 .comment_box {
50   background-color: #ffbbaa;
51   text-align: center;
52 }
53 .comment_italic {
54   font-style: italic;
55 }
56 .comment_box {
57   border: solid;
58 }