CyberAlien wrote:- Code: Select all
.postbody a { color: #FF0000; } /* normal link */
.postbody a:visited { color: #AA0000; } /* visited link */
.postbody a:hover { color: #FFFFFF; text-decoration: none; } /* mouseover */
.postbody a:active { color: #FF8000; text-decoration: none; } /* clicked */
As I said, I already did.
But when you have a link without a class specified, like for example the www link in users profile, it will take the a class from my css file (the one I use for my whole website).
In my css file, the links are black because my pages are in white background.
For the forum I need them white because the forum is in black background.
And it is not very easy to change that.
(not easy to explain in english neither, I confess !)
CyberAlien wrote:..and there are no hardcoded images. all images that aren't changable in tpl can be changed in style_name.cfg
I did not change the name of the images, I just replaced them with mine.
There are errors in the cfg file.
For example this one :
- Code: Select all
$images['voting_graphic'][0] "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] "$current_template_images/voting_bar.gif";
Where the voting_bar where voting_lcap.gif and voting_rcap.gif are not defined.
I did not change that, it was already like this.
The result is that the page picks up the subSilver one because it does not find the images in the current template, because, if I understand correct, there are not defined in the cfg file.