|
@@ -108,6 +108,7 @@
|
|
text-align: right;
|
|
text-align: right;
|
|
margin-bottom: 20mm;
|
|
margin-bottom: 20mm;
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.chapter-title:after {
|
|
.chapter-title:after {
|
|
@@ -117,12 +118,18 @@
|
|
font-weight: 200;
|
|
font-weight: 200;
|
|
font-size: 10pt;
|
|
font-size: 10pt;
|
|
letter-spacing: 4pt;
|
|
letter-spacing: 4pt;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.chapter-title::before {
|
|
.chapter-title::before {
|
|
content: attr(data-rubrique);
|
|
content: attr(data-rubrique);
|
|
display: block;
|
|
display: block;
|
|
@extend .section-title;
|
|
@extend .section-title;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.chapter-title p {
|
|
|
|
+ margin-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
.chapter-content {
|
|
.chapter-content {
|
|
@@ -143,6 +150,10 @@
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.section-title.canbreak.still{
|
|
|
|
+ margin-bottom: 25px!important;
|
|
|
|
+}
|
|
|
|
+
|
|
.pagedjs_right_page .section-title:not(.still){
|
|
.pagedjs_right_page .section-title:not(.still){
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
@@ -172,10 +183,12 @@
|
|
|
|
|
|
.section-content p {
|
|
.section-content p {
|
|
text-align: left;
|
|
text-align: left;
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ & strong {
|
|
|
|
+ letter-spacing: 0px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
.chapter-content h3 {
|
|
.chapter-content h3 {
|
|
hyphens: none;
|
|
hyphens: none;
|
|
font-size: 19pt;
|
|
font-size: 19pt;
|
|
@@ -195,9 +208,10 @@ strong {
|
|
font-size: 14pt;
|
|
font-size: 14pt;
|
|
line-height: 18pt;
|
|
line-height: 18pt;
|
|
letter-spacing: -1px;
|
|
letter-spacing: -1px;
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
// .column .image-cover .image-bleed {
|
|
// .column .image-cover .image-bleed {
|
|
// margin:0;
|
|
// margin:0;
|
|
//
|
|
//
|
|
@@ -231,14 +245,14 @@ blockquote{
|
|
& p{
|
|
& p{
|
|
display: inline;
|
|
display: inline;
|
|
font-size: 28pt;
|
|
font-size: 28pt;
|
|
- padding: 0.2cm 0.2cm;
|
|
|
|
|
|
+ padding: 0cm 0.1cm;
|
|
|
|
|
|
|
|
|
|
background-color: white;
|
|
background-color: white;
|
|
box-shadow: 0.1cm 0px 0px white, 0.1cm 0px 0px white;
|
|
box-shadow: 0.1cm 0px 0px white, 0.1cm 0px 0px white;
|
|
box-decoration-break: clone;
|
|
box-decoration-break: clone;
|
|
|
|
|
|
- line-height: calc(100% + 0.4cm);
|
|
|
|
|
|
+ line-height: calc(100% + 0.2cm);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|