figures simples + outdoor computer club
This commit is contained in:
parent
76dc174fca
commit
868a5b702c
18 changed files with 531 additions and 352 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
hyphens: auto;
|
||||
hyphenate-limit-chars: 7 3 2;
|
||||
/* position: relative; */
|
||||
orphans: 2;
|
||||
hyphens: 2;
|
||||
/* orphans: 2;
|
||||
hyphens: 2; */
|
||||
text-indent: calc(var(--unit) * 0.75);
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -37,11 +37,11 @@ p::before {
|
|||
}
|
||||
|
||||
|
||||
.first-p,
|
||||
.following-title,
|
||||
.following-h3,
|
||||
.following-h4{
|
||||
text-indent: 0!important;
|
||||
.chapter p.first-p,
|
||||
.chapter p.following-title,
|
||||
.chapter p.following-h3,
|
||||
.chapter p.following-h4{
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.first-p::before,
|
||||
|
|
@ -61,8 +61,8 @@ p::before {
|
|||
line-height: 14px;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
padding-left: calc(var(--unit)*2);
|
||||
text-indent: calc(var(--unit)*-0.75);
|
||||
padding-left: calc(var(--unit)*1.5);
|
||||
text-indent: calc(var(--unit)*-0.5)!important;
|
||||
break-inside: avoid;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
23
assets/css/typesetting.css
Normal file
23
assets/css/typesetting.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
/* Outdoor computer club */
|
||||
|
||||
#tv-communales-televisions-populaires-au-venezuela{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#la-politisation-des-quartiers{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#une-television-rhizomatique{
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
[data-unique-id="p-lrnspsdlrd"]{
|
||||
letter-spacing: -0.005rem;
|
||||
}
|
||||
|
||||
#des-medias-autonomes-en-2026{
|
||||
break-before: page;
|
||||
margin-top: 0px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue