decor-6-expe/maquette-tests/assets/css/text.css
2026-03-16 15:11:43 +01:00

67 lines
945 B
CSS

.chapter p{
text-align: justify;
hyphens: auto;
hyphenate-limit-chars: 8 3;
position: relative;
orphans: 2;
hyphens: 2;
}
p::before{
content: "...........";
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
line-height: var(--sign-baseline);
position: relative;
top: -3px;
padding-right: 8px;
/* position: absolute;
left: 0; */
}
.following-h3::before{
display: none!important;
}
.bibliographie p{
font-size: var(--fs-notes);
line-height: 14px;
font-weight: 500;
text-align: left;
padding-left: calc(var(--unit)*2);
text-indent: calc(var(--unit)*-0.75);
}
.bibliographie p::before{
content: ".......";
position: absolute;
left: calc(var(--unit)*0.75);
top: -6px;
display: block!important;
}
/* .chapter > :first-child{
margin-top: 0px;
}
*/