PdfCSS:Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
:root { | :root { | ||
font-size: | font-size: 12px; | ||
/*--color-paper: white;*/ | /*--color-paper: white;*/ | ||
} | } | ||
Line 29: | Line 29: | ||
p { | p { | ||
font-size: | font-size: 2rem; | ||
} | } | ||
div.cover{ | div.cover{ |
Revision as of 08:59, 16 January 2023
:root {
font-size: 12px;
/*--color-paper: white;*/
}
@font-face {
font-family: 'Director-Regular';
src: url('https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff2?#iefix') format('woff2'),
url('https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff?#iefix') format('woff'),
url('https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.ttf?#iefix') format('truetype');
}
@page{
size: 290mm 420mm;
margin: 15mm;
@top-left {
content: "something";
}
}
@page:first{
background: coral;
}
body{
/*background-color: pink;*/
color: red;
font-family: 'Director-Regular', monospace;
}
p {
font-size: 2rem;
}
div.cover{
break-after: always;
}
div.cover h1{
font-size: 3rem;
}
div.article{
break-before: always;
}
span.tocnumber,
div.pad{
display: none;
}