Jump to content

Modification page maintenance


Recommended Posts

Bonsoir,

 

Je souhaite modifier la page de maintenance du site, mais malgré les plusieurs topics lus, mes modifications n'apportent rien, pourriez vous m'aiguiller sur mes erreurs svp?

 

Dans le fichier maintenance.tpl j'ai modifié body:

 

 

<body>

<div id="maintenance">

<p><img src="{$content_dir}img/monimage.png" alt="logo"</p>

<span style="clear:both;"> </span>

</div>

</body>

 

et dans maintenance.css, j'ai modifié en remplacant par ceci:

 

 

*, body{margin:0;padding:0}

body

{

font-family:90%/1em 'Lucida Grande', Verdana, sans-serif;

}

 

#maintenance

{

width:450px;

margin:35px auto 0 auto;

padding:12px 0;

background-image: url(monimage.png);

text-align:center;

text-transform:none;

font-weight:normal;

letter-spacing:0;

}

 

 

Merci pour votre aide

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...