-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (69 loc) · 909 Bytes
/
Copy pathstyle.css
File metadata and controls
88 lines (69 loc) · 909 Bytes
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body {
background-color: black;
color: #af3;
}
h3 {
margin-top: 2em;
}
h3 a {
border: solid 1px;
padding: 0.5em 0.7em 0.5em 0.7em;
color: #af3;
}
h4 {
margin-top: 0;
margin-bottom: 0;
}
a {
color: #3fd;
}
a.youtube, a.genius {
font-size: 0.8em;
}
a.top {
text-decoration: none;
}
pre {
margin-top: 0;
margin-bottom: 0;
font-size: 1.3em;
}
#quick-links {
font-size: 0.7em;
}
.size, .structure, .size-only {
font-size: 0.7em;
}
.size {
margin-bottom: 0;
}
.structure {
margin-top: 0;
}
.same {
margin-top: 0;
font-size: 0.7em;
}
table {
border: solid 1px;
text-align: center;
}
td, th {
padding: 0.2em;
border: solid 1px;
}
.song-comments {
text-indent: 2em;
}
.bpm-toc {
color: #663;
}
.bpm-toc a {
color: #6a3;
}
.bpm-value {
font-size: 150%;
}
.bpm {
margin-bottom: 1em;
}