Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chordsheet.css « css - github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 260272cc0f135c50f16a9e4c4d86c718dfe90ddf (plain)
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
.chord-sheet h1 {
    color:red;
}

.chord-sheet {
    line-height: 1.2em;
}

.chord-sheet .row {
    margin-bottom: 0.8em;
}

.chord-sheet .column {
    display: inline-block;
    padding: 0;
    margin-right: 0.3em;
}

.chord-sheet .chord {
    color: rgb(0, 0, 177);
    font-weight: 600;
}

.chord-sheet .lyrics {
    font-size: 0.9em;
    font-weight: 400;
}

.chord-sheet .paragraph {
    margin-bottom: 3em;
}