diff --git a/lang/libreavous_fr.php b/lang/libreavous_fr.php index f2827db..3f1d9c4 100644 --- a/lang/libreavous_fr.php +++ b/lang/libreavous_fr.php @@ -12,7 +12,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'ogg' => 'OGG', 'mp3' => 'MP3', 'emission_integrale' => 'Émission intégrale', - + 'page_de_l_emission' => 'Page de l’émission', + 'sujet_principal' => 'Sujet principal', + 'et_aussi' => 'Et aussi', 'photos_de_l_emission' => 'Photos de l’émission', 'galerie_april' => 'Galerie April', diff --git a/squelettes/content/article-emission.html b/squelettes/content/article-emission.html index 4409974..2782d86 100644 --- a/squelettes/content/article-emission.html +++ b/squelettes/content/article-emission.html @@ -47,8 +47,8 @@ ] @@ -63,11 +63,13 @@ -
+

<:libreavous:et_aussi:>

- - - +
+ + + +
@@ -95,7 +97,7 @@
[(#PODCAST_PERSONNES|oui)Personnes participantes] - [(#PODCAST_REFERENCES|oui)Références] + Références [(#PODCAST_TRANSCRIPTION|oui)Transciption] [(#PODCAST_MUSIQUE|oui)Pauses musicales] [(#CONFIG{libreavous/licence}|oui)Licence] @@ -104,8 +106,8 @@ [

Personnes participantes

(#PODCAST_PERSONNES|propre)
] - [

Références

-
(#PODCAST_REFERENCES)
] +

Références

+ [
(#PODCAST_REFERENCES)
]
diff --git a/squelettes/inclure/chapitre.html b/squelettes/inclure/chapitre.html index 97cdadf..413fd9b 100644 --- a/squelettes/inclure/chapitre.html +++ b/squelettes/inclure/chapitre.html @@ -2,16 +2,24 @@ diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index bea0448..8d6425f 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -239,51 +239,67 @@ h2 { /* flex-grow:2; */ width:76%; } - .telecharger { - list-style:none; - width:24%; - padding:0 0 0 2em; - margin:0; - li { - margin-bottom:1em; - &:last-child { - margin:0; - } - } - .btn { - width:100%; - padding:0 0.5em 0.3em 40px; - position:relative; - text-align:left; - border-width:0.25em; - border-color:$couleurSecondaire; - color:$couleurSecondaire !important; - font-weight:900; - font-size:1.15rem; - &:before { - @include triangle(right, $couleurSecondaire, 0.5em); - position: absolute; - left: 15px; - top: 50%; - margin-top:-0.5em; - } - small { - font-size:0.7em; - font-weight:400; - } - &.mp3 { - border-color:$couleurPrincipale; - color:$couleurPrincipale !important; - &:before { - @include triangle(right, $couleurPrincipale, 0.5em); - } - } - &:hover, &:active { - background:none !important; - border-color:$couleurPrincipaleOn !important; - } +} + +.telecharger { + list-style:none; + width:24%; + padding:0 0 0 2em; + margin:0; + li { + margin-bottom:1em; + &:last-child { + margin:0; } } + .btn.podcast { + width:100%; + padding-left:2.2rem; + font-size:1.15rem; + } +} + +.btn.podcast { + padding:0 0.5em 0.3em 1rem; + position:relative; + text-align:left; + border-width:0.25em; + border-color:$couleurSecondaire; + color:$couleurSecondaire !important; + font-weight:900; + h2 &, h3 & { + font-size:50%; + &:before { + left:0.4rem; + } + } + &:before { + @include triangle(right, $couleurSecondaire, 0.5em); + position: absolute; + left: 0.8rem; + top: 50%; + margin-top:-0.5em; + } + small { + font-size:0.7em; + font-weight:400; + } + &.mp3 { + border-color:$couleurPrincipale; + color:$couleurPrincipale !important; + &:before { + @include triangle(right, $couleurPrincipale, 0.5em); + } + } + &:hover, &:active, &:focus { + background:none !important; + border-color:$couleurPrincipaleOn !important; + } +} + + +.sujet_autre { + background:$couleurBackgroundTexte; } div.star-rating, div.star-rating a {