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
57 lines
706 B
CSS
:root{
|
|
--text : black;
|
|
}
|
|
|
|
body{
|
|
width: 100%;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
font-size: 9pt;
|
|
line-height: 2ch;
|
|
color:rgb(140, 140, 140);
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.f-page h1{
|
|
font-size: 60px;
|
|
margin: 0 auto;
|
|
margin-top: 30mm;
|
|
text-align: center;
|
|
}
|
|
|
|
.p-breaker{
|
|
break-after: page;
|
|
}
|
|
h5{
|
|
font-size: 10pt;
|
|
}
|
|
|
|
|
|
@print{
|
|
@page{
|
|
margin: 20mm;
|
|
}
|
|
|
|
|
|
|
|
}
|