[Résolu] Changer couleur de fond [Résolu] Changer couleur de fond
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Résolu] Changer couleur de fond

Started by virginie, April 02, 2008, 08:55:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

virginie

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)


Elwood J. Blues

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  ;)
Avant de poser une question passez par ici . 90% des réponses s'y trouvent !

virginie