PdfCSS:Tools shape practice shapes tools: Difference between revisions

From creative crowd wiki
Jump to navigation Jump to search
No edit summary
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
@page{
@import url("https://cc.vvvvvvaria.org/pad/p/stylesheet.css/export/txt");
    size: A7;
}
@page:left{
    margin: 4mm 14mm 10mm 8mm;
}
@page:right{
    margin: 4mm 8mm 10mm 14mm;   
}
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{
    break-before: always;
    height: 90%; /* hacky*/
    background-color: yellow;
}
div.thumb{
    break-inside: avoid;
    max-width: 75mm;
    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;
}

Latest revision as of 12:30, 26 September 2025

@import url("https://cc.vvvvvvaria.org/pad/p/stylesheet.css/export/txt");