Team:Sevilla/Templates/lmenu

From 2011.igem.org

(Difference between revisions)
m
Line 8: Line 8:
<body>
<body>
-
<!--=========================Cablecitos flash==========================
 
-
<img id="i1" src="http://dl.dropbox.com/u/4492644/cable.png" style="width:80px;height:50px;margin-left:-190px!important;position:fixed;"/>
 
-
<script type="text/javascript">
 
-
$(function(){
 
-
  $("#m1").mouseenter(function(){
 
-
    $("#i1").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
 
-
  }).mouseleave(function(){
 
-
    $("#i1").attr("src","http://dl.dropbox.com/u/4492644/cable.png");
 
-
  });
 
-
});
 
-
</script>
 
-
<img id="i2" src="http://dl.dropbox.com/u/4492644/cable.png" style="width:80px;height:50px;margin-left:-190px!important;margin-top:25px;position:fixed;"/>
 
-
<script type="text/javascript">
 
-
$(function(){
 
-
  $("#m2").mouseenter(function(){
 
-
    $("#i2").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
 
-
  }).mouseleave(function(){
 
-
    $("#i2").attr("src","http://dl.dropbox.com/u/4492644/cable.png");
 
-
  });
 
-
});
 
-
</script>
 
-
-->
 
<!--=====================acordeon=============================-->
<!--=====================acordeon=============================-->
<div id="menuizq">
<div id="menuizq">
Line 88: Line 66:
</div>
</div>
-
<!-- <div id=twitter>
 
-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 
-
<script>
 
-
new TWTR.Widget({
 
-
  version: 2,
 
-
  type: 'profile',
 
-
  rpp: 4,
 
-
  interval: 6000,
 
-
  width: 140,
 
-
  height: 300,
 
-
  theme: {
 
-
    shell: {
 
-
      background: '#71a799',
 
-
      color: '#000000'
 
-
    },
 
-
    tweets: {
 
-
      background: '#ffffff',
 
-
      color: '#000000',
 
-
      links: '#ad6e42'
 
-
    }
 
-
  },
 
-
  features: {
 
-
    scrollbar: false,
 
-
    loop: false,
 
-
    live: false,
 
-
    hashtags: true,
 
-
    timestamp: true,
 
-
    avatars: false,
 
-
    behavior: 'all'
 
-
  }
 
-
}).render().setUser('igemsevilla11').start();
 
-
</script>
 
-
 
-
</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> -->
 
<!-- Flecha que aparece solo si la página es larga -->
<!-- Flecha que aparece solo si la página es larga -->
Line 184: Line 104:
</div>
</div>
-
</div>
+
 
 +
 
 +
 
Line 211: Line 133:
});
});
</script>
</script>
 +
</body>
 +
 +
 +
<style>
 +
 +
 +
#menuizq {
 +
 +
  float:left;
 +
width: 150px;
 +
background-color:#71A799;
 +
padding: 15px 0px 10px 10px;
 +
margin-top: -24px;
 +
 +
}
 +
 +
 +
 +
 +
/*===================TEMPLATE SLIDES====================*/
 +
 +
#followus {
 +
float:left;
 +
clear:both;
 +
margin-top:5px;;
 +
 +
}
 +
 +
/*flechita que se esconde*/
 +
 +
#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;
 +
}
 +
   
 +
/*===========================TEMPLATE MENU================*/
 +
/*Efecto acordeon*/ 
 +
.menu_list {
 +
width: 150px;
 +
        float:left;
 +
}
 +
 +
.menu_head {
 +
padding: 5px 10px;
 +
cursor: pointer;
 +
position: relative;
 +
        font-weight:bold;
 +
        background: #eef4d3 url(left.png) center right no-repeat;
 +
        margin:1px;
 +
        margin-right: 12px;
 +
        text-align:center;
 +
}
 +
.menu_head a{  text-decoration:none;}
 +
.menu_body {
 +
display:none;
 +
width:136px;
 +
}
 +
.menu_body a {
 +
  display:block;
 +
  color:#006699;
 +
  background-color:#EFEFEF;
 +
  padding-left:10px;
 +
  font-weight:bold;
 +
  text-decoration:none;
 +
}
 +
.menu_body a:hover {/*ponerse encima de los links internos*/
 +
  color: black;
 +
  background-color: white;
 +
}
 +
/*=====================/Templates/hr==========*/
 +
 +
hr {
 +
  border: 0;
 +
  width: 80%;
 +
  height: 2px;
 +
}
 +
</style>
 +
 +
</body>
</body>
</html>
</html>

Revision as of 10:40, 25 June 2011