defaults values title
This commit is contained in:
parent
3dd1f032f9
commit
9c58edb425
5 changed files with 121 additions and 45 deletions
|
|
@ -30,23 +30,6 @@ figure, img{
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
/* p.author{
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
background: rgba(255, 255, 255, 0.521);
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.introduction{
|
||||
font-size: 26px;
|
||||
background: rgba(255, 255, 255, 0.521);
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
margin-top: 60px;
|
||||
} */
|
||||
.figure-backgroung-cover img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
@ -54,6 +37,16 @@ figure, img{
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
.introduction{
|
||||
font-size: 26px;
|
||||
background: rgba(255, 255, 255, 0.521);
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
margin-top: 60px;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* ───────────────────────────────────────────
|
||||
|
|
@ -64,53 +57,52 @@ figure, img{
|
|||
break-before: right;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
h2{
|
||||
font-size: 38px;
|
||||
margin-top: 36px;
|
||||
background-color: #cfcfcf;
|
||||
padding: 20px;
|
||||
break-after: avoid;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
/* ───────────────────────────────────────────
|
||||
CHAPITRES
|
||||
─────────────────────────────────────────── */
|
||||
|
||||
|
||||
/* h3{
|
||||
margin-top: 30px;
|
||||
break-after: avoid;
|
||||
} */
|
||||
h3{
|
||||
break-after: avoid;
|
||||
}
|
||||
|
||||
|
||||
/* ───────────────────────────────────────────
|
||||
CARTES
|
||||
─────────────────────────────────────────── */
|
||||
|
||||
/* h4{
|
||||
h4{
|
||||
break-after: avoid;
|
||||
margin-top: 30px;
|
||||
text-decoration: underline;
|
||||
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
/* ───────────────────────────────────────────
|
||||
MARKERS
|
||||
─────────────────────────────────────────── */
|
||||
|
||||
/*
|
||||
h5{
|
||||
|
||||
.marker-title{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}*/
|
||||
|
||||
}
|
||||
.marker-title img{
|
||||
width: 40px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
|
||||
h5{
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ body {
|
|||
}
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
|
|
@ -45,9 +45,7 @@ h1 {
|
|||
padding-left: 20px;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 30px;
|
||||
font-family: "Source Code Pro";
|
||||
font-style: normal;
|
||||
color: rgb(237, 13, 13);
|
||||
font-family: "Montserrat";
|
||||
}
|
||||
|
||||
em {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue