clone numParagraph (page + column)
This commit is contained in:
parent
bdb35a7ea6
commit
3b91983491
9 changed files with 147 additions and 86 deletions
|
|
@ -287,8 +287,7 @@ p {
|
|||
text-align: justify;
|
||||
orphans: 2;
|
||||
widows: 2;
|
||||
margin-left: 8mm;
|
||||
padding-left: 2mm;
|
||||
margin-left: 10mm;
|
||||
}
|
||||
|
||||
p, li {
|
||||
|
|
@ -302,9 +301,6 @@ p, li {
|
|||
blockquote {
|
||||
font-family: var(--font-quote);
|
||||
}
|
||||
blockquote p {
|
||||
border-left: 1px solid #cfcfcf;
|
||||
}
|
||||
|
||||
ul {
|
||||
color: red;
|
||||
|
|
@ -312,7 +308,7 @@ ul {
|
|||
|
||||
.p-these {
|
||||
font-weight: 500;
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
margin-bottom: calc(var(--baseline) * 0.5);
|
||||
}
|
||||
.p-these strong {
|
||||
text-transform: uppercase;
|
||||
|
|
@ -333,12 +329,10 @@ ol[type="1"] {
|
|||
-moz-column-break-after: avoid;
|
||||
break-after: avoid;
|
||||
width: 10mm;
|
||||
background-color: #efefef;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
outline: 1px solid red;
|
||||
}
|
||||
ol[type="1"]::after {
|
||||
content: attr(start);
|
||||
|
|
@ -348,6 +342,15 @@ ol[type="1"]::after {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
ol[type="1"].ol-clone {
|
||||
-moz-column-break-before: column;
|
||||
break-before: column;
|
||||
-moz-column-break-after: avoid;
|
||||
break-after: avoid;
|
||||
top: 0;
|
||||
left: 81mm;
|
||||
}
|
||||
|
||||
#section__content h1 {
|
||||
-moz-column-span: all;
|
||||
column-span: all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue