Icy Phoenix
Old Support Topics - How To Modify The Default General Font?
Codi [ Thu 20 Dec, 2007 18:02 ]
Post subject: How To Modify The Default General Font?
Well, da subject says everything. :mrblue:
I would like to insert the font Trebuchet MS, size 13 as principal font.
How can I do?
...n, how can I take off the "legends" from the ranks, leaving only the images?
Thanks :wink:
KasLimon [ Fri 21 Dec, 2007 09:33 ]
Post subject: Re: How To Modify The Default General Font?
The font:
templates/mg_themes/common.css
Find:
html {
font-family: /*"Lucida Grande",*/ Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
}
body {
font-family: /*"Lucida Grande",*/ Verdana, Helvetica, Arial, sans-serif;
/*font-size: 62.5%;*/ /* This sets the default font size to be equivalent to 10px */
font-size: 10px;
}
Replace with:
html {
font-family: /*"Lucida Grande",*/ "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 100%;
}
body {
font-family: /*"Lucida Grande",*/ "Trebuchet MS", Helvetica, Arial, sans-serif;
/*font-size: 62.5%;*/ /* This sets the default font size to be equivalent to 10px */
font-size: 13px;
}
I don't understand what the "legends" are... Maybe is my poor english hehe.
Greets!
novice programmer [ Fri 21 Dec, 2007 22:19 ]
Post subject: Re: How To Modify The Default General Font?
KasLimon, legends are the name of the rank asiggned to the image.
For example Zucker (one with rank assigned):
Lord of trance
(image with text merged)
So he wants to delete the upper "Lord of trance"
KasLimon [ Fri 21 Dec, 2007 23:24 ]
Post subject: Re: How To Modify The Default General Font?
Oh I see novice programmer
Then, to not display the legend:
templates/mg_themes/viewtopic_body.tpl
Find:
{postrow.USER_RANK_01}{postrow.USER_RANK_01_IMG}
{postrow.USER_RANK_02}{postrow.USER_RANK_02_IMG}
{postrow.USER_RANK_03}{postrow.USER_RANK_03_IMG}
{postrow.USER_RANK_04}{postrow.USER_RANK_04_IMG}
{postrow.USER_RANK_05}{postrow.USER_RANK_05_IMG}
Replace with:
<!--{postrow.USER_RANK_01}-->{postrow.USER_RANK_01_IMG}
<!--{postrow.USER_RANK_02}-->{postrow.USER_RANK_02_IMG}
<!--{postrow.USER_RANK_03}-->{postrow.USER_RANK_03_IMG}
<!--{postrow.USER_RANK_04}-->{postrow.USER_RANK_04_IMG}
<!--{postrow.USER_RANK_05}-->{postrow.USER_RANK_05_IMG}
Greets.
Codi [ Sun 23 Dec, 2007 19:47 ]
Post subject: Re: How To Modify The Default General Font?
Tanks a lot, dude.
Hey, yeah, I had mean "subtitles", tanks, np.
Ahhnn, da font is changed, but is to small, continues size 10.
Do you've some other idea? :lol:
Man, can I do it by some menu?
Cza wanna change too the color of the links, da color of visited links...
Gracias! ;-)
novice programmer [ Tue 25 Dec, 2007 23:07 ]
Post subject: Re: How To Modify The Default General Font?
Codi, try this:
-
html {
-
font-family: /*"Lucida Grande",*/ "Trebuchet MS", Helvetica, Arial, sans-serif;
-
font-size: 100%;
-
}
-
-
body {
-
font-family: /*"Lucida Grande",*/ "Trebuchet MS", Helvetica, Arial, sans-serif;
-
/*font-size: 62.5%;*/ /* This sets the default font size to be equivalent to 10px */
-
font-size: [color=red]13[/color]px;
-
}
Codi [ Thu 27 Dec, 2007 02:30 ]
Post subject: Re: How To Modify The Default General Font?
Thanks, novice, but...
I cant see da difference. :lol:
Is something wrong in your post?
novice programmer [ Thu 27 Dec, 2007 15:00 ]
Post subject: Re: How To Modify The Default General Font?
Codi, the thing to change is changing the number "13" in line 9.
Do not paste the color bbcodde tags at that line.
Codi [ Fri 28 Dec, 2007 17:01 ]
Post subject: Re: How To Modify The Default General Font?
Yeah, I know.
But its the same code KasLemon passed me, and when I changed, da font continued in size 10, instead 13.
I need all the words a little biggers, cause Trebuchet is a little smaller than Verdana.
I want, for example, the words get bigs like I do Ctlr++ in the screen, got it?
Gracias, che.
novice programmer [ Sat 29 Dec, 2007 00:27 ]
Post subject: Re: How To Modify The Default General Font?
ok, try changing the 100% in html part to 130%
Codi [ Sun 27 Jan, 2008 06:22 ]
Post subject: Re: How To Modify The Default General Font?
Well, ok.
And if just wanna change da default "messages in topics" (like this one) font and size?
Somebody pass me the code, please. ;-)
xmenfile [ Fri 07 Mar, 2008 15:04 ]
Post subject: Re: How To Modify The Default General Font?
Can anyone give me some advises how to increase general font size? I am using the lastest IP version, Milky Way and tried edited both common.css files in templates and templates/common folders. I also cleared cache, but did not works.
Thank you so much