Ajout traits de coupe

This commit is contained in:
2019-07-19 12:57:08 +02:00
parent d4c2d0a690
commit a3039f637c
11 changed files with 127 additions and 64 deletions
+32 -14
View File
@@ -1,38 +1,44 @@
.pre-title{
.pre-title {
font-family: "Duke POPSU";
font-weight: inherit;
font-size: 45pt;
line-height: 33pt;
}
.pre-sub-title{
.pre-sub-title {
font-family: "Texa";
font-weight: 800;
font-size: 10pt;
line-height: 13pt;
}
.main-title{
.main-title {
font-family: "Duke POPSU";
font-weight: inherit;
font-size: 60pt;
line-height: 48pt;
margin: 0;
}
.main-sub-title{
.main-sub-title {
font-family: "Texa";
font-weight: 800;
font-size: 12pt;
line-height: 15pt;
}
.table-of-content {
font-family: "Cormorant";
font-weight: 200;
font-size: 25pt;
line-height: 33pt;
margin: 0;
a {
text-decoration: none;
color: inherit;
}
a::after {
font-size: 9pt;
margin-left: 10pt;
@@ -40,17 +46,21 @@
font-family: "SGI-TextAlt";
}
}
.credits{
.credits {
font-size: 9pt;
margin-bottom: 6pt;
h4{
h4 {
text-transform: uppercase;
margin:8pt 0 0 0;
margin: 8pt 0 0;
}
p{
margin:0;
p {
margin: 0;
}
}
.chapter-title {
font-family: "Cormorant";
font-weight: 200;
@@ -58,6 +68,7 @@
line-height: 34pt;
text-align: right;
}
.chapter-title:after {
content: "++++";
display: block;
@@ -66,11 +77,13 @@
font-size: 10pt;
letter-spacing: 4pt;
}
.chapter-title::before{
.chapter-title::before {
content: attr(data-rubrique);
display: block;
@extend .section-title;
}
.chapter-content {
hyphens: auto;
font-family: "Cormorant";
@@ -78,32 +91,37 @@
font-size: 10pt;
line-height: 18pt;
}
.section-title {
font-family: "TextaAlt";
font-weight: 800;
font-size: 12pt;
text-transform: uppercase;
}
.section-content {
hyphens: auto;
font-family: "SGI-TextAlt";
font-size:9.5pt;
font-size: 9.5pt;
font-weight: 200;
line-height: 18pt;
}
// texte justifié par defaut
.justify p{
.justify p {
text-align: justify;
text-align-last: left !important;
hyphens: auto;
}
.chapter-content h3{
.chapter-content h3 {
hyphens: none;
font-size: 19pt;
font-weight: 200;
line-height: 23pt;
margin-left: 10mm;
}
h4{
h4 {
margin: 0;
}