Difference between revisions of "Rian/Gallery"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <!-- |
+ | /* CSS Hover Gallery for Mediawiki | ||
+ | * | ||
+ | * @author: Unknown | ||
+ | * current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia] | ||
+ | */ | ||
+ | --> | ||
+ | {{#css: | ||
+ | .zoom_img img{ | ||
+ | -moz-transition:-moz-transform 0.1s ease-in; | ||
+ | -webkit-transition:-webkit-transform 0.1s ease-in; | ||
+ | -o-transition:-o-transform 0.1s ease-in; | ||
+ | transition:transform 0.1 ease-in; | ||
+ | } | ||
− | + | .zoom_img img:hover{ | |
+ | -moz-transform:scale(2); | ||
+ | -webkit-transform:scale(2); | ||
+ | -o-transform:scale(2); | ||
+ | transform:scale(2); | ||
+ | } | ||
+ | }} | ||
− | < | + | <div class="zoom_img"> |
+ | <gallery> | ||
+ | image:Rian2.jpg | ||
+ | image:Rian7.png | ||
+ | image:Rian20.png | ||
+ | image:Rian18.png | ||
+ | image:Rian15.png | ||
+ | image:Rian16.png | ||
+ | image:Rian4.png | ||
+ | image:Rian8.png | ||
+ | image:Rian17.jpg | ||
+ | image:Rian19.jpg | ||
+ | image:Rian6.png | ||
+ | image:Rian14.png | ||
+ | image:Rian12.png | ||
+ | image:Rian9.jpg | ||
+ | image:Rian10.jpg | ||
+ | image:Rian11.jpg | ||
+ | Image:RiansRing.png | ||
+ | </gallery> | ||
+ | </div> | ||
− | + | Visit the real Jake Hold, [https://www.instagram.com/houseofhold/ houseofhold] at Instagram | |
− | |||
− | |||
− | |||
− | |||
− | |||
− |