]> piware.de Git - chordpro-web.git/blob - chordpro.css
Add loading via URL
[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 + .chord {
23   width: unset;
24   margin-left: 0.3ex;
25 }
26
27 .chord {
28   position: relative;
29   top: -1em;
30   display: inline-block;
31   width: 0;
32   overflow: visible;
33   text-shadow: #CCC 1px 1px;
34   color: #F33;
35   font-weight: bold;
36 }