Jump to content

(SOLUCIONADO)Marco en fotos


angeldavo

Recommended Posts

Border con css3 para las imágenes de las subcategorías.

 

Fichero:

 

themes/freedesign/css/category.css

 

Busca esto:

 

body#category #subcategories li { height: 235px; width: 230px; margin-right: 3px }

 

Y déjalo así:

 

body#category #subcategories li {
height: 235px;
width: 228px;
margin-right: 3px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px black;
box-shadow: 0px 0px 2px black;
margin-left: 2px;
margin-bottom: 10px;
}

Link to comment
Share on other sites

Para las imagen principal de la categoría, por ejemplo aquí:

 

http://morganmallets.com/nueva/es/45-serie-luminous

 

Fichero:

 

themes/freedesign/css/category.css

 

Busca esto:

 

#category img#categoryImage { margin-top: 1em }

 

Y déjalo así:

 

#category img#categoryImage {
margin-top: 1em;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px black;
box-shadow: 0px 0px 2px black;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...