Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Colors being changed on CPG from included anycontent.php  (Read 3575 times)

0 Members and 1 Guest are viewing this topic.

rurbaniak

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Colors being changed on CPG from included anycontent.php
« on: October 26, 2004, 04:37:58 pm »

I included a BLOG from blogger.com in my anycontent.php file, and it changes the colors of my links, etc on CPG.  IS there a way to get control of this? 

Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Colors being changed on CPG from included anycontent.php
« Reply #1 on: October 26, 2004, 04:59:21 pm »

Link, please.
Logged

rurbaniak

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Colors being changed on CPG from included anycontent.php
« Reply #3 on: October 26, 2004, 05:25:34 pm »

The blogger code for the css style is overriding your gallery style:
Code: [Select]
/* Links
----------------------------------------------- */
a:link {
  color:#488;
  }
a:visited {
  color:#885;
  }
a:hover {
  color:#000;
  }
a img {
  border-width:0;
  }

Edit those or delete them if you want your styles to come strictly from your gallery. There are some other references to the 'a' tag, such as a.comment-link, so if you still don't achieve the desired look, you should look for them
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.