/*-- (Popular post gambar berputar) --*/ .popular-posts .item-thumbnail { float:left; } .popular-posts ul { padding-left:30px; } .popular-posts ul li { list-style-image: none; list-style-type: none; display:inline; } .popular-posts ul li img { padding:0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; border: 2px solid #CCC; } .popular-posts ul li img:hover { border:2px solid #ccc; -moz-transform: scale(1.7) rotate(360deg); -webkit-transform: scale(1.7) rotate(360deg); -o-transform: scale(1.7) rotate(360deg); -ms-transform: scale(1.6) rotate(360deg); transform: scale(1.7) rotate(360deg); }

Sunday, August 18, 2013

0 comments:

Post a Comment