coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: virginie on April 02, 2008, 08:55:13 PM

Title: [Résolu] Changer couleur de fond
Post by: virginie on April 02, 2008, 08:55:13 PM
Bonjour !


je suis en train d'essayer de changer les couleurs de fond, de texte etc.. et il y a une partie que je n'arrive pas à changer. Où changer le code pour pouvoir changer cette couleur :

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg329.imageshack.us%2Fimg329%2F6985%2Fgalleryku3.jpg&hash=5acb5ba4bf3282c32c820cd07967ea1008756c5e)

Title: Re: Changer couleur de fond
Post by: Elwood J. Blues on April 02, 2008, 09:05:26 PM
Salut,

Regarde dans themes/classic/template.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<!-- $Id: template.html 2688 2005-12-04 03:22:35Z donnoman $ -->
</head>
<body>
  {CUSTOM_HEADER}
  <table width="100%" border="0" cellpadding="20" cellspacing="20">
    <tr>
      <td valign="top" style="border: 1px solid #666666;background-color:#FFFFFF;">


Remplace le #FFFFFF par ce que tu veux  ;)
Title: Re: Changer couleur de fond
Post by: virginie on April 02, 2008, 09:10:42 PM
Merci !!! ;D