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>
