coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Visitors on December 25, 2006, 06:12:53 AM

Title: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 06:12:53 AM
Hi.

I have simple problem. I can't change 3 colors in template. I look in style.css, template.html and can't find.

Here is printscreen for you to see what is 3 colors.

Thanks.
Title: Re: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 06:14:05 AM
Sorry. I forgot. I want yellow change to red, green to pink and orange to pink too.
Title: Re: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 06:18:22 AM
Here is the link to gallery for better see the problem

http://www.prsata.com/index.php
Title: Re: Probelm with 3 colors changing
Post by: François Keller on December 25, 2006, 10:30:50 AM
QuoteI look in style.css, template.html and can't find.
You must modify the background pictures in the images folder from the fruity theme.
Title: Re: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 10:53:26 AM
Quote from: Frantz on December 25, 2006, 10:30:50 AM
You must modify the background pictures in the images folder from the fruity theme.

Yes, this was the first thing what I was doing, but don't work. I don't know why, maybe is a bug in template.
Title: Re: Probelm with 3 colors changing
Post by: Joachim Müller on December 25, 2006, 10:59:37 AM
Well, obviously you have not replaced the graphic resources, as your page displays standard fruity colors. This is not a bug, but a PEBKAC issue. I suggest not to shout "bug" if issues exist on your end.
Title: Re: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 11:32:58 AM
What is PEBKAC issue.

I replaced all images like button_bg.gif, main_top_left.gif, middle_top2.gif, lb_left.gif and this images is ok, but this yellow color is not in css or images group. Yellow, green and orange is from template but I can't change. I change in template but don't work on site.
Title: Re: Probelm with 3 colors changing
Post by: Visitors on December 25, 2006, 12:01:09 PM
I solve the problem. Only can be solved changing color code in html code

{CUSTOM_HEADER}
  <table border="0" cellspacing="0" cellpadding="0" width="100%">
    <tr>
      <td id="m11" style="background-color:#CE0000">&nbsp;</td>
      <td style="background-color:#CE0000" id="m12">&nbsp;</td>
      <td id="m13">
        <table border="0" cellspacing="0" cellpadding="0" width="100%">
          <tr>
            <td style="background-image:url(themes/fruity/images/middle_top2.gif);background-repeat:no-repeat;background-color:#FFA600" width="168">
              <img src="themes/fruity/images/blind.gif" width="168" height="81" border="0" alt="" />
            </td>
            <td style="background-color:#FFA600" align="left" valign="middle">


and

<td style="background-color:#CE0000">&nbsp;</td>
            <td style="background-image:url(themes/fruity/images/lb_left.gif);background-repeat:no-repeat" width="126">
              <img src="themes/fruity/images/blind.gif" width="1" height="55" border="0" alt="" />&nbsp;</td>
.....
{CUSTOM_FOOTER}