mirror of
https://github.com/standardebooks/charles-darwin_the-voyage-of-the-beagle.git
synced 2025-09-06 05:25:57 -04:00
Changes to local.css after build and check
This commit is contained in:
parent
59de9a9e1a
commit
1f2229d2b2
1 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
@namespace epub "http://www.idpf.org/2007/ops";
|
@namespace epub "http://www.idpf.org/2007/ops";
|
||||||
|
@namespace xml "http://www.w3.org/XML/1998/namespace";
|
||||||
|
|
||||||
|
blockquote[xml|lang]{
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
footer{
|
footer{
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
@ -51,8 +56,6 @@ section[epub|type~="dedication"] > *{
|
||||||
/* figures */
|
/* figures */
|
||||||
figure{
|
figure{
|
||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
margin: 1em 40px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
figure img{
|
figure img{
|
||||||
|
@ -61,16 +64,16 @@ figure img{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure.small-image img{
|
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
figcaption{
|
figcaption{
|
||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figcaption p + p{
|
||||||
|
text-indent: 0;
|
||||||
|
}
|
||||||
|
|
||||||
figure.full-page{
|
figure.full-page{
|
||||||
break-after: page;
|
break-after: page;
|
||||||
break-before: page;
|
break-before: page;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue