test slash et entrée de chapitres
This commit is contained in:
parent
54ce5faf08
commit
221d5abf9a
8 changed files with 116 additions and 49 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
|
||||
p::before {
|
||||
content: ".........";
|
||||
content: "...";
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
|
|
@ -26,7 +26,44 @@ p::before {
|
|||
|
||||
.following-title::before,
|
||||
.following-h3::before {
|
||||
display: none !important;
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
||||
/* BIO */
|
||||
.chapter-bio{
|
||||
margin-bottom: calc(var(--baseline) * 3 + 13px);
|
||||
}
|
||||
|
||||
.chapter-bio p{
|
||||
font-size: 0.8em;
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
.chapter-bio p::before{
|
||||
content: "/////////";
|
||||
font-size: 0.8em;
|
||||
font-size: var(--sign-size);
|
||||
font-family: var(--sign-family);
|
||||
letter-spacing: 0;
|
||||
top: 0;
|
||||
margin-right: 5px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: var(--baseline);
|
||||
/*color: #000;*/
|
||||
}
|
||||
|
||||
.chapter-bio p::after{
|
||||
content: "/////////";
|
||||
font-size: 0.8em;
|
||||
font-size: var(--sign-size);
|
||||
font-family: var(--sign-family);
|
||||
letter-spacing: 0;
|
||||
top: 0;
|
||||
margin-right: 5px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue