diff --git a/noisettes/articles_connexes.html b/noisettes/articles_connexes.html index a0be814c804a327f63dd2f394ddeb98e374bee4f..5314712cf463753f8406a18be4fa1ab541a9b376 100644 --- a/noisettes/articles_connexes.html +++ b/noisettes/articles_connexes.html @@ -8,7 +8,7 @@ <h2><:soyezcreateurs:articlesconnexes:></h2> <ul> <BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}> - <li class="#EDIT{titre}"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> + <li class="#EDIT{titre}[ (#COMPTEUR_BOUCLE|alterner{'odd',''})]"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> </BOUCLE_ArticlesConnexes> </ul> </B_ArticlesConnexes>#FILTRE{mini_html} \ No newline at end of file diff --git a/noisettes/articles_connexes_locaux.html b/noisettes/articles_connexes_locaux.html index b082582b10600c1fdef70e23a3674c56d57675cf..34c9146936dd1acf17f6ee33cf8013ecaaa8a830 100644 --- a/noisettes/articles_connexes_locaux.html +++ b/noisettes/articles_connexes_locaux.html @@ -9,7 +9,7 @@ <h2><:soyezcreateurs:articlesconnexes:></h2> <ul> <BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}> - <li class="#EDIT{titre}"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> + <li class="#EDIT{titre}[ (#COMPTEUR_BOUCLE|alterner{'odd',''})]"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> </BOUCLE_ArticlesConnexes> </ul> </B_ArticlesConnexes>#FILTRE{mini_html} \ No newline at end of file diff --git a/noisettes/cartouches/article_cartouche.html b/noisettes/cartouches/article_cartouche.html index 8c551a7486e793d4f3eaf7feb9cd635d5e9c2b34..c37124953d1b16ba56468319cc89a573cbeafe71 100644 --- a/noisettes/cartouches/article_cartouche.html +++ b/noisettes/cartouches/article_cartouche.html @@ -34,7 +34,7 @@ <h2><:mots_clefs:></h2> <ul> <BOUCLE_MotsClefsArticle(MOTS){id_article}{doublons 1}> -<li><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a></li> +<li class="[(#COMPTEUR_BOUCLE|alterner{'odd',''})]"><BOUCLE_PluginsMotsArborescents(CONDITION){si #PLUGIN{motsar}}><BOUCLE_MotsArborescents(HIERARCHIE_MOTS){id_mot}><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a> / </BOUCLE_MotsArborescents></BOUCLE_PluginsMotsArborescents><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a></li> </BOUCLE_MotsClefsArticle> </ul> <BOUCLE_EstDansUnMenuHaut(RUBRIQUES){id_rubrique}{titre_mot=MenuHaut}> diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 8fc9a12b7bb8e7c15f93866123b6a222a91322da..6e501695909c95d1aab530a88a1b4cb55ec78475 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -1079,7 +1079,7 @@ table.programmation caption { text-align: left; } border-right-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})]; font-size: #CONFIG{soyezcreateurs_couleurs/fontsizeartrecents,1.1}em; } -#artrecents a { display: block; background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: normal; text-align: left; text-decoration: none; } +#artrecents li { background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: normal; text-align: left; text-decoration: none; } #artrecents .odd { background-color: transparent; color: [(#GET{c_cadrestexte})];} #artrecents .odd a { background-color: transparent; color: inherit;} #artrecents ul { margin-left: 1em; margin-bottom: 0; }