mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-03-07 11:00:08 +08:00
[HotW] Add subtitle and song CSS
This commit is contained in:
parent
6887e06753
commit
fe913e1aba
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user