Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
How can I reduce the fonts sizes of my forum ?; How can I make my forum look small ?
Topic Started: Sep 20 2008, 12:42 PM (890 Views)
Niknok Seyer
Member Avatar
Member
[ * ]
My forum is http://s9.zetaboards.com/BloodPact/index/

and.. I need the fonts to be reduced and look something like http://s1.zetaboards.com/Testing/index/?setskin=40615

Thanks. ;)
Offline Profile Quote Post Goto Top
 
jameswgw
Member
[ *  * ]
The main text is this part...

Code:
 
html,body {
background: #fff url() repeat;
color:#000;
font-family:"Trebuchet MS", "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:88%;
margin:0;
padding:0;
}


Change the "font-size" part to a lower percentage.

The font size on the Vox theme is 93.3%

hope that helps.
Edited by jameswgw, Sep 21 2008, 01:16 AM.
Offline Profile Quote Post Goto Top
 
Niknok Seyer
Member Avatar
Member
[ * ]
jameswgw
Sep 21 2008, 01:14 AM
The main text is this part...

Code:
 
html,body {
background: #fff url() repeat;
color:#000;
font-family:"Trebuchet MS", "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:88%;
margin:0;
padding:0;
}


Change the "font-size" part to a lower percentage.

The font size on the Vox theme is 93.3%

hope that helps.
93.3% is the default size, I think.

so.. changing the font-size to 88% it reduced the font size of my forum.

yet.. there still problems regarding the size I used.

It made my fonts not so clear and kinda hard to read.

nyway.. thanks.
Offline Profile Quote Post Goto Top
 
Nicola
Darth Vader's Sewing Instructor

You could do what I did and manually change the font sizes across the CSS per thing. It takes longer and might get annoying, but it works. It also depends on which font you're using. Smaller can mean completely unreadable compared to another. Changing the BODY font size is not the best maneuver. Some only need reducing by a small amount, or I decreasing the font-weight (700 is bold, 400 is not). Changing the 'global' (99.3% is the default size across the board unless otherwise stated in the CSS) value will just decrease them all by the same amount, which you might not want to do.
jameswgw
 
html,body {
background: #fff url() repeat;
color:#000;
font-family:"Trebuchet MS", "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:88%;
margin:0;
padding:0;
}
^That's not even default. 93.3% is the default font size...hence why it's on Vox :P

Thank-you for using the forums rather than PM more staff for support.
Offline Profile Quote Post Goto Top
 
Niknok Seyer
Member Avatar
Member
[ * ]
Nicola
Sep 21 2008, 09:26 AM
You could do what I did and manually change the font sizes across the CSS per thing. It takes longer and might get annoying, but it works. It also depends on which font you're using. Smaller can mean completely unreadable compared to another. Changing the BODY font size is not the best maneuver. Some only need reducing by a small amount, or I decreasing the font-weight (700 is bold, 400 is not). Changing the 'global' (99.3% is the default size across the board unless otherwise stated in the CSS) value will just decrease them all by the same amount, which you might not want to do.
jameswgw
 
html,body {
background: #fff url() repeat;
color:#000;
font-family:"Trebuchet MS", "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:88%;
margin:0;
padding:0;
}
^That's not even default. 93.3% is the default font size...hence why it's on Vox :P

Thank-you for using the forums rather than PM more staff for support.
Dunno.

93.3% was the one with my "default Zetaboard Theme".

Nyway.. sorry for that.

I just thought that's the better thing to do not after I read the rules. >.<
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme & CSS Help · Next Topic »
Add Reply