Aztek

CSS problems (not the game)

3 posts in this topic

the only thing i thing it is is the class in the p tag (author)

but the only color css about that is

/* Profile links */

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {

	color: #FFFFFF;

}


.postprofile a:hover, .postprofile dt.author a:hover {

	color: #FFFFFF;

}

obviously not that, that's set to white

Share this post


Link to post
Share on other sites

well, seem to have fixed that, that value was not shown in the colors.css file so all i added was

/* Post author */

p.author {

	color: #FFFFFF;

}

and there all my problems solved, now just to go off and change all pictures to png's ;)

happy p2p'in

Edited by Aztek

Share this post


Link to post
Share on other sites