Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: edi67 on December 05, 2004, 06:18:13 AM

Title: Change size of fonts in main index?
Post by: edi67 on December 05, 2004, 06:18:13 AM
how i can change the size in main index ?
i want have fonts in main page more little
Title: Re: Change size of fonts in main index?
Post by: A.M.A on December 05, 2004, 06:38:16 AM
in style.css
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}
Title: Re: Change size of fonts in main index?
Post by: edi67 on December 05, 2004, 09:16:50 AM
i using SPACEMAN theme and i cannot find and modify of font size in main chat that for me appear to be big may be 10 ppoint or more

you want that i upload index.template.php for you ? so u can control and help me?
Title: Re: Change size of fonts in main index?
Post by: A.M.A on December 05, 2004, 05:14:49 PM
The theme is missing:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

put it in index.template.php
// Show right to left and the character set for ease of translating.
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html', $context['right_to_left'] ? ' dir="rtl"' : '', '><head>

Title: Re: Change size of fonts in main index?
Post by: edi67 on December 06, 2004, 03:00:17 AM
A.M.A.   you are the best
thx friend  ;)