Page 1 of 1

question phoca galley and Core Design Scriptegrator plugin.

Posted: 03 Jun 2010, 13:38
by peterspie
Hi, I like yor phoca gallery. It is working fine.
Now I have integrated with Core Design Scriptegrator plugin.

The thumbnails I see, have a little white border.
My question: does phoca gallery makes these borders or are thy made via Core Design Scriptegrator plugin?
I woud like to change the color and size of this border.

An example: http://www.spiegelenburg.nl/website/ind ... 4&Itemid=8

I hope it's okay to give the URL. :)

Hope someone can help me.

Greetings Peter

Re: question phoca galley and Core Design Scriptegrator plug

Posted: 03 Jun 2010, 14:16
by reko
Hi peterspie,

you have a 1px border and a 4px (white) padding around you images. both defined in /plugins/content/cdwebgallery/theme/default/css/css.css:

Code: Select all

.webgallery .webgallery_default ul li img {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
padding:4px;
I'm not familiar with the Core Design Scriptegrator, but the location of that file suggests it comes from there.

a great tool for investigating those things is the firefox plugin firebug - you might want to check that out!

regards,
rk

Re: question phoca galley and Core Design Scriptegrator plug

Posted: 03 Jun 2010, 14:22
by peterspie
Hai RK,

thnaks for your very very fast support.
I know about firefox, firebug, but totally "forgot" to check with it.
I wil close the topic, it seems I can change this now.

Can I close this topic :o

Thanks again, and greetings...

Re: question phoca galley and Core Design Scriptegrator plug

Posted: 09 Jun 2010, 13:22
by Jan
Ok, marked as solved.