Colors being changed on CPG from included anycontent.php Colors being changed on CPG from included anycontent.php
 

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

Colors being changed on CPG from included anycontent.php

Started by rurbaniak, October 26, 2004, 04:37:58 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

rurbaniak

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? 


Tranz



Tranz

The blogger code for the css style is overriding your gallery style:
/* 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