1 (edited by spytrdr 2006-10-03 15:21)

Topic: font size of forum names

I've noticed that the font of forum names in the main index (for example here "Bug reports", "Feature requests", "Troubleshooting", "Show off", etc) is slightly larger than the rest.
I think the bold is enough to make them stand out, and while keeping them in bold I would like to make them the same size as all other fonts (verdana 8pt?).
What is the css element that controls that? I've perused the oxygen.css but all I see is .pun this and .pun that.

Re: font size of forum names

.pun b { font-size: 8px; }

That should do it wink

3 (edited by spytrdr 2006-10-03 15:36)

Re: font size of forum names

Should I add it? Because I see .pun everything but no .pun b

Re: font size of forum names

Yes add it, also I seem to get that you want it being 8pt not 8px, in that case pay attention copy/pasting elbekko's code.

5 (edited by spytrdr 2006-10-03 17:11)

Re: font size of forum names

Well, actually nothing should be added, I just found out. What I wanted is regulated by .pun H3.
So I changed .pun H3 in oxygen.css from the current 1.1em to

.pun H3 {FONT-SIZE: 1em}

That did the trick. Now it looks exactly like I wanted.
Beautiful board. Much better out of the box than phpBB.