TinyPortal

Development => Support => Topic started by: serengete on August 11, 2008, 09:54:57 AM

Title: I want to do wide theme
Post by: serengete on August 11, 2008, 09:54:57 AM
hello i'am sory my english isn't good
http://www.tinyportal.net/index.php?action=tpmod;themegallery=view;design=1

this thema very good but  Very narrow (small )
How can i broaden /wide  %100 ( portal and forum )
I could not find in Style.css  Which line
thank you

Title: Re: I want to do wide theme
Post by: Crip on August 11, 2008, 10:03:59 AM
It's should be in the Current theme settings in TPAdnin -----
Title: Re: I want to do wide theme
Post by: serengete on August 11, 2008, 10:10:36 AM
for the answer thanks but where !! I didn't  see
Can you put the picture please
Title: Re: I want to do wide theme
Post by: fussilet on August 11, 2008, 10:15:52 AM
open style.css

find:

#mainframe
{
background: url(images/img/topm.jpg) repeat-x top right;
margin: 1em 5em 1em 4em;
min-width: 700px;
}


and replace...

#mainframe
{
background: url(images/img/topm.jpg) repeat-x top right;
width: 94%;
min-width: 940px;
margin: 0 auto;
padding: 0px;
}

Title: Re: I want to do wide theme
Post by: serengete on August 11, 2008, 10:30:39 AM
oh thank very much
Title: Re: I want to do wide theme
Post by: Crip on August 11, 2008, 11:00:09 AM
thanks fussilet :up:
Title: Re: I want to do wide theme
Post by: fussilet on August 11, 2008, 11:30:25 AM
isn't important Crip bro ;)
Title: Re: I want to do wide theme
Post by: serengete on August 11, 2008, 05:07:19 PM
End question forum in the font size is too small, how can i change it?
Title: Re: I want to do wide theme
Post by: fussilet on August 11, 2008, 07:43:18 PM
open style.css

find:

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
   font-size: x-small;
   font-family: verdana, sans-serif;
}


replace

font-size: 12px;