diff --git a/dist/habillage.css b/dist/habillage.css index 70d605fba5c37ee82817d5c1962e9b03643bbaf7..8c78c2b72a95adbcd9f0c25e60ff0b722a10263e 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -87,17 +87,17 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor /* * Entete */ #entete { width: 100%; + position: relative; font-size: 0.77em; } #entete h1 { - float: left; + position: absolute; + bottom: 0; font-weight: bold; - font-size: 1.5em; - margin: 0; - padding: 0;} + font-size: 1.5em; } #entete a { text-decoration: none; } -#entete a img.spip_logos { display: block; } +#entete a .spip_logos { display: block; float: left; } /* * Fil d'Ariane */ #hierarchie { @@ -188,7 +188,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor font-weight: bold; color: #000000; } -.cartouche img.spip_logos { +.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 16px; } @@ -270,7 +270,7 @@ blockquote { #documents_joints h3 { margin-bottom: 10px; font-weight: bold; } #documents_joints li { margin-bottom: 10px; } -#documents_joints li img.spip_logos {} +#documents_joints li .spip_logos {} #documents_joints li .spip_doc_titre { text-align: left; } #documents_joints li .spip_doc_descriptif {} @@ -283,7 +283,7 @@ blockquote { font-size: 1.03em; font-weight: bold; } -.extrait img.spip_logos { +.extrait .spip_logos { float: right; margin-left: 16px; margin-bottom: 16px; @@ -409,4 +409,4 @@ ul ul ul ul ul .forum-chapo { background: #FFFFFF; } /* Divers /* ------------------------------------------ */ .invisible { position: absolute; top: -3000em; height: 1%; } -.nettoyeur { clear: both; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; } \ No newline at end of file +.nettoyeur { clear: both; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; } diff --git a/dist/inc-entete.html b/dist/inc-entete.html index d694e0f7443a6d690cc1b6a98945388c766f1fd3..1bc34464b368ea8ac19d19a205fd99881bea7c07 100644 --- a/dist/inc-entete.html +++ b/dist/inc-entete.html @@ -1,10 +1,11 @@ <div id="entete"> -[(#REM) Afficher le logo du site, sinon le titre du site ] -<h1>[<a rel="start" href="#URL_SITE_SPIP/">(#LOGO_SITE_SPIP||reduire_image{770,200}|inserer_attribut{alt,[(#NOM_SITE_SPIP|textebrut)]}|inserer_attribut{title,[(#NOM_SITE_SPIP|textebrut)]}|sinon{#NOM_SITE_SPIP})</a>]</h1> +[(#REM) Afficher le logo et le titre du site ] +[<a rel="start" href="#URL_SITE_SPIP/" title="<:accueil_site:>">(#LOGO_SITE_SPIP||reduire_image{770,200}|inserer_attribut{alt,[(#NOM_SITE_SPIP|textebrut)]})</a>] +<h1[ style="margin-#LANG_LEFT: (#LOGO_SITE_SPIP||reduire_image{770,200}|largeur)px;"]>[<a rel="start" href="#URL_SITE_SPIP/">(#NOM_SITE_SPIP)</a>]</h1> [(#REM) Formulaire de recherche ] [(#FORMULAIRE_RECHERCHE)] <br class="nettoyeur" /> -</div> \ No newline at end of file +</div>