mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-03-07 11:00:08 +08:00
[Options] Add poetry CSS
This commit is contained in:
parent
17a57ebead
commit
75b22e253d
@ -1,2 +1,36 @@
|
||||
@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;
|
||||
}
|
||||
|
||||
p span.i2{
|
||||
text-indent: -1em;
|
||||
padding-left: 3em;
|
||||
}
|
||||
|
||||
p span.i3{
|
||||
text-indent: -1em;
|
||||
padding-left: 4em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user