CSS changes

pasmservice
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 26 Dec 2011, 11:52

CSS changes

Post by pasmservice »

Hi! I have to get my website css validated and it would be great if someone told me where I can change the following code which I get from the page source, so that I can change a few parametres.
I checked the file phocagalleryieall.css but this code is not in it.
Any help would be appreciated.

<!--[if lt IE 8 ]>
<link rel="stylesheet" href="/fap/components/com_phocagallery/assets/phocagalleryieall.css" type="text/css" />
<![endif]-->
<style type="text/css">
#phocagallery .pg-name {color: #0066cc ;}
.phocagallery-box-file {background: #ffffff ; border:1px solid #ffffff;margin: 5px;padding: 5px; }
.phocagallery-box-file-first { background: url('/fap/components/com_phocagallery/assets/images/shadow1.png') 50% 50% 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>
<!--[if lt IE 8]>
<style type="text/css">
.phocagallery-box-file-first { background: url('/fap/components/com_phocagallery/assets/images/shadow1.png') 0px 0px no-repeat; }
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css">
.phocagallery-box-file{
background-color: expression(isNaN(this.js)?(this.js=1, this.onmouseover=new Function("this.className+=' hover';"),
this.onmouseout=new Function("this.className=this.className.replace(' hover','');")):false););
}
</style>
<![endif]-->

Elena
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48023
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: CSS changes

Post by Jan »

Hi, this can be maybe in views or helper:

components/com_phocagallery/views/category(categories)/ ...

or in libraries folder in administration of Phoca Gallery (see render libraries)

See:
https://www.phoca.cz/documents/50-phoca/ ... s-validity

Jan
If you find Phoca extensions useful, please support the project
Post Reply