decor-6-expe/maquette-tests/assets/css/text.css

68 lines
945 B
CSS
Raw Normal View History

2026-03-04 10:52:07 +01:00
.chapter p{
text-align: justify;
hyphens: auto;
hyphenate-limit-chars: 8 3;
position: relative;
orphans: 2;
hyphens: 2;
}
2026-03-15 11:30:36 +01:00
2026-03-04 10:52:07 +01:00
2026-03-15 11:30:36 +01:00
p::before{
2026-03-16 14:52:34 +01:00
content: "...........";
2026-03-15 11:30:36 +01:00
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
line-height: var(--sign-baseline);
position: relative;
top: -3px;
2026-03-16 14:52:34 +01:00
padding-right: 8px;
2026-03-15 11:30:36 +01:00
/* position: absolute;
left: 0; */
}
2026-03-16 09:48:16 +01:00
.following-h3::before{
display: none!important;
}
2026-03-04 13:53:24 +01:00
2026-03-16 15:11:43 +01:00
.bibliographie p{
2026-03-04 13:53:24 +01:00
2026-03-16 15:11:43 +01:00
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;
}
2026-03-04 10:52:07 +01:00
2026-03-16 14:52:34 +01:00
2026-03-04 10:52:07 +01:00
2026-03-16 14:52:34 +01:00
/* .chapter > :first-child{
2026-03-04 10:52:07 +01:00
margin-top: 0px;
}
2026-03-16 14:52:34 +01:00
*/