X-Git-Url: http://git.zarb.org/?p=booh;a=blobdiff_plain;f=data%2Fbooh%2Fthemes%2Fgradient%2Froot%2Fbooh.css;h=634db554503f776368208a9a2010d2bf13c36a69;hp=9388ab46cbdc188616c4493d15deb0969c7c67d3;hb=3412550366f3a096ffc3cd6d5e3091a1152f5260;hpb=878518937073da43b3c58f5cb98a1167388b701d diff --git a/data/booh/themes/gradient/root/booh.css b/data/booh/themes/gradient/root/booh.css index 9388ab4..634db55 100644 --- a/data/booh/themes/gradient/root/booh.css +++ b/data/booh/themes/gradient/root/booh.css @@ -92,15 +92,17 @@ td { } .image img, .thumbnail_video img, .thumbnail_image img, .fullscreen_image img, .fullscreen_video img { - -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.25); + -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.25); box-shadow: 0px 16px 60px rgba(0,0,0,0.25); + -webkit-transition: -webkit-transform 0.25s linear; } .image img:hover, .thumbnail_video img:hover, .thumbnail_image img:hover { - -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.35); + -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.35); -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.35); box-shadow: 0px 16px 60px rgba(0,0,0,0.35); + -webkit-transform: rotate(-1deg) scale(1.05); } .disabled { @@ -157,3 +159,4 @@ a.fullscreenvideolink { margin-left:auto; margin-right:auto; } +