Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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 
CodiSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: How To Modify The Default General Font? 
 
The font:
templates/mg_themes/common.css
Find:
Code: [Download] [Hide] [Select]
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:
Code: [Download] [Hide] [Select]
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
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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"
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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:
Code: [Download] [Hide] [Select]
            {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:
Code: [Download] [Hide] [Select]
            <!--{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
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Modify The Default General Font? 
 
Codi, try this:

Spoiler: [ Show ]

 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Modify The Default General Font? 
 
Thanks, novice, but...
I cant see da difference.  

Is something wrong in your post?
 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Modify The Default General Font? 
 
ok, try changing the 100% in html part to 130%
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.

 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
xmenfileSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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