chengement page titre et pre-titre

This commit is contained in:
2019-09-23 11:31:00 +02:00
parent 7d3e99e69b
commit 136293d1f4
8 changed files with 25 additions and 7 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

+1 -1
View File
@@ -1 +1 @@
export default 1569221344835 export default 1569229565465
+1 -1
View File
@@ -48,5 +48,5 @@
.highlight-white { .highlight-white {
background: white; background: white;
padding: 1rem 0.8rem; padding: 0.5rem 0rem;
} }
+2
View File
@@ -28,4 +28,6 @@
position: absolute; position: absolute;
content: counter(footnote); content: counter(footnote);
transform: translateY(-10px); transform: translateY(-10px);
font-family: "TextaAlt-Bold"
} }
+15 -2
View File
@@ -16,22 +16,35 @@
font-family: "Duke POPSU"; font-family: "Duke POPSU";
font-weight: inherit; font-weight: inherit;
font-size: 60pt; font-size: 60pt;
line-height: 48pt; line-height: 42pt;
margin: 0; margin: 0;
padding: 0;
} }
.main-sub-title { .main-sub-title {
font-family: "Texa"; font-family: "Texa";
font-weight: 800; font-weight: 800;
font-size: 12pt; font-size: 12pt;
line-height: 15pt; line-height: 15pt;
} }
.main-pre-title { .main-pre-title {
font-family: "TextaAlt"; font-family: "Texta";
font-weight: 800; font-weight: 800;
font-size: 12pt; font-size: 12pt;
text-transform: uppercase; text-transform: uppercase;
line-height: 15pt;
margin-top: 0;
padding-top: 0;
width: 250px;
display: block;
position: center;
} }
.table-of-content { .table-of-content {
+2 -2
View File
@@ -3,8 +3,8 @@
<!-- Titre, sous-titre --> <!-- Titre, sous-titre -->
<div class="blank-page no-folio fill-green"></div> <div class="blank-page no-folio fill-green"></div>
<div class="v-center grow no-folio"> <div class="v-center grow no-folio">
<h1 class="pre-title center" v-html="$static.metaData.titreDuProjet" /> <!-- <h1 class="pre-title center" v-html="$static.metaData.titreDuProjet" /> -->
<h2 class="pre-sub-title center" v-html="$static.metaData.sousTitre" /> <!-- <h2 class="pre-sub-title center" v-html="$static.metaData.sousTitre" /> -->
</div> </div>
<div class="blank-page no-folio fill-motif-cross-left"></div> <div class="blank-page no-folio fill-motif-cross-left"></div>
<!-- Auteurs, titre, sous-titre --> <!-- Auteurs, titre, sous-titre -->
+4 -1
View File
@@ -5,6 +5,9 @@ var Hyphenopoly = {
setup: { setup: {
selectors: { selectors: {
".hyphen": {} ".hyphen": {}
} },
dontHyphenate: {
acronym: true,
},
}, },
}; };