Jump to content

Faire une ombre!!!!


Recommended Posts

Bonjour,

si sa peut t'aider pour le background

il faut dans ton ficher global.css dans le dossier css de ton thème

remplacer ceci

body {
   background-color: white;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: #5d717e;
   text-align:center;
}



par cela

body {
   background: #8a8a8a url('../img/effect.png') repeat-y 50% 1px;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: #5d717e;
   text-align:center;
}



sans oublier de copier l'image jointe de le fichier img de ton thème


++

phil

5815_olC8QokCP0xFDvnHaLxD_t

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...