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.

83 lines
1.6 KiB
CSS

2 months ago
hr, h6{
break-before: page;
display: none;
2 months ago
2 months ago
}
2 months ago
#section-9{
2 months ago
a{
color: inherit;
text-decoration: none;
word-break: break-all;
}
.bibliography{
font-size: 10px;
line-height: 3mm;
hyphens: auto;
}
body{
font-family: 'Work Sans', 'HK Grotesk', sans-serif;
font-weight: 500;
font-size: 11px;
line-height: var(--baseline);
counter-reset: captions;
}
h1, h2, h3, h4, h5, h6{
2 months ago
break-before: page;
2 months ago
}
h3, h3 + br{display: none;}
p{
margin: 0 0 var(--baseline);
position: relative;
top: 1.2mm;
}
img{width: 100%;}
figcaption{
font-size: 0.75em;
color: var(--color1);
counter-increment: captions;
margin: 0.75mm 0 0;
line-height: 3mm;
}
figcaption:before{
opacity: 1;
content: counter(captions) "";
}
figure{
margin: 0;
break-before: always;
}
ul, ol{
list-style: none;
color: var(--color2);
margin: 0;
padding: 0
}
/* quote */
li{
margin: 0 0 var(--baseline);
color: var(--color2);
}
.indent .indent{
margin-left: calc(var(--baseline) * 2);
}
.indent .indent .indent .indent .indent .indent .indent .indent{
margin-left: 0;
}
/* 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);}
2 months ago
}