notes et césures
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
export default 1569229565465
|
export default 1569246210811
|
||||||
+1
-1
@@ -48,5 +48,5 @@
|
|||||||
|
|
||||||
.highlight-white {
|
.highlight-white {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 0.5rem 0rem;
|
padding: 0.1rem 0rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
// font-family: "SGI-TextAlt";
|
||||||
|
// font-size: 10.5pt;
|
||||||
|
// font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.no-folio {
|
.no-folio {
|
||||||
page: nofolio;
|
page: nofolio;
|
||||||
}
|
}
|
||||||
@@ -62,4 +66,5 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
[data-note]::after {
|
[data-note]::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: counter(footnote);
|
content: counter(footnote);
|
||||||
transform: translateY(-10px);
|
transform: translateY(-3px);
|
||||||
font-family: "TextaAlt-Bold"
|
font-family: "TextaAlt";
|
||||||
|
font-size: 6pt;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,11 +40,6 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
display: block;
|
|
||||||
position: center;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-content {
|
.table-of-content {
|
||||||
@@ -110,6 +105,7 @@
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-size: 10.5pt;
|
font-size: 10.5pt;
|
||||||
line-height: 18pt;
|
line-height: 18pt;
|
||||||
|
// hanging-punctuation: first last;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
@@ -132,6 +128,7 @@
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
text-align-last: left !important;
|
text-align-last: left !important;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
hanging-punctuation: first;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapter-content h3 {
|
.chapter-content h3 {
|
||||||
@@ -153,3 +150,9 @@ strong {
|
|||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
line-height: 18pt;
|
line-height: 18pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -16,12 +16,12 @@ query {
|
|||||||
html,body{
|
html,body{
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
body {
|
/* body {
|
||||||
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
font-family: "SGI TextAlt";
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+15
-4
@@ -2,12 +2,23 @@ var Hyphenopoly = {
|
|||||||
require: {
|
require: {
|
||||||
"fr": "honorificabilitudinitas",
|
"fr": "honorificabilitudinitas",
|
||||||
},
|
},
|
||||||
|
|
||||||
setup: {
|
setup: {
|
||||||
selectors: {
|
selectors: {
|
||||||
".hyphen": {}
|
// class
|
||||||
},
|
".hyphen": {
|
||||||
dontHyphenate: {
|
hyphen: "\u00AD",
|
||||||
acronym: true,
|
leftmin: 5,
|
||||||
|
rightmin: 5,
|
||||||
|
minWordLength: 4,
|
||||||
|
dontHyphenate: {
|
||||||
|
math: true,
|
||||||
|
acronym: true,
|
||||||
|
capitalized: true,
|
||||||
|
// \u00a0 | : true,
|
||||||
|
orphanControl: 2,
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user