TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: voyager on Dec 03, 10, 03:30:07 PM

Title: Quick reply and post box font size in Analysis RC4
Post by: voyager on Dec 03, 10, 03:30:07 PM
After upgrading to RC4, I was unfortunately forced to also upgrade my Analysis theme (sorry bud, but I liked the menu on the RC2 version a lot more) but I'm also having a problem with the size of the text in the post box. By default it is for some reason huge, and I have no idea why. It does the same thing not in the subject part, but in the post box, quick reply box, and the quick edit post. When the text is actually posted, it shows up as a normal size on the thread, it's just the writing part (like I'm doing right now) that shows up as a huge font. Any idea what changes this and how to fix it?
Title: Re: Quick reply and post box font size in Analysis RC4
Post by: Crip on Dec 03, 10, 03:42:32 PM
css/index.css Add Below/* The font size of textareas should be just a little bit larger. */
textarea
{
   font: 100%/130% verdana, Helvetica, sans-serif;
}


I do this cuz i'm old and can not see good.
font: 130%/150% verdana, Helvetica, sans-serif;