Team:Sevilla/templateSides

From 2011.igem.org

(Difference between revisions)
(Flecha que se esconde)
m (Blanked the page)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
 
-
<head>
 
-
</head>
 
-
<body>
 
-
<div id=followus class="menu_list" >
 
-
<!-- Los botones sociales -->
 
-
<p style="color:#272BB8; float:left; font-weight: bold; clear:both;margin-bottom:none;" >Follow us: </p>
 
-
</html>
 
-
{{:Team:Sevilla/Templates/hr|colour=#4D4D4D}}
 
-
<html>
 
-
 
-
<a href='http://twitter.com/iGEMSevilla11'><img src="https://static.igem.org/mediawiki/2011/7/7e/Twitter-32x32.png"  style="margin-top:5px;margin-bottom:5px; margin-right:5px;  float:left;" /> </a>
 
-
<a href='http://www.facebook.com/pages/Sevilla-iGEM2011-Acanum-Project/187115714638929'><img src="https://static.igem.org/mediawiki/2011/c/c8/Facebook-32x32.png"  style="margin-top:5px;margin-bottom:5px;  margin-right:5px; float:left;" /> </a>
 
-
 
-
<a href='http://www.youtube.com/user/iGEMSevilla11'><img src="https://static.igem.org/mediawiki/2011/3/38/Youtube-32x32.png"  style="margin-top:5px;margin-bottom:5px; float:left; margin-right:5px; " /> </a>
 
-
 
-
<!-- <hr style="clear:both; align:center; float:left;"> -->
 
-
</html>
 
-
{{:Team:Sevilla/Templates/hr|colour=#4D4D4D}}
 
-
<html>
 
-
</div>
 
-
</div>
 
-
 
-
<div id=menudcha>
 
-
 
-
<!--  -->
 
-
 
-
<div id=sponsors style="margin-left:-20px;">
 
-
<p style="color:#272BB8; float:left; font-weight: bold; clear:both;margin-bottom:none;" >Sponsors: </p>
 
-
 
-
</html>
 
-
{{:Team:Sevilla/Templates/hr|colour=#4D4D4D}}
 
-
<html>
 
-
 
-
<a href='http://www.us.es'><img src="https://static.igem.org/mediawiki/2011/5/52/Logo_US.gif" height=75px  style="margin-top:5px;margin-bottom:5px; clear:both; float:left;"/>  </a>
 
-
 
-
<a href='http://estudiantes.us.es/'><img src="https://static.igem.org/mediawiki/2011/0/02/Vice.png" width=90px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
 
-
 
-
<a href='http://www.micinn.es/'><img src="https://static.igem.org/mediawiki/2011/a/a1/LogoMci.jpg" width=90px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
 
-
 
-
<a href='http://www.eppendorf.com/'><img src="https://static.igem.org/mediawiki/2011/1/11/EP_L_rgb.jpg" width=90px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
 
-
 
-
<a href='http://otri.us.es/web/'><img src="https://static.igem.org/mediawiki/2011/4/46/LogoOTRI.gif" width=90px style="margin-top:5px;margin-bottom:5px; clear:both; align:center; float:left;" /> </a>
 
-
<hr style="clear:both; align:center; float:left;">
 
-
 
-
<!-- <a href='#'><img alt='ir arriba' border='0' src='http://espacioforos.miarroba.st/1671161/dfs.png' style="margin-top:20px;margin-bottom:5px; clear:both; aling:center; float:left;"/></a> -->
 
-
 
-
 
-
<p id="back-top">
 
-
<a href="#top"><span></span>Back to Top</a>
 
-
</p>
 
-
 
-
 
-
 
-
<style>
 
-
 
-
#back-top {
 
-
margin-top:20px;margin-bottom:5px; clear:both; aling:center; float:left;
 
-
}
 
-
#back-top a {
 
-
width: 50px;
 
-
display: block;
 
-
text-align: center;
 
-
font: 11px/100% Arial, Helvetica, sans-serif;
 
-
text-transform: uppercase;
 
-
text-decoration: none;
 
-
color: #bbb;
 
-
 
-
/* transition */
 
-
-webkit-transition: 1s;
 
-
-moz-transition: 1s;
 
-
transition: 1s;
 
-
}
 
-
#back-top a:hover {
 
-
color: #000;
 
-
}
 
-
 
-
/* arrow icon (span tag) */
 
-
#back-top span {
 
-
width: 50px;
 
-
height: 50px;
 
-
display: block;
 
-
margin-bottom: 7px;
 
-
background: #ddd url(http://espacioforos.miarroba.st/1671161/dfs.png) no-repeat center center;
 
-
 
-
/* rounded corners */
 
-
-webkit-border-radius: 15px;
 
-
-moz-border-radius: 15px;
 
-
border-radius: 15px;
 
-
 
-
/* transition */
 
-
-webkit-transition: 1s;
 
-
-moz-transition: 1s;
 
-
transition: 1s;
 
-
}
 
-
#back-top a:hover span {
 
-
background-color: #777;
 
-
}
 
-
</style>
 
-
 
-
<script>
 
-
$(document).ready(function(){
 
-
 
-
// hide #back-top first
 
-
$("#back-top").hide();
 
-
 
-
// fade in #back-top
 
-
$(function () {
 
-
$(window).scroll(function () {
 
-
if ($(this).scrollTop() > 100) {
 
-
$('#back-top').fadeIn();
 
-
} else {
 
-
$('#back-top').fadeOut();
 
-
}
 
-
});
 
-
 
-
// scroll body to 0px on click
 
-
$('#back-top a').click(function () {
 
-
$('body,html').animate({
 
-
scrollTop: 0
 
-
}, 800);
 
-
return false;
 
-
});
 
-
});
 
-
 
-
});
 
-
</script>
 
-
 
-
</div>
 
-
 
-
</div>
 
-
 
-
 
-
</body></html>
 

Latest revision as of 16:40, 24 June 2011