Template:Eif: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#css: .container { position: absolute; } .image1 { display: relative; top: 0px; left: 0px; opacity: 0; z-index: 2; transition: .7s ease; } .image1:hover { opacity: 1; } .image2 { position: relative; top: -64px; left: -3px; z-index: -2; } }} <div class="container"><div class="image1">68x68px|link=Empire in Flames</div><div class="image2">70x70px|link=Empire in Flames</div></div>") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
top: 0px; | top: 0px; | ||
left: 0px; | left: 0px; | ||
opacity: | opacity: .1; | ||
z-index: 2; | z-index: 2; | ||
transition: . | transition: .9s ease; | ||
} | } | ||
.image1:hover { | .image1:hover { | ||
Line 16: | Line 16: | ||
.image2 { | .image2 { | ||
position: relative; | position: relative; | ||
top: - | top: -71px; | ||
left: | left: 0px; | ||
z-index: -2; | z-index: -2; | ||
} | } | ||
}} | }} | ||
<div class="container"><div class="image1">[[file: | <div class="container"><div class="image1">[[file:fireT.gif|68x68px|link=Empire in Flames]]</div><div class="image2">[[file:empire.png|70x70px|link=Empire in Flames]]</div></div> |