Topic: searching for font style...

I have intergrated my punbb forum into my wordpress theme; but I can't seem to narrow down the code within either the Oxygen.css or the Oxygen_cs.css
I'd like to match the font-type and colors used in my  theme header. Where's the code for the brdmenu?
It currently appears to be white with the #ECD2B0 background.
any pointers? Thanks!

http://www.fbcwaynesboro.org/wp/wp-content/themes/traveller/img/truthjpg.jpg

2 (edited by downliner 2008-02-22 16:09)

Re: searching for font style...

style/imports/oxygen_cs.css

Line 91

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFF}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFF}

I believe thats what you're looking for to change the link colours smile

All of your forums colours can be found in the _cs.css document ~ presumably the _cs stands for "colour scheme" hmm

Re: searching for font style...

Thank you! Still trying to find a couple other things as well.

Re: searching for font style...

How can I set one default font family for this forum?
I found several references within the .css file, and wasn't certain if they had to be different.
Firebug doesn't seem to isolate the font location.
Thanks!

Re: searching for font style...

styles/style.css

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
Looking for a certain modification for your forum? Please take a look here before posting.

Re: searching for font style...

Thank you very much, does this "over-ride" the font families contained within the Oxygen theme?

7

Re: searching for font style...

That is the font-family for the Oxygen theme. There aren't any others except the monspace font for code/pre.

Re: searching for font style...

Oh... I get it! I was looking for a style.css... not oxygen.css smile

The font seems to be different for the words "General Chat - (category title)" and the menu with "Index... etc... (main title)"
How do I adjust these two lines so that they load the same font?
http://www.fbcwaynesboro.org/wp/wp-content/themes/traveller/img/text_settings.jpg