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.

108 lines
1.6 KiB
CSS

@font-face {
font-family: "Fluxisch";
src: url("../fonts/FluxischElse-Regular.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Fluxisch-light";
src: url("../fonts/FluxischElse-Light.woff");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: "Fluxisch-bold";
src: url("../fonts/FluxischElse-Bold.woff");
font-weight: bold;
font-style: normal;
}
: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(0, 0, 0);
}
h1, h3, h5{
font-family: Fluxisch-bold;
font-weight: bold;
}
form{
font-size: 9pt;
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;
}
/* ////////////STICKERZZZ//////////// */
.instructions{
font-size: 17px;
font-family: Fluxisch;
line-height: 1.5em;
color: gray;
position: absolute;
word-break: break-all;
}
@media screen, print{
@page{
margin: 18mm;
}
.page2{
break-after:page;
position: absolute;
bottom:0;
}
@page:nth(4){
background-image: url("../img/stickyback.png");
background-size: contain;
}
}