Team:Minnesota/Team
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 10: | Line 10: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | + | //Necessary for all pages | |
- | + | ||
//vertical autocenter | //vertical autocenter | ||
Line 23: | Line 22: | ||
$(window).resize(); | $(window).resize(); | ||
//end vertial autocenter | //end vertial autocenter | ||
+ | |||
+ | //social media button switchers | ||
+ | $("#fbButton").hover( | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook.png");}, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png");} | ||
+ | ); | ||
+ | |||
+ | $("#twitterButton").hover( | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter.png");}, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png");} | ||
+ | ); | ||
+ | |||
+ | |||
Line 57: | Line 69: | ||
- | // | + | //Team page specific |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
Line 274: | Line 278: | ||
color:white; | color:white; | ||
padding: 10px; | padding: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | //Team Page specific | ||
+ | .profileSelectorIcon{ | ||
+ | width:150px; | ||
+ | height:150px; | ||
+ | border: solid 1px gray; | ||
+ | opacity:0.8; | ||
} | } | ||
Line 279: | Line 293: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | ||
</script> | </script> | ||
Line 347: | Line 344: | ||
<div id="MainBoxContent"> | <div id="MainBoxContent"> | ||
- | <img id=" | + | <div class="profileSelectorIcon" style="position:absolute;left:20px;top:20px;"> |
- | + | <img id="PSI1" src=http://i1158.photobucket.com/albums/p607/iGEM_MN/George_resized.png"> | |
- | + | </div> | |
- | + | ||
- | </div | + | |
</div> <!--end mainboxcontent--> | </div> <!--end mainboxcontent--> |
Revision as of 06:14, 23 August 2012