notes et césures

This commit is contained in:
2019-09-23 16:21:17 +02:00
parent 136293d1f4
commit e56a136813
7 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -48,5 +48,5 @@
.highlight-white {
background: white;
padding: 0.5rem 0rem;
padding: 0.1rem 0rem;
}
+5
View File
@@ -6,8 +6,12 @@
display: flex;
flex-direction: column;
height: 100%;
// font-family: "SGI-TextAlt";
// font-size: 10.5pt;
// font-weight: 200;
}
.no-folio {
page: nofolio;
}
@@ -62,4 +66,5 @@
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
+4 -3
View File
@@ -27,7 +27,8 @@
[data-note]::after {
position: absolute;
content: counter(footnote);
transform: translateY(-10px);
font-family: "TextaAlt-Bold"
transform: translateY(-3px);
font-family: "TextaAlt";
font-size: 6pt;
}
+8 -5
View File
@@ -40,11 +40,6 @@
margin-top: 0;
padding-top: 0;
width: 250px;
display: block;
position: center;
}
.table-of-content {
@@ -110,6 +105,7 @@
font-weight: 200;
font-size: 10.5pt;
line-height: 18pt;
// hanging-punctuation: first last;
}
.section-title {
@@ -132,6 +128,7 @@
text-align: justify;
text-align-last: left !important;
hyphens: auto;
hanging-punctuation: first;
}
.chapter-content h3 {
@@ -153,3 +150,9 @@ strong {
font-size: 14pt;
line-height: 18pt;
}
ol {
list-style-type: decimal;
}