Commit pending changes
This commit is contained in:
parent
bceefead70
commit
98a2f45e54
@ -247,3 +247,19 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**************************
|
||||||
|
* Campagne
|
||||||
|
* ************************/
|
||||||
|
|
||||||
|
.campagne img {
|
||||||
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
.presentation.campagne article ul {
|
||||||
|
column-count: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -13,16 +13,30 @@
|
|||||||
<div class="banniere">
|
<div class="banniere">
|
||||||
<BOUCLE_banniere(RUBRIQUES) {id_rubrique=8}>
|
<BOUCLE_banniere(RUBRIQUES) {id_rubrique=8}>
|
||||||
<BOUCLE_accroche(ARTICLES) {id_rubrique}>
|
<BOUCLE_accroche(ARTICLES) {id_rubrique}>
|
||||||
<article class="#EDIT{texte}"><h1 class="#EDIT{titre}">#TITRE</h1> #TEXTE
|
<article class="#EDIT{texte}"><h1 class="#EDIT{titre}">#TITRE</h1>
|
||||||
|
#TEXTE
|
||||||
</article>
|
</article>
|
||||||
</BOUCLE_accroche>
|
</BOUCLE_accroche>
|
||||||
</BOUCLE_banniere>
|
</BOUCLE_banniere>
|
||||||
</div>
|
</div>
|
||||||
|
[(#REM) inclure la campagne ]
|
||||||
|
<B_campagne>
|
||||||
|
<div class="presentation campagne">
|
||||||
|
<BOUCLE_campagne(RUBRIQUES) {id_rubrique=19}>
|
||||||
|
<BOUCLE_campagne_article(ARTICLES) {id_rubrique} {par num titre}>
|
||||||
|
<article><h2 class="#EDIT{titre}">#TITRE</h2>
|
||||||
|
#TEXTE
|
||||||
|
</article>
|
||||||
|
</BOUCLE_campagne_article>
|
||||||
|
</BOUCLE_campagne>
|
||||||
|
</div>
|
||||||
|
</B_campagne>
|
||||||
[(#REM) inclure l'introduction ]
|
[(#REM) inclure l'introduction ]
|
||||||
<div class="presentation">
|
<div class="presentation">
|
||||||
<BOUCLE_introduction(RUBRIQUES) {id_rubrique=1}>
|
<BOUCLE_introduction(RUBRIQUES) {id_rubrique=1}>
|
||||||
<BOUCLE_intro-texte(ARTICLES) {id_rubrique} {par date}{0,4}>
|
<BOUCLE_intro-texte(ARTICLES) {id_rubrique} {par date}{0,4}>
|
||||||
<article class="#EDIT{texte}"><h2 class="#EDIT{titre}">#TITRE</h2>
|
<article>
|
||||||
|
<h2 class="#EDIT{titre}">#TITRE</h2>
|
||||||
#TEXTE[ <a class="bouton-simple" href="#URL_SITE">(#NOM_SITE)</a>] <blockquote class="postscriptum">#PS</blockquote>
|
#TEXTE[ <a class="bouton-simple" href="#URL_SITE">(#NOM_SITE)</a>] <blockquote class="postscriptum">#PS</blockquote>
|
||||||
</article>
|
</article>
|
||||||
</BOUCLE_intro-texte>
|
</BOUCLE_intro-texte>
|
||||||
|
Loading…
Reference in New Issue
Block a user