diff --git a/content/article.html b/content/article.html index 889a972..13704ec 100644 --- a/content/article.html +++ b/content/article.html @@ -56,7 +56,7 @@ - [(#FICHIER|balise_img{#TITRE}|image_recadre{540:270,-,focus}|image_reduire{540, 270})] + [(#FICHIER|balise_img{#TITRE}|image_reduire{540, 540})] [
(#TITRE)
]
diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index fc41fdb..6a04502 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -9,6 +9,30 @@ cursor: pointer; } +textarea[name="texte"]{ + height:15rem; +} + +.section-top{ + padding-top: 8rem; +} + +.section-bottom{ + padding-bottom: 3rem; +} + +.cadre-blanc{ + padding: 1.5rem; + background: white; + border-radius: 0.5rem; +} + +.cadre-gris{ + padding: 1.5rem; + background: $gris-clair; + border-radius: 0.5rem; +} + // pour empêcher l'opacité à 0.5 pendant le chargement AJAX : .loading > * { opacity: 1 !important; @@ -83,27 +107,6 @@ body{ background: $bg-body; } -.section-top{ - padding-top: 8rem; -} - -.section-bottom{ - padding-bottom: 3rem; -} - -.cadre-blanc{ - padding: 1.5rem; - background: white; - border-radius: 0.5rem; -} - -.cadre-gris{ - padding: 1.5rem; - background: $gris-clair; - border-radius: 0.5rem; -} - - /**********************************************************************/ /************************* HEADER ******************************/ /**********************************************************************/ @@ -693,7 +696,10 @@ body{ } .photo-article{ - margin-bottom: 1.5rem;; + margin-bottom: 1.5rem; + width: 100%; + display: block; + text-align: center; } .liste-articles{ diff --git a/css/mon_site.css b/css/mon_site.css index 41faa8e..b9995b3 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -11873,6 +11873,30 @@ fieldset.reponse_formulaire { cursor: pointer; } +textarea[name="texte"] { + height: 15rem; +} + +.section-top { + padding-top: 8rem; +} + +.section-bottom { + padding-bottom: 3rem; +} + +.cadre-blanc { + padding: 1.5rem; + background: white; + border-radius: 0.5rem; +} + +.cadre-gris { + padding: 1.5rem; + background: #f2f2f2; + border-radius: 0.5rem; +} + .loading > * { opacity: 1 !important; } @@ -11959,26 +11983,6 @@ body { background: url("../images/bg-web.jpg"); } -.section-top { - padding-top: 8rem; -} - -.section-bottom { - padding-bottom: 3rem; -} - -.cadre-blanc { - padding: 1.5rem; - background: white; - border-radius: 0.5rem; -} - -.cadre-gris { - padding: 1.5rem; - background: #f2f2f2; - border-radius: 0.5rem; -} - /**********************************************************************/ /************************* HEADER ******************************/ /**********************************************************************/ @@ -12683,6 +12687,9 @@ body { .photo-article { margin-bottom: 1.5rem; + width: 100%; + display: block; + text-align: center; } .liste-articles .bloc-textes { diff --git a/inclure/bloc_article.html b/inclure/bloc_article.html index c0afde5..bfb9d4e 100644 --- a/inclure/bloc_article.html +++ b/inclure/bloc_article.html @@ -12,7 +12,7 @@
[(#DATE|affdate)]
- [
(#DESCRIPTIF)
] + [
(#DESCRIPTIF|sinon{#TEXTE|couper{130,'...'}})
]