add Teletext
This commit is contained in:
parent
1783105175
commit
9344129a9f
11 changed files with 190 additions and 53 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.chapter p{
|
||||
.chapter p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 8 3;
|
||||
|
|
@ -6,62 +6,61 @@
|
|||
orphans: 2;
|
||||
hyphens: 2;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
p::before{
|
||||
content: "...........";
|
||||
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; */
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
line-height: var(--sign-baseline);
|
||||
position: relative;
|
||||
top: -3px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.following-h3::before{
|
||||
display: none!important;
|
||||
.following-h3::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
.bibliographie p{
|
||||
|
||||
font-size: var(--fs-notes);
|
||||
|
||||
|
||||
/* BILBIOGRAPHIE */
|
||||
|
||||
.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);
|
||||
|
||||
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.bibliographie p::before{
|
||||
content: ".......";
|
||||
.bibliographie p::before {
|
||||
content: "......";
|
||||
position: absolute;
|
||||
left: calc(var(--unit)*0.75);
|
||||
left: calc(var(--unit)*0.75 + 16px);
|
||||
top: -6px;
|
||||
display: block!important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* .chapter > :first-child{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
.bibliographie p::after {
|
||||
content: "+";
|
||||
position: absolute;
|
||||
left: calc(var(--unit)*0.75);
|
||||
top: -2px;
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue