Team:BIOSINT Mexico/kuxtal
From 2012e.igem.org
(Difference between revisions)
(Created page with "=O") |
|||
Line 1: | Line 1: | ||
- | = | + | <html lang="en"> |
+ | |||
+ | <style type="text/css"> | ||
+ | #p-logo { | ||
+ | display:none; | ||
+ | } | ||
+ | #search-controls{ | ||
+ | display:none; | ||
+ | } | ||
+ | #top-section{ | ||
+ | height:13px; | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | margin:none; | ||
+ | padding:none; | ||
+ | background:none; | ||
+ | border-left:none; | ||
+ | color: #fff; | ||
+ | border-right:none; | ||
+ | line-height:none; | ||
+ | z-index:none; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | margin-left: 10px; | ||
+ | width: 965px; | ||
+ | padding:none; | ||
+ | background-color:none; | ||
+ | background: url(http://www.persoft.mx/biosint/images/block-1-bottom.jpg) 0 bottom repeat-x; | ||
+ | margin: 0 auto; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #menubar{ | ||
+ | |||
+ | color: rgba(0,0,0,0.0); | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <script language="javascript"> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | $("#menubar").children().children("li").css("color", "rgba(0,0,0,0.0)"); | ||
+ | $("#menubar").children().children("li").children("a").css("color", "rgba(0,0,0,0.0)"); | ||
+ | |||
+ | |||
+ | $("#menubar").hover(function() { | ||
+ | $(this).children().children("li").css("color", "#fff"); | ||
+ | $(this).children().children("li").children("a").css("color", "#fff"); | ||
+ | },function() { | ||
+ | $(this).children().children("li").css("color", "rgba(0,0,0,0.0)"); | ||
+ | $(this).children().children("li").children("a").css("color", "rgba(0,0,0,0.0)"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> |
Revision as of 00:54, 20 October 2012