]> piware.de Git - chordpro-web.git/blob - chordpro.css
Initial implementation
[chordpro-web.git] / chordpro.css
1 body {
2   font-family: sans-serif;
3 }
4
5 h2 {
6   font-style: italic;
7 }
8
9 .comment {
10   font-style: italic;
11 }
12
13 .verse {
14   white-space: pre-line;
15   margin-bottom: 0.3em;
16 }
17
18 .verse.chords {
19   line-height: 2.3em;
20 }
21
22 .chord {
23   position: relative;
24   top: -1em;
25   display: inline-block;
26   width: 0;
27   overflow: visible;
28   text-shadow: #CCC 1px 1px;
29   color: #F33;
30   font-weight: bold;
31 }