This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
OriginalHouse_Web/src/wp-content/themes/originalhouse/custom.css

175 lines
2.9 KiB
CSS
Raw Normal View History

@import url(colorbox.css);
.margin {
padding: 40px;
}
.tcp_product_container,
.post_container {
float: left;
width: 100%;
height: 590px;
}
.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;
}
.tcp_product_thumb a:hover, .post a:hover {
background: #fff;
}
.tcp_product_thumb a:hover img, .post a:hover img {
opacity: 1;
}
.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;
}