Topic: Font assignments

I'm currently trying to get some of my font issues resolved, especially in my menu.  I've gotten the header image up and the location of the menu is now in place. (I'm slowly learning punBB's way of stylizing their forums). 

Below are two screenshots of my site, the first one is of the forums (work in progress) and it's fonts.

No!
http://img107.exs.cx/img107/7803/no4io.th.jpg

Yes!
http://img107.exs.cx/img107/1506/yes2ab.th.jpg

Here's what I'm looking to do.. I want to make the menu look exactly like the rest of my site, meaning I want the font size and hight of the menu to be exactly like the rest of the site. Now I've added the following to my temp CSS "camaro_cs.css"
----------
body {background-color: #8b8b8b;
margin-top: 4em;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
line-height: 1.2em;
text-align: left;
margin-left: 0px;
margin-right: 0px;
/*For IE's Scrollbars*/
scrollbar-face-color:#C0C0C0;
scrollbar-arrow-color:#000000;
scrollbar-highlight-color:#EAEAEA;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#E0E0E0;}

#punwrap
{
width:577px;
margin-left: auto;
margin-right: auto;
margin-top: 4em;}

#brdheader
{width:579px;
height:130px;
background-image: url(../images/hdr.jpg);
border: 2px solid;
}

#brdmenu
{font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
text-align: center;
background-color: #bebebe;
border: 2px #000000;
padding: 1px;
width: 577px;
border-left: 2px #000000 solid;
border-bottom: 2px #000000 solid;
border-right: 2px #000000 solid;
margin-top: auto;}

#brdmenu a:link, #brdmenu a:visited {color: #000000;
background-color: #bebebe;
text-decoration: none;
margin: 0px;
margin-left: 10px;
margin-right: 10px;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right:10px;
display: inline;
cursor: crosshair;}

#brdmenu a:hover, #brdmenu a.current {color: #d1d1d1;
background-color: #000000}
----------------
the above it taken from my CSS for my site.  I haven't found in the CSS for any of the styles any font definitions, are they located in base.css, oxygen.css or oxygen_cs.css?  Any attempts to change the font size of the menu doesn't work..

Any ideas?  I hope my post wasn't too confusing..  I'm still alittle confused with the CSS for the board..

I think I'll stick with this question for now and hit you gurus up later for more help smile

Thanks...

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

2

Re: Font assignments

All the font sizes are in section 2 of Oxygen.css, Sulfur.css etc.

You are using the wrong file for your stuff. The "_cs" bit stands for "colour scheme" and the idea was that only colours go in that file. Not that you could be expected to know that since there is nothing to tell you.

The file scheme you should follow is
- create a copy of Oxygen.css and name it camaro.css and put that in the style directory and change the import from Oxygen_cs.css to Camero_cs.css

- Create a copy of Oxygen_cs.css and rename it Camaro_css.css and put it in the imports directory

You can now create you own style based initially on Oxygen.

Re: Font assignments

Thank you very much.. that was stupid.. I was looking at that file too and just didn't see that..

Thanks again...

-Jason
---------------------------------
[img]http://camaro.ph-productions.com/images/sig_camaro.jpg[/img]
1999 Z28 A4

4

Re: Font assignments

Some of the fonts on my board are horribly small and I can't figure out where to change them.
Help?

http://www.samuelljackson.com/index.php … amp;id=374

That's what I mean by small

I'm using Mambo 4.5.2 and
Punbo version Punbo 0.3 - Check for upgrade
Copyright © 2005 Hans Blomme PunBB version PunBB 1.2.8
Copyright © 2002-2005 Rickard Andersson Server load 0.99 0.98 0.86 (1 users online)

Thank you@!

Re: Font assignments

Kamal wrote:

Some of the fonts on my board are horribly small and I can't figure out where to change them.
Help?

http://www.samuelljackson.com/index.php … amp;id=374

That's what I mean by small

I'm using Mambo 4.5.2 and
Punbo version Punbo 0.3 - Check for upgrade
Copyright © 2005 Hans Blomme PunBB version PunBB 1.2.8
Copyright © 2002-2005 Rickard Andersson Server load 0.99 0.98 0.86 (1 users online)

Thank you@!

That would be a conflict between your customizations & the IE hacks in the default .css files. Just remove the following code from your bf2.css, and your problem will be gone smile

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

By the way, that problem only occurs with IE v6 and below.