|
Page 1 of 1
|
Codi 
Joined: July 2007
Posts: 38
Location:
|
 How To Modify The Default General Font?
Well, da subject says everything.
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
Last edited by Codi on Fri 21 Dec, 2007 05:36; edited 2 times in total |
#1 Thu 20 Dec, 2007 18:02 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
KasLimon 
Joined: November 2006
Posts: 494
Location:  Madrid (Spain)
|
 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!
____________ Gabriel Anca
|
#2 Fri 21 Dec, 2007 09:33 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 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"
|
#3 Fri 21 Dec, 2007 22:19 |
|
KasLimon 
Joined: November 2006
Posts: 494
Location:  Madrid (Spain)
|
 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.
____________ Gabriel Anca
|
#4 Fri 21 Dec, 2007 23:24 |
|
Codi 
Joined: July 2007
Posts: 38
Location:
|
 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?
Man, can I do it by some menu?
Cza wanna change too the color of the links, da color of visited links...
Gracias!
|
#5 Sun 23 Dec, 2007 19:47 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 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;
-
}
|
#6 Tue 25 Dec, 2007 23:07 |
|
Codi 
Joined: July 2007
Posts: 38
Location:
|
 Re: How To Modify The Default General Font?
Thanks, novice, but...
I cant see da difference.
Is something wrong in your post?
|
#7 Thu 27 Dec, 2007 02:30 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 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.
|
#8 Thu 27 Dec, 2007 15:00 |
|
Codi 
Joined: July 2007
Posts: 38
Location:
|
 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.
|
#9 Fri 28 Dec, 2007 17:01 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: How To Modify The Default General Font?
ok, try changing the 100% in html part to 130%
|
#10 Sat 29 Dec, 2007 00:27 |
|
Codi 
Joined: July 2007
Posts: 38
Location:
|
 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.
|
#11 Sun 27 Jan, 2008 06:22 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 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
|
#12 Fri 07 Mar, 2008 15:04 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|