forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Diana on January 18, 2005, 12:38:55 am

Title: Can't edit the size of text on my theme
Post by: Diana on January 18, 2005, 12:38:55 am
Hi everyone. I have tons of hours trying to install the gallery, after a while I could, but now I want my own Theme.
I'm modifying the Anime one, but I can't make the font smaller... :-[  I have changed all "font-size:" on my style.css to "8px" but it stays that big.

Sorry if my question this is kinda stupid or if it has been already answered. I have read a lot of posts but I didn't find anything.

Thanks in Advance.
Title: Re: Can't edit the size of text on my theme
Post by: kegobeer on January 18, 2005, 12:49:36 am
How about a link to your site?

Also, have you looked in the theme.php file to see if there are any hardcoded font sizes?
Title: Re: Can't edit the size of text on my theme
Post by: Diana on January 18, 2005, 01:07:07 am
Hi Kegobeer :)

Here's a link to my gallery http://www.afleckgarner.celebrityhost.net/galery/index.php
Look at the "Random Files" and "Last Additions" headings, they're HUGE

I have also tried the theme.php
Title: Re: Can't edit the size of text on my theme
Post by: kegobeer on January 18, 2005, 01:36:10 am
Your theme displays ok in Firefox (although 8px is too little to read).  You are having problems in IE.  I guess that particular theme doesn't play well with IE.

I don't have the time to closely examine the css file or the theme.php file.  You can use the W3C style and HTML validators to check for errors that might cause this.  Google HTML validator/CSS validator for the exact URL.
Title: Re: Can't edit the size of text on my theme
Post by: Diana on January 18, 2005, 03:56:12 am
Thank you  ;D

 I have found a way to, pasting
Code: [Select]
<font face="verdana" size="1"> in front of every word in " { } "
Title: Re: Can't edit the size of text on my theme
Post by: Joachim Müller on January 18, 2005, 06:38:56 am
for everyone who doesn't have verdana installed on his box, the problem might remain... Both css and the deprecated html tag <font> have a feature to specify fallback fonts, and a generic font family.

Joachim