Topic: style colors

where does the Oxygen style derive its color from ?

thank you for your time and have a good day

Re: style colors

the Oxygen.css file in styles

3 (edited by badgers 2004-12-16 13:41)

Re: style colors

thank you I appreciate your help
can you help me figure out which color is setting the
Home | User list | Search | Register | Login

text color? I want to make it a deeper blue

Re: style colors

PS
I would like to thank Rickard Andersson.
This is a very fast BB
I have used and removed phpBB and blackboard,
I really feel this is a much "snappier" board..

5

Re: style colors

The problem is that the stylesheet sets the same colour for all links. To just change the colour of the main menu as you want try this

1. Open the file main.tpl and find this
<td class="puncon1">
     <pun_navlinks><br><br>
    <pun_status>
</td>

2. Change it to this
<td id="punmenu" class="puncon1">
     <pun_navlinks><br><br>
    <pun_status>
</td>

3. Add this to your stylesheet
TD#punmenu A:link, TD#punmenu A:visited {COLOR: #whatever}