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.

51 lines
1.1 KiB
CSS

hr, h6{
break-before: page;
display: none;
}
#section-10{
h1, h2, h3, h4, h5, h6{
break-before: page;
}
h3, h3 + br{display: none;}
p{
margin: 0 0 var(--baseline);
position: relative;
top: 1.2mm;
}
figure{
break-before: always;
}
ul, ol{
list-style: none;
margin: 0;
padding: 0
}
/* quote */
li{
margin: 0 0 var(--baseline);
color: var(--color2);
}
/* interview */
.bullet{
margin-left: var(--baseline);
}
.bullet li{
text-indent: calc(-1 * var(--baseline));
color: var(--color3);
}
.bullet .no-indent{text-indent: 0;}
.conor li{
text-indent: -5.9mm;
}
/* annotation */
.number li{color: var(--color4);}
}
.stephen-conc:nth-of-type(1){margin-left: 10mm}
.stephen-conc:nth-of-type(2){margin-left: 00mm}
.stephen-conc:nth-of-type(3){margin-left: 50mm}
.stephen-conc:nth-of-type(4){margin-left: 30mm}
.stephen-conc:nth-of-type(5){margin-left: 10mm}
.stephen-conc:nth-of-type(6){margin-left: 45mm}