Browse Source

chengement page titre et pre-titre

Ouidade 4 years ago
parent
commit
136293d1f4

BIN
.cache/assets/static/favicon.ac8d93a.27ab6ff.png


BIN
.cache/assets/static/favicon.ce0531f.27ab6ff.png


+ 1 - 1
src/.temp/now.js

@@ -1 +1 @@
-export default 1569221344835
+export default 1569229565465

+ 1 - 1
src/css/effets.scss

@@ -48,5 +48,5 @@
 
 .highlight-white {
 	background: white;
-	padding: 1rem 0.8rem;
+	padding: 0.5rem 0rem;
 }

+ 2 - 0
src/css/styles_de_caracteres.scss

@@ -28,4 +28,6 @@
 	position: absolute;
 	content: counter(footnote);
 	transform: translateY(-10px);
+	font-family: "TextaAlt-Bold"
+	
 }

+ 15 - 2
src/css/styles_de_paragraphes.scss

@@ -16,22 +16,35 @@
 	font-family: "Duke POPSU";
 	font-weight: inherit;
 	font-size: 60pt;
-	line-height: 48pt;
+	line-height: 42pt;
 	margin: 0;
+	padding: 0;
 }
 
+
+
 .main-sub-title {
 	font-family: "Texa";
 	font-weight: 800;
 	font-size: 12pt;
 	line-height: 15pt;
+
 }
 
 .main-pre-title {
-	font-family: "TextaAlt";
+	font-family: "Texta";
 	font-weight: 800;
 	font-size: 12pt;
 	text-transform: uppercase;
+	line-height: 15pt;
+	margin-top: 0;
+	padding-top: 0;
+	width: 250px;
+	display: block;
+	position: center;
+
+
+
 }
 
 .table-of-content {

+ 2 - 2
src/pages/Index.vue

@@ -3,8 +3,8 @@
     <!-- Titre, sous-titre -->
     <div class="blank-page no-folio fill-green"></div>
     <div class="v-center grow no-folio">
-      <h1 class="pre-title center" v-html="$static.metaData.titreDuProjet" />
-      <h2 class="pre-sub-title center" v-html="$static.metaData.sousTitre" />
+      <!-- <h1 class="pre-title center" v-html="$static.metaData.titreDuProjet" /> -->
+      <!-- <h2 class="pre-sub-title center" v-html="$static.metaData.sousTitre" /> -->
     </div>
     <div class="blank-page no-folio fill-motif-cross-left"></div>
     <!-- Auteurs, titre, sous-titre -->

+ 4 - 1
static/lib/hyph.js

@@ -5,6 +5,9 @@ var Hyphenopoly = {
     setup: {
         selectors: {
             ".hyphen": {}
-        }
+        },
+        dontHyphenate: {
+          acronym: true,
+        },
     },
 };