Browse Source

margin titles end lign spacing blockquote

Ouidade 4 years ago
parent
commit
f4a1c58ec5
2 changed files with 24 additions and 7 deletions
  1. 5 2
      src/css/styles_de_caracteres.scss
  2. 19 5
      src/css/styles_de_paragraphes.scss

+ 5 - 2
src/css/styles_de_caracteres.scss

@@ -25,11 +25,14 @@
 }
 
 [data-note]::after {
+
 	position: absolute;
 	content: counter(footnote);
-	transform: translate(1px,-5px);
+	transform: translate(1px, -5px );
+
 	font-family: "TextaAlt";
-	font-size: 6pt;
+	font-size: 7pt;
+
 }
 
 // / Replace `$search` with `$replace` in `$string`

+ 19 - 5
src/css/styles_de_paragraphes.scss

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