backup the css
This commit is contained in:
parent
6d7553db04
commit
d6c1b00013
@ -292,7 +292,7 @@ div.backcover{
|
|||||||
div.cover,
|
div.cover,
|
||||||
div.backcover{
|
div.backcover{
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
margin: -10mm 0 0 20mm;
|
margin: -7.5mm 0 0 20mm;
|
||||||
}
|
}
|
||||||
div.cover,
|
div.cover,
|
||||||
div.cover ul li,
|
div.cover ul li,
|
||||||
@ -304,6 +304,10 @@ div.backcover{
|
|||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
div.backcover h2{
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
div.backcover{
|
div.backcover{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -366,7 +370,7 @@ div.toc *{
|
|||||||
margin-left: 7mm;
|
margin-left: 7mm;
|
||||||
}
|
}
|
||||||
div.toc ul{
|
div.toc ul{
|
||||||
margin: var(--line-height) 0 0 10mm;
|
margin: var(--line-height) 0 0 10mm !important;
|
||||||
}
|
}
|
||||||
div.toc ul li{
|
div.toc ul li{
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
@ -452,8 +456,8 @@ span.star{
|
|||||||
|
|
||||||
h1{
|
h1{
|
||||||
/* section titles */
|
/* section titles */
|
||||||
font-size: 42px;
|
font-size: 44px;
|
||||||
line-height: 48px;
|
line-height: 52px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
hyphens: manual !important;
|
hyphens: manual !important;
|
||||||
@ -561,10 +565,14 @@ p{
|
|||||||
div.contribution.interview-phil h3 + p {
|
div.contribution.interview-phil h3 + p {
|
||||||
text-indent: var(--first-indent) !important;
|
text-indent: var(--first-indent) !important;
|
||||||
}
|
}
|
||||||
|
div.contribution.information-for-users h2 + p + p + p > b,
|
||||||
div.contribution.ultrasonic-dreams h2 + p + p + p > b{
|
div.contribution.ultrasonic-dreams h2 + p + p + p > b{
|
||||||
margin-left: -7mm;
|
margin-left: -7mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
margin: 18px 0 !important;
|
||||||
|
}
|
||||||
ul > li {
|
ul > li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
@ -625,6 +633,10 @@ ul > li {
|
|||||||
text-indent: -1em;
|
text-indent: -1em;
|
||||||
margin-bottom: unset !important;
|
margin-bottom: unset !important;
|
||||||
}
|
}
|
||||||
|
div.contribution.so-called-plants ol.references,
|
||||||
|
div.contribution.interview-phil ol.references{
|
||||||
|
page-break-after: always;
|
||||||
|
}
|
||||||
|
|
||||||
div.note{
|
div.note{
|
||||||
font-size: var(--small-font-size);
|
font-size: var(--small-font-size);
|
||||||
@ -767,13 +779,13 @@ blockquote{
|
|||||||
table{
|
table{
|
||||||
width: 125mm !important;
|
width: 125mm !important;
|
||||||
margin-left: -10mm !important;
|
margin-left: -10mm !important;
|
||||||
font-size: 8pt !important;
|
font-size: var(--small-font-size) !important;
|
||||||
line-height: 11pt;
|
line-height: var(--small-line-height);
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
}
|
}
|
||||||
table p{
|
table p{
|
||||||
margin-bottom: var(--line-height) !important;
|
margin-bottom: 15px !important;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
Loading…
Reference in New Issue
Block a user