debug aside article blog et pagination, inclusion correcte de la

liste/resume-articles
This commit is contained in:
chankalan 2020-12-08 17:49:40 +01:00
parent a124dd3f79
commit 392d1b1fc7
3 changed files with 18 additions and 18 deletions

View File

@ -6,15 +6,7 @@
[<div class="#EDIT{texte} texte surlignable">(#TEXTE|image_reduire{#CONST{_CONTENT_WIDTH},0})</div>]
<B_articles>
<div class="liste_articles">
#ANCRE_PAGINATION
<BOUCLE_articles(ARTICLES){id_rubrique} {tri_rubrique} {pagination 10}>
#INCLURE{fond=inclure/resume/article, id_article}
</BOUCLE_articles>
[<p class="pagination">(#PAGINATION{page_precedent_suivant})</p>]
</div>
</B_articles>
<INCLURE{fond=inclure/liste/articles-resume,env,ajax,id_rubrique,hero=oui} />
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>

View File

@ -18,4 +18,4 @@
<//B_accueil>
<INCLURE{fond=inclure/liste/articles-resume,env,ajax,parpage=10,id_rubrique=1,hero=oui,class=blog,class=taille130,align=center,voirtous=Toutes les transcriptions} />
<INCLURE{fond=inclure/liste/articles-resume,env,ajax,parpage=10,nb=30,id_rubrique=1,hero=oui,class=taille130,align=center,voirtous=Toutes les transcriptions} />

View File

@ -183,6 +183,9 @@ a {
color:$couleur-texte;
}
}
.composition_transcriptions & {
font-size:1.1rem;
}
}
.article-resume__intro, .article-resume__soustitre {
color:white;
@ -373,7 +376,7 @@ a {
display:block;
border-left:solid $couleurConnexplus ($spacer/3);
background-color:$couleurBkgT;
padding:($spacer*2.5) $spacer $spacer ($spacer*1.5);
padding:($spacer*1.5) $spacer $spacer ($spacer*1.5);
margin-bottom:($spacer*2);
&, a {
@ -400,7 +403,7 @@ a {
}
.article-resume__logo {
float:right;
margin:-($spacer*1.5) 0 0 ($spacer * 1.5);
margin:-($spacer*0.5) 0 0 ($spacer * 1.5);
max-width:30%;
width:auto;
border:1px solid $couleurBordureBleue;
@ -434,7 +437,7 @@ a {
.composition_transcriptions {
.page_content {
margin-right:0;
article {
> article {
padding:($spacer*2.5) ($spacer*2) $spacer;
background-color:$couleurBkgT;
border-radius:0 0 6px 6px;
@ -469,14 +472,16 @@ a {
}
}
.liste_articles article {
padding:($spacer*2.5) $spacer $spacer ($spacer*2);
/* padding:($spacer*2.5) $spacer $spacer ($spacer*2); */
@include media($bp-medium-up) {
padding:($spacer*2.5) $spacer $spacer ($spacer*4);
/* padding:($spacer*2.5) $spacer $spacer ($spacer*4); */
}
}
.article__texte br + b {
display: block;
margin-top: 1em;
.article__texte {
p > strong, br + b {
display: block;
margin-top: 1em;
}
}
}
.article__infos {
@ -691,6 +696,9 @@ a {
}
div > &:first-child {
margin-top:0;
.composition_contact & {
padding:$spacer;
}
}
}
.fondbleu {