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

50 lines
581 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-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
*/