figures simples + outdoor computer club

This commit is contained in:
Julie Blanc 2026-04-11 17:49:46 +02:00
parent 76dc174fca
commit 868a5b702c
18 changed files with 531 additions and 352 deletions

View file

@ -5,12 +5,27 @@ figure{
}
figcaption{
font-size: 0.8em;
margin-top: 0.5em;
margin-top: calc(var(--baseline)*0.25);
}
figcaption::before{
content: "/";
font-family: var(--sign-family);
display: block;
text-align: center;
}
figcaption p{
margin: 0;
text-indent: 0!important;
text-align: center!important;
font-size: var(--fs-notes);
line-height: 14px;
font-weight: 500;
}
figcaption p::before{
display: none;
}
figure[data-ratio] {
@ -33,7 +48,6 @@ figure[data-crop="false"] img {
}
<<<<<<< HEAD
/* --- INTERPAGE ---- */
.interpage figure {
/*background-color: var(--copper);*/
@ -43,8 +57,40 @@ figure[data-crop="false"] img {
.interpage figure img {
filter: grayscale(100%);
mix-blend-mode: screen;
=======
#f4c52433-bf53-4933-b207-b845153ad93d{
background-color: red;
>>>>>>> af9785e4361ed41252a42b30a658359475f05d7b
}
/* SPECIFIC */
#fig-outdoor-computer-club-1{
margin: 0;
width: calc(var(--unit) * 5);
break-before: page;
break-after: page;
position: absolute;
bottom: 2px;
}
#fig-outdoor-computer-club-2,
#fig-outdoor-computer-club-3{
margin: 0;
width: calc(var(--unit) * 6.5);
height: var(--pagedjs-height);
position: absolute;
}
#fig-outdoor-computer-club-2{
top: -11px;
break-after: page;
}
#fig-outdoor-computer-club-3{
break-before: page;
break-after: page;
top: 6px;
}