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.

80 lines
1.2 KiB
CSS

2 months ago
/* Image sizes */
2 months ago
img{
width: 100%;
}
2 months ago
figcaption{
font-size: 7pt;
width: 35mm;
margin-left: 60mm;
line-height: 3mm;
font-weight: 500;
position: absolute;
bottom: 0mm;
}
2 months ago
figure{
2 months ago
width: 110mm;
margin: 0 0 0 -15mm;
break-before: page;
break-after: page;
height: 155mm;
}
figure img{
2 months ago
}
.full-image{
break-before: right;
height: 186mm;
width: 133mm;
margin: -13mm 0 0 -30mm;
position: relative;
object-fit: cover;
}
.full-image figure{
margin: 0;
}
.full-image figcaption{
position: absolute;
bottom: 15mm;
left: 30mm;
z-index: 10;
padding-right: 20mm;
}
.full-image img{
height: 186mm;
width: 133mm;
object-fit: cover;
}
.small-images figure{
margin: 1mm;
}
.small-images figcaption{
margin-top: -2mm;
}
.small-images img{
width: 70mm;
}
.white-caption + figcaption{
color: #fff;
}
.centered-image, .centered-text{
break-before: right;
height: 186mm;
width: 133mm;
margin: -13mm 0 0 -30mm;
position: relative;
object-fit: cover;
display: flex;
align-items: center;
}
.centered-image figure{
margin: 0 0 0 30mm;
width: 90mm;
}
.centered-text > *{
width: 100%;
text-align: center;
2 months ago
}