Can be done this in the theme of Matrix? How?

MalastiC

Joined: 2007-03-21
Posts: 34
Posted: Tue, 2007-06-05 13:48

Good afternoon. I have seen some subject that when you are placed upon a miniature leaves like indicated with a color around the photo.

I would like to know if that in Matrix can be installed and since it would become.

Thanks and a greeting,

My Webs: http://www.malastic.com & http://www.fondosbuenos.com

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-06-05 14:00

I don't understand. Can you give an example of what you want to do?
Are you talking about frames?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
MalastiC

Joined: 2007-03-21
Posts: 34
Posted: Tue, 2007-06-05 14:35

Good afternoon. Look this Gallery2: http://www.digital-images.co.nz/gallery

When one goes the mouse over the images in small activates a frame in black color around. To that I talk about. (It pardons by my explanation but I do not speak very well English and use to Google).

Thanks and a greeting,

My Webs: http://www.malastic.com & http://www.fondosbuenos.com

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-06-05 19:55

That site uses the nzdi theme. You can find that on the 3rd party themes section on the download page.

It uses css to do this
not tested but try to add

/* ***************************************************** */
/*      Format the Border around Gallery Thumbnails      */
/* ***************************************************** */
.gallery-thumb a img, .one-image a img {
  background: #eee;
  padding: 5px;
  border: #999 2px solid;
  }
.gallery-thumb a:hover img, .one-image a:hover img {
  background: #e3e3e3;
  padding: 5px;
  border: #444 2px solid;
  }

to your css and see if that works.

If it does not then you will have to see how that theme does it and adapt it to Matrix or use that theme.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
MalastiC

Joined: 2007-03-21
Posts: 34
Posted: Wed, 2007-06-06 08:34

Good morning. I have proven what you have said to me and did not work to me, but proving and proving I have obtained it. Of course without giving tracks me it had been impossible.

Thank you very much by you help.

The code that has worked to me is:

Quote:
td.giAlbumCell a img, a img {
background: #e3e3e3;
padding: 5px;
border: #999 2px solid;
}
td.giAlbumCell a:hover img, a:hover img {
background: #b23b03;
padding: 5px;
border: #444 2px solid;
}

If somebody wants to see it work it can do it in www.fondosbuenos.com. In order to make it work in Matrix, simply it is necessary to add this in theme.css. The CSS Validator is OK.

A greeting,

My Webs: http://www.malastic.com & http://www.fondosbuenos.com