- Cambio de dos primera fotos de la portada - Control del alto de la web en cartelera, curiosidades, etc. - Paginación en cartelera, curiosidades, etc. git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@33 54e8636e-a86c-764f-903d-b964358a1ae2
184 lines
3.2 KiB
CSS
184 lines
3.2 KiB
CSS
@import url(colorbox.css);
|
|
|
|
.wrap_inline_mp3j {
|
|
display: none;
|
|
}
|
|
|
|
.margin {
|
|
padding: 40px;
|
|
}
|
|
|
|
.tcp_product_container,
|
|
.post_container {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.tcp_product_container { height: 427px; }
|
|
.post_container { height: 392px; }
|
|
|
|
.tcp_products_thumbs,
|
|
.posts {
|
|
float: left;
|
|
width: 100%;
|
|
heigth: 100%;
|
|
border: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.tcp_products_thumbs div, .posts div {
|
|
float: left;
|
|
}
|
|
|
|
.tcp_products_thumbs a, .posts a {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.tcp_products_thumbs img, .posts img {
|
|
vertical-align: middle;
|
|
}
|
|
/*\*//*/
|
|
* html .tcp_products_thumbs a,
|
|
* html .posts a {
|
|
display: block;
|
|
}
|
|
* html .tcp_products_thumbs span {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 100%;
|
|
width: 1px;
|
|
}
|
|
* html .tcp_products_thumbs a {
|
|
font-size: 1px;
|
|
}
|
|
|
|
/* */
|
|
.tcp_products_thumbs div {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.tcp_products_thumbs a:hover {
|
|
}
|
|
|
|
|
|
|
|
.tcp_product_thumb, .post {
|
|
float: left;
|
|
overflow: hidden;
|
|
display: table-cell;
|
|
background: #272524;
|
|
height: 196px;
|
|
width: 192px;
|
|
}
|
|
|
|
.tcp_product_thumb a, .post a {
|
|
height: 196px;
|
|
width: 192px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tcp_product_thumb a img, .post a img {
|
|
padding: 0;
|
|
vertical-align: middle;
|
|
margin: 0 auto ! important;
|
|
-ms-interpolation-mode: bicubic;
|
|
-webkit-box-shadow:none;
|
|
box-shadow:none;
|
|
display: hidden;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
}
|
|
|
|
.tcp_product_thumb a:hover, .post a:hover {
|
|
background: #fff;
|
|
}
|
|
|
|
.tcp_product_thumb a:hover img, .post a:hover img {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi {
|
|
background: #7F7875;
|
|
height: 30px;
|
|
padding: 4px 15px 0px 15px;
|
|
/*font-size: 20px; */
|
|
letter-spacing: 1px;
|
|
text-align:center;
|
|
clear: both;
|
|
}
|
|
|
|
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
|
|
text-decoration: none;
|
|
color: #AFA8A5 !important;
|
|
cursor: pointer;
|
|
margin: 0 5px;
|
|
padding: 0 !important;
|
|
background-color: #7F7875 !important;
|
|
border: none;
|
|
}
|
|
|
|
.wp-pagenavi a:hover, .wp-pagenavi span.current,
|
|
.wp-pagenavi .current, .wp-pagenavi .on {
|
|
background-color: #7F7875 !important;
|
|
color: #fff !important;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
|
|
background:none !important;
|
|
border:none !important;
|
|
color: #AFA8A5 !important;
|
|
}
|
|
|
|
|
|
|
|
#mapa {
|
|
float: right;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 65px;
|
|
width: 500px !important;
|
|
height: 380px !important;
|
|
}
|
|
|
|
#mapa img {
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|