"Frame" around images

If you are having problems with GuMax, post here.
Post Reply
User avatar
Wikinger
Rank 2
Rank 2
Posts: 14
Joined: September 21st, 2008, 10:14 am

"Frame" around images

Post 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!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post 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.
User avatar
Wikinger
Rank 2
Rank 2
Posts: 14
Joined: September 21st, 2008, 10:14 am

Re: "Frame" around images

Post 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?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post by Paul »

Have you tried 'thumb'?
User avatar
Wikinger
Rank 2
Rank 2
Posts: 14
Joined: September 21st, 2008, 10:14 am

Re: "Frame" around images

Post 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:
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post by Paul »

Try to search this forum, there was a user had similar question, you might get answer from there...
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post by Paul »

I will make the new release to have this fix.........
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post by Paul »

The new release of GuMax 4.0.0 should fix this issue...............
User avatar
Park
Rank 0
Rank 0
Posts: 3
Joined: November 24th, 2010, 4:11 am

Re: "Frame" around images

Post 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
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: "Frame" around images

Post by Paul »

The changes should be in CSS file... it should be easy if you know a little about CSS styling...
Post Reply