From db1a27a753297a02977c84d13e459cb17ab4f2ad Mon Sep 17 00:00:00 2001 From: chankalan Date: Thu, 11 Feb 2021 21:54:18 +0100 Subject: [PATCH] syntaxe boucle articles > podcasts > chapitres --- squelettes/content/article.html | 77 ++++++++++++++++++++++++++++++ squelettes/header/dist.html | 15 ++++++ squelettes/scss/base/_typo.scss | 4 +- squelettes/scss/styles/_perso.scss | 4 +- 4 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 squelettes/content/article.html create mode 100644 squelettes/header/dist.html diff --git a/squelettes/content/article.html b/squelettes/content/article.html new file mode 100644 index 0000000..7aa380a --- /dev/null +++ b/squelettes/content/article.html @@ -0,0 +1,77 @@ + + +
+ +
+ + [

(#SURTITRE)

] +

#TITRE[ + (#SOUSTITRE) + ]

+ + + + + +
+ +
+ + [
(#CHAPO|adaptive_images{#CONST{_CONTENT_WIDTH},0})
] + + [
(#TEXTE|adaptive_images{#CONST{_CONTENT_WIDTH},0})
] + +

Podcast

+ +

code = #CODE

+
    +
  • fichier (url) = [(#FICHIER**)]
  • +
  • durée = #DUREE
  • +
  • Chapitres : +
      + +
    • titre (chapter_title) = #TITRE

      +
        +
      • nom identifiant (short_chapter_name) = #NOM_IDENTIFIANT
      • +
      • sujet principal = #SUJET_PRINCIPAL
      • +
      • debut (start_timestamp) = #DEBUT
      • +
      • fin (end_timestamp) = #FIN
      • +
      +
    • + +
    +
  • +
+ + +
+ + [] + + + +
+ + diff --git a/squelettes/header/dist.html b/squelettes/header/dist.html new file mode 100644 index 0000000..df4885b --- /dev/null +++ b/squelettes/header/dist.html @@ -0,0 +1,15 @@ + + +
+ +
+ S'abonner au podcast + + #FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{1} +
+
diff --git a/squelettes/scss/base/_typo.scss b/squelettes/scss/base/_typo.scss index f00c21b..c217665 100644 --- a/squelettes/scss/base/_typo.scss +++ b/squelettes/scss/base/_typo.scss @@ -61,7 +61,7 @@ a { } .nav.principale { - font-family:$typo-titre; + font-family:$typo-labeur; } h1, .h1, @@ -71,7 +71,7 @@ h4, .h4, h5, .h5, h6, .h6 { font-family: $typo-titre; - font-weight: 200; + font-weight: 700; line-height: 1.2; font-style: normal; color: $couleur-titres; diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index adf5bf1..f84a624 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -19,7 +19,9 @@ .nav a { border:0; color:white; - padding:0.3em 1em 0.2em; + padding:0.3em 0.7em 0.2em; + margin-right:0; + margin-left:0; border-radius:4px; /* background-color:$couleurSecondaire; */ .on &,