textes en drapeaux dans les sections

This commit is contained in:
2019-09-23 16:59:43 +02:00
parent e56a136813
commit a493e8257a
2 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -1 +1 @@
export default 1569246210811 export default 1569250243395
+22 -19
View File
@@ -1,16 +1,16 @@
.pre-title { // .pre-title {
font-family: "Duke POPSU"; // font-family: "Duke POPSU";
font-weight: inherit; // font-weight: inherit;
font-size: 45pt; // font-size: 45pt;
line-height: 33pt; // line-height: 33pt;
} // }
//
.pre-sub-title { // .pre-sub-title {
font-family: "Texa"; // font-family: "Texa";
font-weight: 800; // font-weight: 800;
font-size: 10pt; // font-size: 10pt;
line-height: 13pt; // line-height: 13pt;
} // }
.main-title { .main-title {
font-family: "Duke POPSU"; font-family: "Duke POPSU";
@@ -67,11 +67,14 @@
margin-bottom: 6pt; margin-bottom: 6pt;
h4 { h4 {
font-family: "TextaAlt";
text-transform: uppercase; text-transform: uppercase;
margin: 8pt 0 0; margin: 8pt 0 0;
} }
p { p {
font-family: "SGI-TextAlt";
line-height: 13pt;
margin: 0; margin: 0;
} }
} }
@@ -121,9 +124,11 @@
font-size: 9.5pt; font-size: 9.5pt;
font-weight: 200; font-weight: 200;
line-height: 18pt; line-height: 18pt;
// text-align: left;
} }
// texte justifié par defaut // texte justifié par defaut
.justify p { .justify p {
text-align: justify; text-align: justify;
text-align-last: left !important; text-align-last: left !important;
@@ -131,6 +136,10 @@
hanging-punctuation: first; hanging-punctuation: first;
} }
.section-content p {
text-align: left;
}
.chapter-content h3 { .chapter-content h3 {
hyphens: none; hyphens: none;
font-size: 19pt; font-size: 19pt;
@@ -150,9 +159,3 @@ strong {
font-size: 14pt; font-size: 14pt;
line-height: 18pt; line-height: 18pt;
} }
ol {
list-style-type: decimal;
}