[Waifs] Add CSS for poem
This commit is contained in:
parent
4ed821b60d
commit
efbd8985a3
@ -1,2 +1,26 @@
|
||||
@charset "utf-8";
|
||||
@namespace epub "http://www.idpf.org/2007/ops";
|
||||
|
||||
[epub|type~="z3998:poem"] p{
|
||||
text-align: left;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
[epub|type~="z3998:poem"] p > span{
|
||||
display: block;
|
||||
text-indent: -1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
[epub|type~="z3998:poem"] p > span + br{
|
||||
display: none;
|
||||
}
|
||||
|
||||
[epub|type~="z3998:poem"] + p{
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
p span.i1{
|
||||
text-indent: -1em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user