forked from Chapril/www.chapril.org-spip
Compare commits
3 Commits
page_servi
...
master
Author | SHA1 | Date | |
---|---|---|---|
98a2f45e54 | |||
|
bceefead70 | ||
|
4f6d1a1768 |
@ -246,4 +246,20 @@
|
||||
.presentation article .services {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**************************
|
||||
* Campagne
|
||||
* ************************/
|
||||
|
||||
.campagne img {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.presentation.campagne article ul {
|
||||
column-count: 1;
|
||||
}
|
||||
}
|
||||
|
@ -3,11 +3,14 @@
|
||||
[(#REM) navigation pied de page]
|
||||
<ul>
|
||||
<BOUCLE_menu_footer (ARTICLES) {id_article=9}>
|
||||
<li style="float: left;"><a href="#URL_ARTICLE">#SURTITRE</a></li>
|
||||
<li style="float: left; margin-right: 30px;"><a href="#URL_ARTICLE">#SURTITRE</a></li>
|
||||
</BOUCLE_menu_footer>
|
||||
<BOUCLE_menu_footer2 (ARTICLES) {id_article=46}>
|
||||
<li style="float: left; margin-left: 50px;"><a href="#URL_ARTICLE">#SURTITRE</a></li>
|
||||
<li style="float: left; margin-right: 30px;"><a href="#URL_ARTICLE">#SURTITRE</a></li>
|
||||
</BOUCLE_menu_footer2>
|
||||
<BOUCLE_menu_footer3 (ARTICLES) {id_article=47}>
|
||||
<li style="float: left;"><a href="#URL_ARTICLE">#SURTITRE</a></li>
|
||||
</BOUCLE_menu_footer3>
|
||||
</ul>
|
||||
[(#REM) logo April]
|
||||
<div class="signature-april">
|
||||
|
@ -13,16 +13,30 @@
|
||||
<div class="banniere">
|
||||
<BOUCLE_banniere(RUBRIQUES) {id_rubrique=8}>
|
||||
<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>
|
||||
</BOUCLE_accroche>
|
||||
</BOUCLE_banniere>
|
||||
</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 ]
|
||||
<div class="presentation">
|
||||
<BOUCLE_introduction(RUBRIQUES) {id_rubrique=1}>
|
||||
<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>
|
||||
</article>
|
||||
</BOUCLE_intro-texte>
|
||||
|
Loading…
Reference in New Issue
Block a user