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

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

.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, 180);
    font-weight: 600;
}

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

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