X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fstyle.css;fp=www%2Fstyle.css;h=71f15eb054b415cb70798ff9690a1d1e97d77896;hb=d1d69afd429b2fc8dcec1c6478a7ba25f48b0d4e;hp=00e9db9071577fe8433ebb960689a03daf0ab90e;hpb=981e1d9c5c74f003b750a779d2d808bec6ef0baa;p=mysocials diff --git a/www/style.css b/www/style.css index 00e9db9..71f15eb 100644 --- a/www/style.css +++ b/www/style.css @@ -88,3 +88,13 @@ color:#7B7B68; .list { } + +a.nivoZoom { border:0 ! important; } + +a.nivoZoom img { -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000; box-shadow:0px 0px 5px #000; border:0; } + +a.nivoZoom img.nivoLarge { -moz-box-shadow:0px 0px 10px #000; -webkit-box-shadow:0px 0px 10px #000; box-shadow:0px 0px 10px #000; } + +.nivoZoomHover { background:url(images/zoom.png) no-repeat 50% 50%; } + +.nivoZoomHover.loading { background:url(images/loading.gif) no-repeat 50% 50%; border:4px solid #000; width:16px; height:16px; top:43%; left:43%; opacity:0.8; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }