PdfCSS:Tools shape practice shapes tools...

From creative crowd wiki
Revision as of 10:47, 19 September 2025 by Manetta (talk | contribs)
Jump to navigation Jump to search
@page{
    size: A7; /* 74x105mm */
}
@page:left{
    margin: 4mm 8mm 10mm 4mm;
}
@page:right{
    margin: 4mm 4mm 10mm 8mm;    
}
body{
    font-family: serif;
    font-size: 10pt;
    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;
}