PdfCSS:Test: Difference between revisions

From creative crowd wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
:root {
:root {
font-size: 14px;
font-size: 14px;
font-family: 'Director-Regular';
/*--color-paper: white;*/
/*--color-paper: white;*/
}
}
Line 8: Line 7:
font-family: 'Director-Regular';
font-family: 'Director-Regular';
     src: url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff2?#iefix) format('woff2'),
     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.woff?#iefix) format('woff'),  
        url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.ttf?#iefix) format('truetype');
    url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.ttf?#iefix) format('truetype');
}
}


Line 26: Line 25:
/*background-color: pink;*/
/*background-color: pink;*/
color: red;
color: red;
font-family: 'Director-Regular';
font-family: 'Director-Regular', monospace;
}
}


Line 40: Line 39:
div.article{
div.article{
break-before: always;
break-before: always;
font-family: 'Director-Regular', monospace;
}
}
span.tocnumber,
span.tocnumber,

Revision as of 08:44, 16 January 2023

:root {
	font-size: 14px;
	/*--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;
}