changed the zoomer software

This commit is contained in:
ville rantanen
2012-05-29 11:04:21 +03:00
parent 3a5951b83c
commit 8af9aa8c07
2 changed files with 843 additions and 416 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -237,42 +237,118 @@ img {
margin-top: 1px; margin-top: 1px;
} }
/* This is the moving lens square underneath the mouse pointer. */ .zoomPad{
.cloud-zoom-lens { position:relative;
border: 4px solid #888; float:left;
margin:-4px; /* Set this to minus the border thickness. */ z-index:99;
background-color:#fff; cursor:crosshair;
cursor:move; }
}
/* This is for the title text. */ .zoomPreload{
.cloud-zoom-title { -moz-opacity:0.8;
font-family:Arial, Helvetica, sans-serif; opacity: 0.8;
position:absolute !important; filter: alpha(opacity = 80);
background-color:#000; color: #333;
color:#fff; font-size: 12px;
padding:3px; font-family: Tahoma;
width:100%; text-decoration: none;
text-align:center; border: 1px solid #CCC;
font-weight:bold; /*background-color: white;*/
font-size:10px; padding: 8px;
top:0px; text-align:center;
} background-repeat: no-repeat;
background-position: 43px 30px;
/* This is the zoom window. */ z-index:110;
.cloud-zoom-big { width:90px;
border:4px solid #ccc; height:43px;
overflow:hidden; position:absolute;
top:0px;
left:0px;
} * width:100px;
* height:49px;
/* This is the loading message. */ }
.cloud-zoom-loading {
color:white;
background:#222; .zoomPup{
padding:3px; overflow:hidden;
border:1px solid #000; background-color: #FFF;
} -moz-opacity:0.6;
opacity: 0.6;
filter: alpha(opacity = 60);
z-index:120;
position:absolute;
border:1px solid #CCC;
z-index:101;
cursor:crosshair;
}
.zoomOverlay{
position:absolute;
left:0px;
top:0px;
background:#FFF;
/*opacity:0.5;*/
z-index:5000;
width:100%;
height:100%;
display:none;
z-index:101;
}
.zoomWindow{
position:absolute;
left:110%;
top:40px;
background:#FFF;
z-index:6000;
height:auto;
z-index:10000;
z-index:110;
}
.zoomWrapper{
position:relative;
border:1px solid #999;
z-index:110;
}
.zoomWrapperTitle{
display:block;
background:#999;
color:#FFF;
height:18px;
line-height:18px;
width:100%;
overflow:hidden;
text-align:center;
font-size:10px;
position:absolute;
top:0px;
left:0px;
z-index:120;
-moz-opacity:0.6;
opacity: 0.6;
filter: alpha(opacity = 60);
}
.zoomWrapperImage{
display:block;
position:relative;
overflow:hidden;
z-index:110;
}
.zoomWrapperImage img{
border:0px;
display:block;
position:absolute;
z-index:101;
}
.zoomIframe{
z-index: -1;
filter:alpha(opacity=0);
-moz-opacity: 0.80;
opacity: 0.80;
position:absolute;
display:block;
}