Page 1 of 1

"Frame" around images

Posted: February 14th, 2010, 11:11 am
by Wikinger
Hi Paul,

I'm using your skin GuMax 3.4.1.

My question is the following:
I have got a little style problem with your skin.
As you can see here on my site, around the image you can see a white frame. It doesn't look quite good.
I tried to eliminate this frame by getting a transparent backgrund to that, but unfortunately I didn't manage it.

So, please tell me how I can get rid of that ugly white frame around images.

Thank you in advance!

Re: "Frame" around images

Posted: February 16th, 2010, 12:27 am
by Paul
I think this is the style from default monobook....

Try this, view page source code, then find the tag of the picture, search the tag name in both main.css and gumax_template.css, you should be able to find something... then change the style.

Re: "Frame" around images

Posted: February 16th, 2010, 7:55 am
by Wikinger
This is the source code:

Code: Select all

<div class="thumb tright"><div class="thumbinner" style="width:252px;"><a href="/wiki/index.php/Datei:Suzuki_ts_50_XK_4.jpg" class="image" title="SUZUKI TS 50 XK"><img alt="" src="/wiki/images/thumb/5/5e/Suzuki_ts_50_XK_4.jpg/250px-Suzuki_ts_50_XK_4.jpg" width="250" height="187" border="0" class="thumbimage" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/index.php/Datei:Suzuki_ts_50_XK_4.jpg" class="internal" title="vergrößern"><img src="/wiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>SUZUKI TS 50 XK</div></div></div>
I think it's <div class="thumb tright"> which is the responsible element.
I found the class div.tright in ./gumax/main.css, so I added to it background-color: transparent !important;.
Unfortunately, it didn't change anything. So I must have made something wrong. Do you have an idea?

Re: "Frame" around images

Posted: February 28th, 2010, 11:46 pm
by Paul
Have you tried 'thumb'?

Re: "Frame" around images

Posted: March 6th, 2010, 9:35 am
by Wikinger
Now I added "background-color: transparent !important;" to the class "div.thumb" in ./gumax/main.css,
but this didn't cause any changes either. :cry:

Re: "Frame" around images

Posted: March 7th, 2010, 11:02 pm
by Paul
Try to search this forum, there was a user had similar question, you might get answer from there...

Re: "Frame" around images

Posted: August 5th, 2010, 5:52 pm
by Paul
I will make the new release to have this fix.........

Re: "Frame" around images

Posted: August 8th, 2010, 12:18 pm
by Paul
The new release of GuMax 4.0.0 should fix this issue...............

Re: "Frame" around images

Posted: November 24th, 2010, 4:57 am
by Park
I am using GuMax 2.0, how can I solve thу same problem with images?
Help me, please.. I like GuMax 2.0

Re: "Frame" around images

Posted: November 28th, 2010, 11:42 am
by Paul
The changes should be in CSS file... it should be easy if you know a little about CSS styling...