Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Colors being changed on CPG from included anycontent.php  (Read 3571 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.016 seconds with 20 queries.