Team:Valencia-CIPF

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
{{:Team:Valencia-CIPF/menu}}
-
<head>
+
{{:Team:Valencia-CIPF/fondoweb}}
-
<style type="text/css">
+
<html lang="en">
-
#header {
+
-
margin:auto;
+
-
width:800px;
+
-
 
-
}
 
-
ul, ol{
 
-
list-style:none;
 
-
}
 
-
.nav li a{ 
 
-
  font-family:Arial;
 
-
  font-size:12px;
 
-
  text-decoration: none;
 
-
  padding:10px;
 
-
  background-color: #333333;
 
-
  color:#ffffff;
 
-
  border-bottom:1px;
 
-
  border-bottom-color:#000000;
 
-
  border-bottom-style:solid;
 
-
  display:block;
 
-
  margin: 0;
 
-
                 
 
-
}
 
-
.nav > li {
 
-
float:left;
 
-
}
+
<style type="text/css">
-
+
<script type="text/javascript">
-
.nav li a:hover{
+
-
  background-color:#9B1C26;
+
-
  border-bottom:2px;
+
-
  border-bottom-color:#000000;
+
-
  border-bottom-style:solid;
+
-
 
+
-
}
+
-
.nav li ul {
+
-
display:none;
+
-
position:relative;
+
-
+
-
                top: 0px;
+
-
        float: bottom;
+
-
        left: 0px;  /*Posición caja desplegable*/
+
-
     
+
-
+
-
+
-
}
+
-
.nav li:hover > ul{
+
-
display:block;
+
-
+
-
+
-
}
+
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
</style>
 
-
</head>
 
-
<body>
 
-
<div id="header">
+
/* Estructura */
-
<ul class="nav">
+
-
<li ><a href="#">Home</a></li>
+
div.menu, 
-
<li ><a href="#">Team</a></li>
+
.wrapper {
-
<li><a href="#">Project</a>
+
margin: 0;
-
<ul >
+
max-width: 1080px;
-
<li><a href="">The Problem</a> </li>
+
position: relative;
-
<li><a href="">Our Solution</a> </li>
+
}
-
<li><a href="">BioBricks</a> </li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">Wet Lab</a>
 
-
<ul >
 
-
<li><a href="">Introduction</a> </li>
 
-
<li><a href="">Strategy</a> </li>
 
-
<li><a href="">Experimentation</a> </li>
 
-
</ul>
 
-
</li>
 
-
<li><a href="#">Dry Lab</a>
+
/* Cabecera */
-
<ul >
+
-
<li><a href="">Introduction</a> </li>
+
-
<li><a href="">Modelling</a> </li>
+
-
<li><a href="">Software</a> </li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">Human Practices</a>
+
#header {
-
<ul >
+
    background: #ffa67c;  /*fondo*/  
-
<li><a href="">Safety</a> </li>
+
    border-bottom: 10px solid #d64729;  /*borde inferior*/
-
<li><a href="">Activities</a> </li>
+
    width:100%;
-
</ul>
+
    margin:0;
-
</li>
+
    padding:0px;
 +
    position:fixed;
 +
    left:0px;
 +
    top:0px;
 +
}
-
<li><a href="#">More</a>
+
#header .wrapper {
-
<ul >
+
    width:1500px;
-
<li><a href="">Colaboration</a> </li>
+
    overflow:hidden;
-
<li><a href="">Notebook</a> </li>
+
    display:table;
-
<li><a href="">Judging Criteria</a> </li>
+
    background: none transparent 0 0 Scroll no-repeat;
-
<li><a href="">References</a> </li>
+
    position:relative;
-
</ul>
+
    padding:0px;
-
</li>
+
}
-
<li><a href="#">Acknowledgements</a></li>
+
#project-name {
 +
background: url('https://static.igem.org/mediawiki/2013/a/a0/Fondo_web.png') transparent center center scroll no-repeat;
 +
display:table-cell;
 +
width:1220px;
 +
height:344px;
 +
text-align:center;
 +
vertical-align:middle;
 +
position:absolute;
 +
left:200px; /*Desplazar logo iGEM*/
 +
        top: 0px;
 +
}
-
</ul>
+
#search-controls { /*Esta en una capa inferior*/
 +
  overflow:hidden;
 +
  display:block;
 +
  background: none;
 +
  font-color:#FFF;       
 +
  position: relative;  /*Posicionado en la esquina superior izquierda*/
 +
  top: 40px;
 +
  left: 10px;
 +
  z-index: 0; 
 +
}
 +
 +
#sponsors{
 +
 +
}
 +
 +
 +
 +
/* Pie */
 +
 +
#footer {
 +
    background: #ffa67c;  /*fondo*/
 +
    border-top: 10px solid #d64729;  /*borde superior*/
 +
    width:100%;
 +
    padding:0;
 +
    margin: 0;
 +
    position: fixed;
 +
    left:0px;
 +
    z-index:0;
 +
}
 +
 +
#footer.wrapper {
 +
    margin: 0;
 +
    width:1500px;
 +
    overflow:hidden;
 +
    display:table;
 +
    background: none transparent 0 0 Scroll no repeat;
 +
    position: relative;
 +
    padding:0px;
 +
}
 +
 +
 +
#e-mail{
 +
    color: #000;
 +
    font: sans-serif;
 +
    font-size: 15px;
 +
    position: absolute;
 +
    left: 690px;
 +
    top:900px;
 +
}
 +
 +
#FacebookandTwitter{
 +
    position:relative;
 +
    top:300px;
 +
    left:1000px;
 +
}
 +
 +
#VisitorMaps{
 +
  position:relative;
 +
  top:-240px;
 +
  left:10px;
 +
}
 +
 +
 +
<style media="all" type="text/css">@import "/menu/menu_style.css";</style>
 +
 +
 +
<body>
 +
 +
 +
<div id="header" style="height:344px;">
 +
<div class="wrapper">
 +
<div id="project-name"></div>
 +
<div class="site-title" id="Home">
 +
</div>
 +
<div id="site-description">
 +
<p></p>
 +
</div>
 +
 +
 +
 +
<br><br><br><br><br><br><br><br><br><br> </br></br></br></br></br></br></br></br></br></br> <!-- salto de línea -->
 +
<br><br><br><br><br><br><br><br><br><br> </br></br></br></br></br></br></br></br></br></br>
 +
 +
 +
<footer>
 +
<div id="footer" style="height:360px;">
 +
        <div class="wrapper">
 +
</div>
</div>
</div>
-
 
 +
 +
      <div id="FacebookandTwitter" class="raised" style="height: 100px;">
 +
<a href="https://twitter.com/iGEM_vlcCIPF"><img src="https://static.igem.org/mediawiki/2013/b/b3/VlcCIPF_twitter.jpg" style="padding: 2px 0 2px 0;" class="icon" width="60px" title = "Follow Us On Twitter" alt="Follow Us On Twitter" /></a>
 +
<a href="https://www.facebook.com/pages/IGEM-Valencia-CIPF-2013/210156152470000?ref=hl"><img src="https://static.igem.org/mediawiki/2013/e/ee/VlcCIPF_facebook.jpg" style="padding: 2px 0 2px 0;" class="icon" width="60px" title="Follow Us On Facebook" alt="Follow Us On Facebook" /></a>
 +
 
 +
      </div>
 +
 +
 +
<div id="e-mail" class="raised" style="height: 100px;">
 +
<p><b><u>Contact:</b></u> igemvalenciacipf2013@gmail.com</p>
 +
</div>
 +
 +
 +
<div id="VisitorMaps" class="raised" style="height: 350px;">
 +
<img style="visibility:visible;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzNzUyNjM*MDQ5MDgmcHQ9MTM3NTI2MzQzMDM1MiZwPTYzNTAzMiZkPSZnPTEmbz*4MTQ4MzQzZTUzYzU*N2IzYmJh/N2UyMjdlMTk2NmYyMSZvZj*w.gif" /><a href="http://www.ipligence.com/visitor_extended/c8af6be639c84a8781ea5303384d9583/month"><img src="http://www.ipligence.com/visitor-maps/m/medium/1/month/c8af6be639c84a8781ea5303384d9583" alt="Visit http://www.ipligence.com" style="border:0;" /></a>           
 +
</div>
 +
 +
 +
       
 +
<!--- <center><embed src="http://www.countdownclockcodes.com/cd/ccc-cartoons/show.swf?clickURL=http://www.countdownclockcodes.com/&clickLABEL=MySpace-Countdowns&flashLABEL=Europe Regional Jamboree&skin=http://www.countdownclockcodes.com/cd/ccc-cartoons/skins/2.jpg&text=%20Aqui%20va%20tu%20mensaje&untilColor=3501985&textColor=16777215&datesColor=0&year=2050&month=0&day=1&hour=0&minute=0&second=0&x=0&y=80" quality="high" bgcolor="#ffffff" width="300" height="200" name="countdown" align="middle" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br><small><a href="http://www.countdownclockcodes.com/">MySpace-Countdowns</a></small></center>
 +
 +
<center><span class="Apple-style-span" style="color: Black; font-family: 'Trebuchet MS', sans-serif;">Faltan solamente...</span></center><center><script language="JavaScript" type="text/JavaScript">
 +
TargetDate = "10/12/13 08:30 AM";
 +
BackColor = "white";
 +
ForeColor = "green";
 +
CountActive = true;
 +
CountStepper = -1;
 +
LeadingZero = true;
 +
DisplayFormat = "%%D%% Días, %%H%% Horas, %%M%% Minutos, %%S%% Segundos.";
 +
FinishMessage = "GOOD LUCK ON THE JAMBOREE!!";
 +
</script><script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js">
 +
</script></center><center><span class="Apple-style-span" style="color: Black; font-family: 'Trebuchet MS', sans-serif;">Europe Regional Jamboree</span></center>
 +
-->
 +
</footer>
</body>
</body>
</html>
</html>

Revision as of 08:36, 4 September 2013