bibliographie & blockauote
This commit is contained in:
parent
bd64798428
commit
16e268c7ef
4 changed files with 44 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ h3, h4{
|
|||
}
|
||||
h3, h4{
|
||||
font-weight: normal;
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
position: relative;
|
||||
font-size: var(--font-size);
|
||||
|
|
@ -97,11 +97,12 @@ h3, h4{
|
|||
|
||||
|
||||
|
||||
/* if page top */
|
||||
|
||||
.subtitle-top-page {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
.pagedjs_right_page .chapter > .h3_container .decor-h3_big [data-count="2"]{
|
||||
.subtitle-top-page [data-count="2"]{
|
||||
color: transparent
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,25 @@ p::before{
|
|||
}
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue