Skip to content
Extraits de code Groupes Projets
Valider 26fbba75 rédigé par tetue's avatar tetue
Parcourir les fichiers

Séparation du logo et du titre de site dans l'entête (pour éviter d'avoir...

Séparation du logo et du titre de site dans l'entête (pour éviter d'avoir un h1 vide en navigateur textuel)
parent c2864475
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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; }
<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>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter