intro things
parent
4d7b5a0043
commit
df9df4ef45
@ -1,20 +1,50 @@
|
|||||||
#section-2{
|
#section-2{
|
||||||
font-family: "Courier";
|
font-family: "Courier";
|
||||||
}
|
p{
|
||||||
#section-2 p{
|
width: 70mm;
|
||||||
width: 55mm;
|
margin-left: 10mm;
|
||||||
margin-left: 25mm;
|
}
|
||||||
}
|
h1{
|
||||||
|
display: none;
|
||||||
#section-2 h1{display: none;}
|
break-before: none;
|
||||||
#section-2 h2, #section-2 h3{
|
}
|
||||||
|
h2, h3{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
break-before: none;
|
||||||
|
}
|
||||||
#section-2 strong{
|
strong{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: -25mm;
|
margin-left: -25mm;
|
||||||
width: 25mm;
|
width: 25mm;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#section-2 h1{
|
||||||
|
break-before: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#section-2 h1{
|
||||||
|
break-before: none;
|
||||||
|
}
|
||||||
|
#section-2 h5{
|
||||||
|
font-size: 9pt;
|
||||||
|
line-height: 4mm;
|
||||||
|
margin-left: -15mm;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
@media print{
|
||||||
|
@page: right{
|
||||||
|
#section-2{
|
||||||
|
p{
|
||||||
|
margin-left: 25mm;
|
||||||
|
}
|
||||||
|
p:first-of-type{
|
||||||
|
width: 95mm;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.xpub3 p{
|
||||||
|
margin-left: 25mm;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue