mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2024-12-22 08:43:33 +01:00
65 lines
945 B
CSS
65 lines
945 B
CSS
table.chordedline {
|
|
border-spacing: 0px;
|
|
display: inline;
|
|
}
|
|
|
|
.song div {
|
|
padding: 0.5em 0;
|
|
}
|
|
|
|
.chordedline td {
|
|
padding: 0px;
|
|
}
|
|
|
|
.chord {
|
|
font-style: italic;
|
|
color: darkgreen;
|
|
}
|
|
|
|
.chorus {
|
|
font-weight: bold;
|
|
border-left: black 2px solid;
|
|
padding-left: 0.5em !important;
|
|
}
|
|
|
|
.chorus div {
|
|
padding-left: 0.5em;
|
|
}
|
|
|
|
.chorus table {
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.lrep {
|
|
-moz-transform: scaleX(-1);
|
|
-o-transform: scaleX(-1);
|
|
-webkit-transform: scaleX(-1);
|
|
transform: scaleX(-1);
|
|
filter: FlipV;
|
|
-ms-filter: "FlipV";
|
|
background-image: url(img/repeat-sign.svg);
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 2em;
|
|
}
|
|
|
|
.rrep {
|
|
background-image: url(img/repeat-sign.svg);
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 2em;
|
|
}
|
|
|
|
.rep {
|
|
font-style: italic;
|
|
}
|
|
|
|
button.small {
|
|
padding: 0.1em;
|
|
}
|
|
|
|
.echo {
|
|
font-style: italic;
|
|
}
|