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

109 lines
1.6 KiB
CSS
Raw Normal View History

2026-03-15 11:09:25 +01:00
h3, h4{
break-after: avoid;
}
h3, h4{
font-family: var(--sign-family);
2026-03-15 11:09:25 +01:00
font-weight: normal;
2026-03-16 15:11:43 +01:00
margin-top: calc(var(--baseline)*1.5);
2026-03-16 09:48:16 +01:00
margin-bottom: calc(var(--baseline)*1);
2026-03-15 11:09:25 +01:00
position: relative;
2026-03-16 12:01:16 +01:00
font-size: var(--font-size);
2026-03-15 11:09:25 +01:00
color: var(--sign-color);
}
2026-03-16 12:01:16 +01:00
.h3_container,
.h4_container{
position: relative;
}
2026-03-15 11:09:25 +01:00
2026-03-16 15:27:31 +01:00
.subtitle-before,
.subtitle-after{
2026-03-15 11:09:25 +01:00
letter-spacing:var(--sign-spacing);
font-size: var(--sign-size);
2026-03-16 09:48:16 +01:00
color: var(--sign-color);
line-height: var(--sign-baseline);
2026-03-15 11:09:25 +01:00
}
2026-03-16 15:27:31 +01:00
.subtitle-line {
2026-03-15 11:30:36 +01:00
display: flex;
justify-content: flex-end;
}
2026-03-15 11:09:25 +01:00
2026-03-16 15:27:31 +01:00
.subtitle-after{
2026-03-15 11:09:25 +01:00
padding-left: 0.75ch;
2026-03-16 09:48:16 +01:00
position: relative;
left: 6px;
2026-03-16 15:20:27 +01:00
overflow-wrap: anywhere;
2026-03-15 11:09:25 +01:00
}
2026-03-16 15:27:31 +01:00
.subtitle-text{
2026-03-16 09:48:16 +01:00
/* background-color: yellow; */
2026-03-15 11:30:36 +01:00
flex-grow: 2;
}
2026-03-15 11:09:25 +01:00
.decor-h3{
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
font-family: var(--sign-family);
2026-03-15 11:09:25 +01:00
line-height: var(--sign-baseline);
position: absolute;
}
2026-03-16 12:01:16 +01:00
/* LEFTPAGE */
2026-03-15 11:09:25 +01:00
.decor-h3_small{
2026-03-16 23:54:56 +01:00
left: -49px;
2026-03-16 12:01:16 +01:00
top: calc(var(--baseline)*-2.5 + 9px);
2026-03-15 11:09:25 +01:00
}
2026-03-16 12:01:16 +01:00
2026-03-15 11:09:25 +01:00
.decor-h3_big{
2026-03-16 23:54:56 +01:00
right: -81px;
2026-03-15 11:09:25 +01:00
text-align: right;
2026-03-16 12:01:16 +01:00
top: calc(var(--baseline) * -3.5 - 9px);
2026-03-15 11:09:25 +01:00
}
2026-03-16 12:01:16 +01:00
/*RIGHTPAGE */
.pagedjs_right_page .decor-h3_small{
left: auto;
2026-03-16 23:54:56 +01:00
right: -53px;
2026-03-16 12:01:16 +01:00
top: calc(var(--baseline)*-2.5 + 9px);
text-align: right;
}
.pagedjs_right_page .decor-h3_big{
right: 0;
2026-03-16 23:54:56 +01:00
left: -80px;
2026-03-16 12:01:16 +01:00
text-align: left;
2026-03-16 23:54:56 +01:00
top: calc(var(--baseline) * -3.5 - 9px);
2026-03-16 12:01:16 +01:00
}
2026-03-16 15:11:43 +01:00
/*if page top */
2026-03-16 14:55:59 +01:00
.subtitle-top-page {
2026-03-16 12:01:16 +01:00
margin-top: 0px;
}
2026-03-16 15:11:43 +01:00
.subtitle-top-page [data-count="2"]{
2026-03-16 12:01:16 +01:00
color: transparent
}