Page 1 of 1

HELP with css

PostPosted: Wed Sep 27, 2006 7:39 am
Author: ayasha
ok guys, i am fixing up the orange color of fisubice for a fall/halloween/thanksgiving theme. i am having some problems with the folder icons. i have what i want up, but some of them are squished small. the folder_own icons, the ones with own in the name look fine, but the others are squished tiny.

where in the css do i go to change the dimensions of how they are displayed?

thanks in advance for your help, i have searched and searched but it is just escaping me.

Re: HELP with css

PostPosted: Wed Sep 27, 2006 7:56 am
Author: Unregistered
am not sure sure.. but try this..

open ur fisubice.cfg and look for the following:

$topic_iw = '59';
$topic_ih = '18';
$post_iw = '82';
$post_ih = '25';
$icon_iw = '16';
$icon_ih = '18';
$folder_iw = '25';
$folder_ih = '25';
$folderbig_iw = '25';
$folderbig_ih = '25';

now for example if u look into this line from fisubice.cfg:
$images['icon_www'] = "$current_template_images/{$row['body_background']}/{LANG}/icon_www.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";

as u can see, width="$topic_iw" AND height="$topic_ih"

try changing the dimensions from there..

PostPosted: Wed Sep 27, 2006 8:59 am
Author: ayasha
yea, that is where you do it :lol:

i will have to mess with it later, because nothing i changed it to seemed to work.

thanks for helping me find where to tinkle with the code <img>

PostPosted: Wed Sep 27, 2006 9:21 am
Author: Unregistered
ur welcome <img>