Help me find the internal CSS styling inside thumbnails view

Phoca Gallery - image gallery extension
siddan
Phoca Member
Phoca Member
Posts: 40
Joined: 08 Aug 2009, 16:37

Help me find the internal CSS styling inside thumbnails view

Post by siddan »

Hello

I am trying to re-style my phoca gallery but I have come up to a wall where I got stuck...
Especially in thumbnail page

There are some internal css styling which I do not know where it is herited from.
I have searched through the phoca folder and even looked through the Assets folder where I found 2 css files and an XML file inside the images folder where there are some defaults values for styling.

I know have a white background which I do not know how to get rid of

Code: Select all

<style type="text/css">
 #phocagallery .phocaname {color: #ee7037 ;}
 .phocagallery-box-file {background: #ffffff ; border:1px solid #ffffff;margin: 0px;padding: 0px;}
 .phocagallery-box-file-first { background: url('/siddan/components/com_phocagallery/assets/images/shadow1.png') 0 0 no-repeat; }
 .phocagallery-box-file:hover, .phocagallery-box-file.hover {border:1px solid #ffffff ; background: #ffffff ;}
.bgPhocaClass{
			background:#666666;
			filter:alpha(opacity=70);
			opacity: 0.7;
			-moz-opacity:0.7;
			z-index:1000;
			}
			.fgPhocaClass{
			background:#f6f6f6;
			filter:alpha(opacity=100);
			opacity: 1;
			-moz-opacity:1;
			z-index:1000;
			}
			.fontPhocaClass{
			color:#000000;
			z-index:1001;
			}
			.capfontPhocaClass, .capfontclosePhocaClass{
			color:#ffffff;
			font-weight:bold;
			z-index:1001;
			} </style>
/Thanks in advanced
siddan
Phoca Member
Phoca Member
Posts: 40
Joined: 08 Aug 2009, 16:37

Re: Help me find the internal CSS styling inside thumbnails view

Post by siddan »

I am still trying to find a solution...

I am sure not everyone have a default white background to their thumbnail images, are you?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help me find the internal CSS styling inside thumbnails view

Post by Jan »

Hi, where exactly you want to change the background.

if on thumbnails, you can use some theme with other background, you can change it in parameters, you can change the background image in 2.6.0 too:
https://www.phoca.cz/documents/2-phoca-g ... ound-image

Jan
If you find Phoca extensions useful, please support the project
siddan
Phoca Member
Phoca Member
Posts: 40
Joined: 08 Aug 2009, 16:37

Re: Help me find the internal CSS styling inside thumbnails view

Post by siddan »

Hello and thanks for replying

I checked the link you posted and I cannot find that page to administrate the background of the theme. I can however upload a new theme, but no where to self edit the background....

I go to backend - Compoents - Phoca Gallery - Themes.
There I can only upload a new theme


-----

Ah I can see now when upgraded to the latest version.... I´ll make a go at it
siddan
Phoca Member
Phoca Member
Posts: 40
Joined: 08 Aug 2009, 16:37

Re: Help me find the internal CSS styling inside thumbnails view

Post by siddan »

Nope...

I just still cannot set any different background color at all...

My goal is to have a transparent background. This part is the only thing that is keeping me to complete my site :x

Btw.. Anyone else having troubles installing the "default transparent" theme?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help me find the internal CSS styling inside thumbnails view

Post by Jan »

Just set transparent or nothing for the background color in the Themes - background image creation
If you find Phoca extensions useful, please support the project
Post Reply