Team:UPIBI-Mexico/Templates/Main
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
- | <div | + | <title>Documento sin título</title> |
- | < | + | <style type="text/css"> |
- | + | <!-- | |
- | + | ||
- | + | body | |
- | </div> | + | { |
+ | background: #4E5869; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | color: #000; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2012/b/b3/Chlamy.jpg); | ||
+ | } | ||
+ | .header | ||
+ | { | ||
+ | padding: 20px 0; | ||
+ | background: #6F7D94; | ||
+ | position: relative; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .content | ||
+ | { | ||
+ | background: #040; | ||
+ | padding: 10px 50; | ||
+ | width: 100%; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="header"> | ||
+ | |||
+ | <!-- end .header --></div> | ||
+ | |||
+ | <div class="content"> | ||
+ | <p><center>iGEM2012</center></p> | ||
+ | <p><center>Unidad Profesional Interdisciplinaria de Biotecnología</center></p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/0/08/Igem_logo.png" align="right"><br/> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e5/UPIBI-Mexico_logo.png" align="left"><br/> | ||
+ | <!-- end .content --></div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
Line 15: | Line 53: | ||
$(document).ready( | $(document).ready( | ||
function(){ | function(){ | ||
- | $("ul.subnav").parent().find("> a").append("<span> | + | $("ul.subnav").parent().find("> a").append("<span> ▼</span>"); |
$("ul.topnav li").hover( | $("ul.topnav li").hover( | ||
function() { | function() { |
Revision as of 06:39, 26 June 2012