Compare commits
No commits in common. '1b810eb38fa67c2b8c38718193442cbe38198175' and '60fe0801f14e78dc24cb0432e1eb832f8876e979' have entirely different histories.
1b810eb38f
...
60fe0801f1
@ -1,50 +1,20 @@
|
||||
#section-2{
|
||||
font-family: "Courier";
|
||||
p{
|
||||
width: 70mm;
|
||||
margin-left: 10mm;
|
||||
}
|
||||
h1{
|
||||
display: none;
|
||||
break-before: none;
|
||||
}
|
||||
h2, h3{
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
break-before: none;
|
||||
}
|
||||
strong{
|
||||
position: absolute;
|
||||
margin-left: -25mm;
|
||||
width: 25mm;
|
||||
}
|
||||
}
|
||||
#section-2 h1{
|
||||
break-before: none;
|
||||
#section-2 p{
|
||||
width: 55mm;
|
||||
margin-left: 25mm;
|
||||
}
|
||||
|
||||
#section-2 h1{
|
||||
break-before: none;
|
||||
#section-2 h1{display: none;}
|
||||
#section-2 h2, #section-2 h3{
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
||||
#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;
|
||||
|
||||
#section-2 strong{
|
||||
position: absolute;
|
||||
margin-left: -25mm;
|
||||
width: 25mm;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue