|
|
Line 1: |
Line 1: |
- | {{:Team:Valencia-CIPF/menu}} | + | <html> |
- | {{:Team:Valencia-CIPF/fondoweb}} | + | <head> |
- | <html lang="en">
| + | <style type="text/css"> |
| + | #header { |
| + | margin:auto; |
| + | width:800px; |
| + | position:relative; |
| + | left: 500px; |
| + | bottom:350px; |
| + | |
| + | } |
| + | 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; |
| + | |
| + | } |
| + | .nav > li { |
| + | float:left; |
| + | |
| + | } |
| + | .nav ul > li { |
| + | float:bottom; |
| + | } |
| + | .nav li a:hover{ |
| + | background-color:#9B1C26; |
| + | border-bottom:2px; |
| + | border-bottom-color:#000000; |
| + | border-bottom-style:solid; |
| + | |
| + | } |
| + | .nav li ul { |
| + | display:none; |
| + | position:absolute; |
| + | min-width:150px; |
| + | |
| + | |
| + | } |
| + | .nav li:hover > ul{ |
| + | display:block; |
| + | position:absolute; |
| + | padding:1px; |
| + | |
| + | } |
| | | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </style> |
| + | </head> |
| + | <body> |
| + | <TABLE border=1 width="100%" height="100%"> |
| + | <tr height="10%"> |
| + | <tr height="80%"> |
| + | <td width="10%"> |
| + | <td> |
| + | <div id="header"> |
| + | <ul class="nav"> |
| | | |
- | <style type="text/css"> | + | <li ><a href="#">Home</a> |
- | <script type="text/javascript"> | + | |
| + | </li> |
| + | |
| + | |
| | | |
| + | <li><a href="#">About</a> |
| + | <ul class=nav> |
| + | <li><a href="">hola</a> </li> |
| + | <li><a href="">hola</a> </li> |
| + | <li><a href="">hola</a> </li> |
| + | </ul> |
| + | </li> |
| | | |
- | /* Estructura */ | + | <li><a href="#">Services</a></li> |
| | | |
- | div.menu,
| + | <li><a href="#">Products</a></li> |
- | .wrapper {
| + | |
- | margin: 0;
| + | |
- | max-width: 1080px;
| + | |
- | position: relative;
| + | |
- | }
| + | |
| | | |
| + | <li><a href="#">Sitemap</a></li> |
| | | |
- | /* Cabecera */ | + | <li><a href="#">Help</a></li> |
| | | |
- | #header { | + | <li><a href="#">Contact Us</a></li> |
- | background: #ffa67c; /*fondo*/
| + | |
- | border-bottom: 10px solid #d64729; /*borde inferior*/
| + | |
- | width:1359px;
| + | |
- | margin:0;
| + | |
- | padding:0px;
| + | |
- | position: absolute;
| + | |
- | left:-200px;
| + | |
- | top:-20px;
| + | |
- | }
| + | |
| | | |
- | #header .wrapper {
| + | </ul> |
- | width:1359px;
| + | |
- | overflow:hidden;
| + | |
- | display:table;
| + | |
- | background: none transparent 0 0 Scroll no-repeat;
| + | |
- | position:relative;
| + | |
- | padding:0px;
| + | |
- | }
| + | |
| | | |
- | #project-name {
| |
- | background: url('https://static.igem.org/mediawiki/2013/d/db/Vlc_cipf_project.png') transparent center center scroll no-repeat;
| |
- | display:table-cell;
| |
- | width:1150px;
| |
- | height:344px;
| |
- | text-align:center;
| |
- | vertical-align:middle;
| |
- | position:absolute;
| |
- | left:232px; /*Desplazar logo iGEM*/
| |
- | top: 0px;
| |
- | }
| |
| | | |
- | #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:1359px
| |
- | padding:0;
| |
- | margin: 0;
| |
- | position: absolute;
| |
- | top: 700px; /*Posiciona el footer*/
| |
- | }
| |
- |
| |
- | #footer.wrapper {
| |
- | /*
| |
- | margin: 0;
| |
- | width:1500px; /*1359*/
| |
- | overflow:hidden;
| |
- | display:table;
| |
- | background: none transparent 0 0 Scroll no repeat;
| |
- | position: absolute;
| |
- | top: 500px;
| |
- | padding:0px;
| |
- | */
| |
- | }
| |
- |
| |
- |
| |
- | #e-mail{
| |
- | color: #000;
| |
- | font: sans-serif;
| |
- | font-size: 15px;
| |
- | position: absolute;
| |
- | top: 1030px;
| |
- | left: 575px;
| |
- | }
| |
- |
| |
- | #FacebookandTwitter{
| |
- | position: absolute;
| |
- | top: 990px;
| |
- | left: 1200px;
| |
- | }
| |
- |
| |
- | #VisitorMaps{
| |
- | position: relative;
| |
- | top: -50px;
| |
- | left: 400px;
| |
- | }
| |
- |
| |
- |
| |
- | <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> |
- | | + | <td width="10%"> |
- | | + | <tr height="10%"> |
| | | |
- | <div id="FacebookandTwitter" class="raised" style="height: 100px;">
| + | </table> |
| | | |
- | <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> |