phocagallery-box-file and hover.....

Phoca Gallery - image gallery extension
ralleForty
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Jan 2012, 15:33

phocagallery-box-file and hover.....

Post by ralleForty »

i want to change some colors and stuff in

.phocagallery-box-file
.phocagallery-box-file-first
.phocagallery-box-file-second
#phocagallery a:hover, active, etc...

with firebug i can see the location: "index.php?option=com_phocagallery&view=category&id=2:2011&Itemid=24"
but where i can find these items to change it...?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: phocagallery-box-file and hover.....

Post by Jan »

Hi, you can change it directly in CSS or in php code:

components/com_phocagallery/views/category/tmpl/ .... (template files)

Or if you are using newest file, just disable the standard design and set your own, see:

See parameters:
https://www.phoca.cz/documents/2-phoca-g ... parameters

or:

https://www.phoca.cz/documents/2-phoca-g ... /16-themes
https://www.phoca.cz/documents/2-phoca-g ... ound-image
If you find Phoca extensions useful, please support the project
ralleForty
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Jan 2012, 15:33

Re: phocagallery-box-file and hover.....

Post by ralleForty »

thanx for the answer, but i was goin through all the php-files in "components/com_phocagallery/views/category/tmpl/" but couldn't find the following (firebug says: >>> index.php?option=com_phocagallery&view=category&id=2:2011&Itemid=24: <<< and i.e. "line 41" for ".phocagallery-box-file-first" and "line 40" for ".phocagallery-box-file"...

i would change these simple things, but i don't know in which file it is........

there must be all these parts:

#phocagallery .phocaname {
color: #B36B00;
}
.phocagallery-box-file {
background: none repeat scroll 0 0 #FCFCFC;
border: 1px solid #E8E8E8;
margin: 5px;
padding: 5px;
}
.phocagallery-box-file-first {
background: url("/components/com_phocagallery/assets/images/shadow1.gif") no-repeat scroll 50% 50% transparent;
}
.phocagallery-box-file:hover, .phocagallery-box-file.hover {
background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #B36B00;
}
.bgPhocaClass {
background: none repeat scroll 0 0 #666666;
opacity: 0.7;
z-index: 1000;
}
.fgPhocaClass {
background: none repeat scroll 0 0 #F6F6F6;
opacity: 1;
z-index: 1000;
}
.fontPhocaClass {
color: #000000;
z-index: 1001;
}
.capfontPhocaClass, .capfontclosePhocaClass {
color: #FFFFFF;
font-weight: bold;
z-index: 1001;
}


ralf
Post Reply