Difference between revisions of "Team:Virginia"
Line 37: | Line 37: | ||
<a href="/Team:Virginia/Team"> | <a href="/Team:Virginia/Team"> | ||
<p>TEAM</p> | <p>TEAM</p> | ||
+ | <img src="/wiki/images/d/d1/Virginia_logo4.png"></img> | ||
</a> | </a> | ||
</div> | </div> | ||
Line 320: | Line 321: | ||
} | } | ||
.box img { | .box img { | ||
− | width: | + | width:50%; |
− | + | margin-left:25%; | |
− | border- | + | display:none; |
+ | border-radius:10px; | ||
+ | border:3px solid #007bb6; | ||
} | } | ||
.box p { | .box p { | ||
Line 338: | Line 341: | ||
$(this).css("width","80%"); | $(this).css("width","80%"); | ||
$(this).css("margin-left","10%"); | $(this).css("margin-left","10%"); | ||
+ | $(this).css("height","auto"); | ||
+ | $(this > img).css("display","block"); | ||
}); | }); | ||
$(".box").mouseleave(function(){ | $(".box").mouseleave(function(){ | ||
$(this).css("width","60%"); | $(this).css("width","60%"); | ||
$(this).css("margin-left","20%"); | $(this).css("margin-left","20%"); | ||
− | $(this).css(" | + | $(this).css("height","100px"); |
− | $(this).css(" | + | $(this > img).css("display","none"); |
}); | }); | ||
}); | }); |
Revision as of 11:56, 4 July 2015