Merci pour la réponse. Effectivement un peu court...
La base est Prosilver.
Malheureusement, je travaille la skin hors ligne.
Ça donne ça :
imageDans l'overall-header.html, ça donne ça :
- Code: Tout sélectionner
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<div id="header-center">
<div id="header-top_image" title='VFL-FR'></div>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
</div>
<div id="header-right_image" title='La photo du moment'></div>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Pour les CSS, ça donne ça pour le titre :
- Code: Tout sélectionner
#header-center {
display: block;
float: left;
text-align: center;
height: 150px;
width: auto;
margin: 10px 10px 10px 0;
}
#header-top_image {
background: url("{T_THEME_PATH}/images/VFL-FR_Title.png") no-repeat;
height: 90px;
width: 400px;
margin: 0 auto 10px auto;
}
Et pour la photo de droite :
- Code: Tout sélectionner
#header-right_image {
background: url("{T_THEME_PATH}/images/vfl-fr_header-photo.png") no-repeat;
display: block;
float: right;
height: 150px;
width: 224px;
margin: 10px 10px 10px 0;
}
Voilà, j'espère avoir été assez complet pour les infos. Bien sûr, si il y a des infos totalement inutiles ou erronées, ne pas hésiter à le dire...
Merci pour votre aide.