chapter hgroup + calming decor
This commit is contained in:
parent
0545b131de
commit
94d14d70c1
370 changed files with 9583 additions and 1566 deletions
|
|
@ -5,6 +5,8 @@
|
|||
/* position: relative; */
|
||||
orphans: 2;
|
||||
hyphens: 2;
|
||||
text-indent: calc(var(--unit) * 0.75);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.chapter h2,
|
||||
|
|
@ -14,7 +16,7 @@
|
|||
|
||||
|
||||
p::before {
|
||||
content: ".........";
|
||||
/* content: "........."; */
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
|
|
@ -25,15 +27,33 @@ p::before {
|
|||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin-right: -4px;
|
||||
|
||||
content: "...";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: calc(var(--unit) * -0.75);
|
||||
top: 7px;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
|
||||
.first-p,
|
||||
.following-title,
|
||||
.following-h3,
|
||||
.following-h4{
|
||||
text-indent: 0!important;
|
||||
}
|
||||
|
||||
.first-p::before,
|
||||
.following-title::before,
|
||||
.following-h3::before {
|
||||
.following-h3::before,
|
||||
.following-h4::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* ------ BILBIOGRAPHIE ------ */
|
||||
|
||||
.block-type-bibliographie p {
|
||||
|
|
@ -70,3 +90,6 @@ p::before {
|
|||
|
||||
|
||||
|
||||
sup{
|
||||
line-height: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue