[HotW] Add subtitle and song CSS

This commit is contained in:
vr8hub 2019-10-26 00:37:27 -05:00
parent 6887e06753
commit fe913e1aba

View File

@ -1,2 +1,25 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
span[epub|type~="subtitle"]{
display: block;
}
[epub|type~="z3998:song"] p{
text-align: left;
text-indent: 0;
}
[epub|type~="z3998:song"] p > span{
display: block;
text-indent: -1em;
padding-left: 1em;
}
[epub|type~="z3998:song"] p > span + br{
display: none;
}
[epub|type~="z3998:song"] + p{
text-indent: 0;
}