diff --git a/noisettes/sites_branche_detail.html b/noisettes/sites_branche_detail.html index 89198a691e473c22f9dbdb2c4681849f942ee990..cfc8c3d64de6918d301f11a05eccfae7c778defe 100644 --- a/noisettes/sites_branche_detail.html +++ b/noisettes/sites_branche_detail.html @@ -1,6 +1,11 @@ <B_sites> <ul class="listesites"> - <BOUCLE_sites(SITES) {id_rubrique} {par nom_site}>[(#SET{lelogo,[(#LOGO_SITE_NORMAL|sinon{#LOGO_SITE}|sinon{#CHEMIN{images/sites_default.png}}|image_passe_partout{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},#CONFIG{soyezcreateurs_layout/hauteurlogolistessites,48}}|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},#CONFIG{soyezcreateurs_layout/hauteurlogolistessites,48}}|image_format{png}|image_recadre{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},0,'top','transparent'})]})]<li><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">[<img class="logo_site" src="(#GET{lelogo}|extraire_attribut{src}|appliquer_filtre{supprimer_timestamp,true}|embarque_fichier)"[ width="(#GET{lelogo}|largeur)"][ height="(#GET{lelogo}|hauteur)"] alt="" />]#NOM_SITE</a><BOUCLE_EstSyndique(SYNDIC_ARTICLES){id_syndic}{0,1}> <img src="#CHEMIN{images/rss-icon.png}" class="rss_site" alt="RSS" title="<:sites:info_site_syndique:>" [width="(#CHEMIN{images/rss-icon.png}|largeur)" ][height="(#CHEMIN{images/rss-icon.png}|hauteur)" ]/></BOUCLE_EstSyndique>[<br />(#DESCRIPTIF)]</li></BOUCLE_sites> + <BOUCLE_sites(SITES) {id_rubrique} {par nom_site}>[(#SET{lelogo,[(#LOGO_SITE_NORMAL|sinon{#LOGO_SITE}|sinon{#CHEMIN{images/sites_default.png}}|image_passe_partout{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},#CONFIG{soyezcreateurs_layout/hauteurlogolistessites,48}}|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},#CONFIG{soyezcreateurs_layout/hauteurlogolistessites,48}}|image_format{png}|image_recadre{#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48},0,'top','transparent'})]})]<li> + <div class="#EDIT{nom_site}"><BOUCLE_EstSyndique(SYNDIC_ARTICLES){id_syndic}{0,1}><img src="#CHEMIN{images/rss-icon.png}" class="rss_site" alt="RSS" title="<:sites:info_site_syndique:>" [width="(#CHEMIN{images/rss-icon.png}|largeur)" ][height="(#CHEMIN{images/rss-icon.png}|hauteur)" ]/></BOUCLE_EstSyndique><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">[<img class="logo_site" src="(#GET{lelogo}|extraire_attribut{src}|appliquer_filtre{supprimer_timestamp,true}|embarque_fichier)"[ width="(#GET{lelogo}|largeur)"][ height="(#GET{lelogo}|hauteur)"] alt="" />]#NOM_SITE</a> + <span class="blocliendirect"><span class="liendirect">(</span><a href="#URL_SITE" class="spip_out" title="<:lien_visite_site|ucfirst:> [(#NOM_SITE|attribut_html)]"><:lien_visite_site|ucfirst:></a><span class="liendirect">)</span></span> + </div> + [<div class="#EDIT{descriptif}">(#DESCRIPTIF)]</div> + </li></BOUCLE_sites> </ul> </B_sites> #FILTRE{mini_html} \ No newline at end of file diff --git a/paquet.xml b/paquet.xml index 6d04f2925f5179ede26399bb22b973a0cdf68090..610776ffa473f4a5499873e58ae32c3550c99902 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="soyezcreateurs" categorie="squelette" - version="4.0.59" + version="4.0.60" etat="stable" compatibilite="[3.0.20;3.1.*]" logo="img_pack/soyezcreateurs_48.png" diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index bdaf9a95f76f9cc1fffd0b464fc8c1cfd0a630d5..74bdd7a6a58ea72e336a30cce20fea57a69b380d 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -1466,11 +1466,17 @@ ul.newsticker { width: [(#GET{largeurtotale}|plus{12})]px } div [lang], span [lang] { font-style: italic; } /*************** RUBRIQUES AUTOMATIQUES, SITES */ -#content .listesites img.logo_site { float:left; padding:0 1em 1em 0; } -#content .listesites img.rss_site { padding:0 0 0 1em; vertical-align: middle;} +#content .listesites img.logo_site { float:left; padding:0; margin-left: -[(#CONFIG{soyezcreateurs_layout/largeurlogolistessites,48}|plus{8})]px; } +#content .listesites img.rss_site { padding:0 0 0 1em; vertical-align: middle; clear: right; float: right} #content .listesitesssrub li { clear: left; list-style-image: url([(#CHEMIN{images/menu_plus.gif}|embarque_fichier)]); padding-bottom: 1em; } #content .listesitesssrub li ul { padding-top: 1em; } -#content .listesites li { clear: left; list-style: none; } +#content .listesites li { clear: left; list-style: none; margin-bottom: 2em; } +#content .listesites li div { margin-left: #CONFIG{soyezcreateurs_layout/largeurlogolistessites,48}px; padding-left: 8px; } +#content .listesites li p { margin-top: 0.5em; } +#content .listesites .blocliendirect { display: inline-block; font-style: italic; } +#content .listesites .liendirect, #content .listesites .spip_out { opacity: 0.5; display: inherit; } +#content .listesites a.spip_out:hover { opacity: 1; } +.listesitesssrub { padding-left: 2em; } #mobile-header { display: none; position: fixed; top: 0; }