PdfCSS:Tools shape practice shapes tools...: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
body{ | body{ | ||
font-family: serif; | font-family: serif; | ||
font-size: | font-size: 10.5pt; | ||
line-height: 1.25; | line-height: 1.25; | ||
} | } |
Revision as of 10:56, 19 September 2025
@page{
size: A7; /* 74x105mm */
}
@page:left{
margin-top: 4mm;
margin-bottom: 8mm;
margin-left: 6mm;
margin-right: 8mm;
}
@page:right{
margin-top: 4mm;
margin-bottom: 8mm;
margin-left: 8mm;
margin-right: 6mm;
}
body{
font-family: serif;
font-size: 10.5pt;
line-height: 1.25;
}
div#cover{
break-after: always;
}
div.section{
break-before: always;
}
div#toc ul > li.tocsection-1,
div#toc span.tocnumber{
display: none;
}
h2{
}
a{
word-break: break-word;
}
/* images */
div.center{
}
div.thumb{
break-before: always;
break-inside: avoid;
max-width: 45mm;
display: block;
margin: 0 auto 1em;
}
div.thumb div.thumbinner{
width: unset !important;
}
div.thumb img{
max-width: 100%;
height: auto;
}
div.thumbcaption{
font-size: small;
}