- Arreglado centrado vertical en IE
git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@24 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
parent
c55e5179b6
commit
aa10e1d941
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -22,7 +22,6 @@
|
|||||||
.tubepress_thumbs {
|
.tubepress_thumbs {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 590px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tubepress_thumb {
|
.tubepress_thumb {
|
||||||
|
|||||||
@ -14,8 +14,47 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
heigth: 100%;
|
heigth: 100%;
|
||||||
|
border: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tcp_products_thumbs div {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tcp_products_thumbs a {
|
||||||
|
display: table-cell;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tcp_products_thumbs img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
/*\*//*/
|
||||||
|
* html .tcp_products_thumbs 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 {
|
.tcp_product_thumb {
|
||||||
float: left;
|
float: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -26,10 +65,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tcp_product_thumb a {
|
.tcp_product_thumb a {
|
||||||
display: block;
|
|
||||||
height: 196px;
|
height: 196px;
|
||||||
width: 192px;
|
width: 192px;
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -42,15 +79,46 @@
|
|||||||
-ms-interpolation-mode: bicubic;
|
-ms-interpolation-mode: bicubic;
|
||||||
-webkit-box-shadow:none;
|
-webkit-box-shadow:none;
|
||||||
box-shadow:none;
|
box-shadow:none;
|
||||||
display: none;
|
display: hidden;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tcp_product_thumb a:hover {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.tcp_product_thumb a:hover img {
|
.tcp_product_thumb a:hover img {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.wp-pagenavi {
|
.wp-pagenavi {
|
||||||
background: #7F7875;
|
background: #7F7875;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|||||||
10
src/wp-content/themes/originalhouse/custom_ie55.css
Normal file
10
src/wp-content/themes/originalhouse/custom_ie55.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.tcp_products_thumbs div {
|
||||||
|
width: 192px;
|
||||||
|
}
|
||||||
|
.tcp_products_thumbs a {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.tcp_products_thumbs span {
|
||||||
|
height: 196px;
|
||||||
|
}
|
||||||
12
src/wp-content/themes/originalhouse/custom_ie7.css
Normal file
12
src/wp-content/themes/originalhouse/custom_ie7.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.tcp_products_thumbs a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.tcp_products_thumbs span {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.tcp_products_thumbs {
|
||||||
|
_height: 0;
|
||||||
|
zoom: 1;
|
||||||
|
}
|
||||||
@ -134,7 +134,6 @@ if (!function_exists( 'woo_output_alt_stylesheet')) {
|
|||||||
$style = $requested_style;
|
$style = $requested_style;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<!-- Alt Stylesheet -->\n";
|
|
||||||
if ($style != '') {
|
if ($style != '') {
|
||||||
echo '<link href="'. get_template_directory_uri() . '/styles/'. $style . '.css" rel="stylesheet" type="text/css" />'."\n\n";
|
echo '<link href="'. get_template_directory_uri() . '/styles/'. $style . '.css" rel="stylesheet" type="text/css" />'."\n\n";
|
||||||
} else {
|
} else {
|
||||||
@ -158,8 +157,7 @@ if ( ! function_exists( 'woo_output_custom_favicon' ) ) {
|
|||||||
function woo_output_custom_favicon() {
|
function woo_output_custom_favicon() {
|
||||||
// Favicon
|
// Favicon
|
||||||
if(get_option( 'woo_custom_favicon') != '') {
|
if(get_option( 'woo_custom_favicon') != '') {
|
||||||
echo "<!-- Custom Favicon -->\n";
|
echo '<link rel="shortcut icon" href="' . get_option( 'woo_custom_favicon' ) . '"/>'."\n\n";
|
||||||
echo '<link rel="shortcut icon" href="' . get_option( 'woo_custom_favicon' ) . '"/>'."\n\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -217,7 +215,6 @@ if ( ! function_exists( 'woo_head_css' ) ) {
|
|||||||
// Output styles
|
// Output styles
|
||||||
if ($output <> '') {
|
if ($output <> '') {
|
||||||
$output = strip_tags($output);
|
$output = strip_tags($output);
|
||||||
echo "<!-- Options Panel Custom CSS -->\n";
|
|
||||||
$output = "<style type=\"text/css\">\n" . $output . "</style>\n\n";
|
$output = "<style type=\"text/css\">\n" . $output . "</style>\n\n";
|
||||||
echo $output;
|
echo $output;
|
||||||
}
|
}
|
||||||
@ -234,9 +231,13 @@ if (!function_exists( 'woo_output_custom_css')) {
|
|||||||
function woo_output_custom_css() {
|
function woo_output_custom_css() {
|
||||||
|
|
||||||
// Custom.css insert
|
// Custom.css insert
|
||||||
echo "<!-- Custom Stylesheet -->\n";
|
|
||||||
echo '<link href="'. get_template_directory_uri() . '/custom.css" rel="stylesheet" type="text/css" />'."\n";
|
echo '<link href="'. get_template_directory_uri() . '/custom.css" rel="stylesheet" type="text/css" />'."\n";
|
||||||
|
echo "<!--[if lt IE 8]>";
|
||||||
|
echo '<link href="'. get_template_directory_uri() . '/custom_ie7.css" rel="stylesheet" type="text/css" />'."\n";
|
||||||
|
echo "<![endif]-->";
|
||||||
|
echo "<!--[if lt IE 5.5000]>";
|
||||||
|
echo '<link href="'. get_template_directory_uri() . '/custom_ie55.css" rel="stylesheet" type="text/css" />'."\n";
|
||||||
|
echo "<![endif]-->";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -76,6 +76,7 @@ while ( have_posts() ) :
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<a rel="lightbox" href="<?php echo $large_image_url[0]; ?>" title="<?php echo $description; ?>" class="size-<?php echo $image_size; ?>">
|
<a rel="lightbox" href="<?php echo $large_image_url[0]; ?>" title="<?php echo $description; ?>" class="size-<?php echo $image_size; ?>">
|
||||||
|
<span></span>
|
||||||
<?php echo the_post_thumbnail($thumb_size); ?>
|
<?php echo the_post_thumbnail($thumb_size); ?>
|
||||||
</a>
|
</a>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -172,7 +172,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
|
|||||||
/* 2.1 Containers & Columns */
|
/* 2.1 Containers & Columns */
|
||||||
#wrapper { }
|
#wrapper { }
|
||||||
|
|
||||||
#main{ width:440px;padding:0;background:transparent;position:relative; z-index:2; height:550px;}
|
#main{ width:440px;padding:0;background:transparent;position:relative; z-index:2; /*height:550px;*/}
|
||||||
.layout-full #main, .col-full {width:960px; margin:0 auto;}
|
.layout-full #main, .col-full {width:960px; margin:0 auto;}
|
||||||
#main.fullwidth { width:960px; margin:0 auto; }
|
#main.fullwidth { width:960px; margin:0 auto; }
|
||||||
|
|
||||||
@ -368,7 +368,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
|
|||||||
.social-icons li.facebook {background: url(images/ico-facebook-footer.png) no-repeat left center;}
|
.social-icons li.facebook {background: url(images/ico-facebook-footer.png) no-repeat left center;}
|
||||||
.social-icons li.twitter {background: url(images/ico-twitter-footer.png) no-repeat left center;;}
|
.social-icons li.twitter {background: url(images/ico-twitter-footer.png) no-repeat left center;;}
|
||||||
.social-icons li.blogger {background: url(images/ico-blogger-footer.png) no-repeat left center;;}
|
.social-icons li.blogger {background: url(images/ico-blogger-footer.png) no-repeat left center;;}
|
||||||
.social-icons li a {padding: 2px 10px 0px 35px; display: block; color: #999; text-transform: uppercase;}
|
.social-icons li a {padding: 5px 10px 0px 35px; display: block; color: #999; text-transform: uppercase;}
|
||||||
.social-icons li a:hover {text-decoration: none; color: #fff}
|
.social-icons li a:hover {text-decoration: none; color: #fff}
|
||||||
|
|
||||||
|
|
||||||
@ -396,7 +396,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
|
|||||||
|
|
||||||
#footer-top {}
|
#footer-top {}
|
||||||
|
|
||||||
#footer{margin: 0px auto;padding: 10px 0 30px;color:#767570; font-size: 12px}
|
#footer {margin: 0px auto; padding: 0px /*10px 0 30px*/; color:#767570; font-size: 12px}
|
||||||
#footer p {}
|
#footer p {}
|
||||||
#footer #credit img{vertical-align:middle;}
|
#footer #credit img{vertical-align:middle;}
|
||||||
#footer #credit span{display:none;}
|
#footer #credit span{display:none;}
|
||||||
|
|||||||
Reference in New Issue
Block a user