Team:XMU-China/footer

From 2014.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 6: Line 6:
     bottom: 0;
     bottom: 0;
     width: 100%;
     width: 100%;
-
     height: 137px;
+
     height: 50px;
     margin-top: -60px;
     margin-top: -60px;
     background: transparent url("https://static.igem.org/mediawiki/2014/6/68/XMU-all-footer.png") no-repeat center top;
     background: transparent url("https://static.igem.org/mediawiki/2014/6/68/XMU-all-footer.png") no-repeat center top;
Line 13: Line 13:
     z-index: 1000;
     z-index: 1000;
     _display: none;
     _display: none;
 +
margin-left:50%;
 +
left:-50%;
}
}
</style>
</style>
<body>
<body>
<div id="footer"></div>
<div id="footer"></div>
 +
<div style="width:75px; height:65px; top:45px; right:50%;margin-right:-590px;position:absolute;z-index:100;"><a href="https://2014.igem.org">
 +
      <img src="https://static.igem.org/mediawiki/2014/0/02/XMU-igemlogo.png" width="200%" height="200%"></a>
 +
</div>
 +
<div style="width: 130px;top: 30px;left:50%;margin-left:-680px;position:absolute;z-index:100;"><a href="https://2014.igem.org/Team:XMU-China">
 +
      <img src="https://static.igem.org/mediawiki/2014/a/af/Xmu_home_back_drei_%282%29.png" width="210%" height="210%"></a>
 +
</div>
 +
<div style=" text-align: center; bottom: -380px; position: relative; z-index: -1;padding-bottom:50px"><a href="http://www.xmu.edu.cn">
 +
      <img src="https://static.igem.org/mediawiki/2014/c/c9/XMU-Sponsor.png" width="30%" height="30%"></a>
 +
</div>
</body>
</body>
-
 
+
<script type="text/javascript"> $(document).ready(function(){ $("span").addClass(function() { var target = $(this); var value = target.text(); var value_begin = value.substr(0,4); if(value_begin == "BBa_"){ return "biobrick"; } else{ return " "; }; }); $("span.biobrick").wrap(function(){ var target = $(this); var text = target.text(); var a = "http://parts.igem.org/Part:" + text; var warpcontent = "<a target='_blank' href='" + a +"'></a>"; return warpcontent; }); }); </script>
-
 
+
</html>
</html>

Latest revision as of 21:53, 17 October 2014