You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
706 B
CSS

2 years ago
:root{
--text : black;
}
body{
width: 100%;
margin: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
2 years ago
font-size: 9pt;
line-height: 2ch;
color:rgb(140, 140, 140);
2 years ago
}
2 years ago
form{
font-size: 8pt;
margin-right: 30mm;
}
.disclaimer{
font-size: 10pt;
line-height: 13pt;
margin-right: 30mm;
}
.disclaimer h1{
margin-top: 0;
margin-bottom: 40pt;
}
.disclaimer h3{
margin-bottom: 0;
font-size: 1.2em;
2 years ago
}
.f-page h1{
font-size: 60px;
margin: 0 auto;
margin-top: 30mm;
text-align: center;
}
.p-breaker{
break-after: page;
}
2 years ago
h5{
font-size: 10pt;
}
2 years ago
@print{
@page{
margin: 20mm;
}
}