-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·53 lines (52 loc) · 895 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
}
#title {
font-size: 18pt;
font-weight: bold;
font-variant: small-caps;
}
#author {
font-size: medium;
font-style: italic;
background-color: #FFFFFF;
}
#presentation, #hymn_number, #time_sig, #tempo, #key, #aka, #copyright, #ccli, #themes, #key_line, #user1, #user2, #user3, #capo {
font-size: xx-small;
font-weight: normal;
font-style: italic;
}
.chords {
font-size: 14.5pt;
font-weight: bold;
}
.capochords {
font-size: 14.5pt;
font-style: italic;
}
.comment {
font-size: 13pt;
font-style: italic;
}
.heading {
font-size: 14.5pt;
font-style: normal;
font-weight: bold;
text-decoration: underline;
}
.lyrics {
font-size: 14.5pt;
}
#song_list {
list-style-type: square;
}
a {
text-decoration: none;
color: #000000;
}
.opensong {
font-size: xx-small;
font-style: italic;
}