debug aside article blog et pagination, inclusion correcte de la
liste/resume-articles
This commit is contained in:
parent
a124dd3f79
commit
392d1b1fc7
@ -6,15 +6,7 @@
|
|||||||
|
|
||||||
[<div class="#EDIT{texte} texte surlignable">(#TEXTE|image_reduire{#CONST{_CONTENT_WIDTH},0})</div>]
|
[<div class="#EDIT{texte} texte surlignable">(#TEXTE|image_reduire{#CONST{_CONTENT_WIDTH},0})</div>]
|
||||||
|
|
||||||
<B_articles>
|
<INCLURE{fond=inclure/liste/articles-resume,env,ajax,id_rubrique,hero=oui} />
|
||||||
<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>
|
|
||||||
|
|
||||||
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
|
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
|
||||||
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
<//B_accueil>
|
<//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} />
|
||||||
|
@ -183,6 +183,9 @@ a {
|
|||||||
color:$couleur-texte;
|
color:$couleur-texte;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.composition_transcriptions & {
|
||||||
|
font-size:1.1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.article-resume__intro, .article-resume__soustitre {
|
.article-resume__intro, .article-resume__soustitre {
|
||||||
color:white;
|
color:white;
|
||||||
@ -373,7 +376,7 @@ a {
|
|||||||
display:block;
|
display:block;
|
||||||
border-left:solid $couleurConnexplus ($spacer/3);
|
border-left:solid $couleurConnexplus ($spacer/3);
|
||||||
background-color:$couleurBkgT;
|
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);
|
margin-bottom:($spacer*2);
|
||||||
|
|
||||||
&, a {
|
&, a {
|
||||||
@ -400,7 +403,7 @@ a {
|
|||||||
}
|
}
|
||||||
.article-resume__logo {
|
.article-resume__logo {
|
||||||
float:right;
|
float:right;
|
||||||
margin:-($spacer*1.5) 0 0 ($spacer * 1.5);
|
margin:-($spacer*0.5) 0 0 ($spacer * 1.5);
|
||||||
max-width:30%;
|
max-width:30%;
|
||||||
width:auto;
|
width:auto;
|
||||||
border:1px solid $couleurBordureBleue;
|
border:1px solid $couleurBordureBleue;
|
||||||
@ -434,7 +437,7 @@ a {
|
|||||||
.composition_transcriptions {
|
.composition_transcriptions {
|
||||||
.page_content {
|
.page_content {
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
article {
|
> article {
|
||||||
padding:($spacer*2.5) ($spacer*2) $spacer;
|
padding:($spacer*2.5) ($spacer*2) $spacer;
|
||||||
background-color:$couleurBkgT;
|
background-color:$couleurBkgT;
|
||||||
border-radius:0 0 6px 6px;
|
border-radius:0 0 6px 6px;
|
||||||
@ -469,16 +472,18 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.liste_articles article {
|
.liste_articles article {
|
||||||
padding:($spacer*2.5) $spacer $spacer ($spacer*2);
|
/* padding:($spacer*2.5) $spacer $spacer ($spacer*2); */
|
||||||
@include media($bp-medium-up) {
|
@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 {
|
.article__texte {
|
||||||
|
p > strong, br + b {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.article__infos {
|
.article__infos {
|
||||||
position:relative;
|
position:relative;
|
||||||
height:auto;
|
height:auto;
|
||||||
@ -691,6 +696,9 @@ a {
|
|||||||
}
|
}
|
||||||
div > &:first-child {
|
div > &:first-child {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
|
.composition_contact & {
|
||||||
|
padding:$spacer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.fondbleu {
|
.fondbleu {
|
||||||
|
Loading…
Reference in New Issue
Block a user