X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fzoom%2Fzoom.css;fp=www%2Fzoom%2Fzoom.css;h=b4081eb20f336033b8b46bdab9aedef29037cf6d;hb=981e1d9c5c74f003b750a779d2d808bec6ef0baa;hp=0000000000000000000000000000000000000000;hpb=57f3e37f73bafe4a61d55a2d26019f2842be19c6;p=mysocials diff --git a/www/zoom/zoom.css b/www/zoom/zoom.css new file mode 100644 index 0000000..b4081eb --- /dev/null +++ b/www/zoom/zoom.css @@ -0,0 +1,32 @@ +/* zoom any image */ +.zoom {display:inline-block;} +#zoomLoading {position:absolute; display:block; opacity:0.5; filter:alpha(opacity=50);} +.zoomX {position:absolute; top:50px; left:50px; width:34px; height:34px; background-image:url(../zoom/zoom-x.png); cursor:pointer; background-repeat:no-repeat; background-position:0 0;} +* html .zoomX {background-image:url(../zoom/zoom-x.gif);} +.zoomX:hover {background-position:0 -34px;} +.zoomPic {position:absolute; display:block; top:-9999px; left:0; cursor:pointer;} +.zoomShadow {position:absolute; left:0; top:-9999px;} +.zoomShadow table {width:auto; height:auto; border:0; border-collapse:collapse; border-spacing:0;} +.zoomShadow td {margin:0; padding:0; border:0;} +.zoomShadow b {display:block; width:10px; height:10px; overflow:hidden;} +.zoomBase {position:relative; width:10px; height:10px; margin:0; padding:0; background:#000;} +.zs1 {width:10px; height:10px; background:url(../zoom/zoom-shadow.png) no-repeat 0 0;} +* html .zs1 {background:url(../zoom/zoom-shadow.gif) no-repeat 0 0;} +.zs2 {width:10px; height:10px; background:url(../zoom/zoom-shadow.png) no-repeat -10px 0;} +* html .zs2 {background:url(../zoom/zoom-shadow.gif) no-repeat -10px 0;} +.zs3 {width:10px; height:10px; background:url(../zoom/zoom-shadow.png) no-repeat 0 -10px;} +* html .zs3 {background:url(../zoom/zoom-shadow.gif) no-repeat 0 -10px;} +.zs4 {width:10px; height:10px; background:url(../zoom/zoom-shadow.png) no-repeat -10px -10px;} +* html .zs4 {background:url(../zoom/zoom-shadow.gif) no-repeat -10px -10px;} +.zh1 {height:10px; background:url(../zoom/zoom-shadow.png) repeat-x 0 -20px;} +* html .zh1 {background:url(../zoom/zoom-shadow.gif) repeat-x 0 -20px;} +.zh2 {height:10px; background:url(../zoom/zoom-shadow.png) repeat-x 0 -30px;} +* html .zh2 {background:url(../zoom/zoom-shadow.gif) repeat-x 0 -30px;} +.zv1 {width:10px; background:url(../zoom/zoom-shadow.png) repeat-y 0 -40px;} +* html .zv1 {background:url(../zoom/zoom-shadow.gif) repeat-y 0 -40px;} +.zv2 {width:10px; background:url(../zoom/zoom-shadow.png) repeat-y -10px -40px;} +* html .zv2 {background:url(../zoom/zoom-shadow.gif) repeat-y -10px -40px;} + +* html .selOff {visibility:hidden;} + +.bigGrey {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80);} \ No newline at end of file