Compare commits
2 Commits
60fe0801f1
...
1b810eb38f
Author | SHA1 | Date |
---|---|---|
Stephen | 1b810eb38f | 5 months ago |
Stephen | df9df4ef45 | 5 months ago |
@ -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