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