Template:Valencia09iGEM3
From 2009.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
Line 24: | Line 25: | ||
font-family: Verdana; | font-family: Verdana; | ||
} | } | ||
+ | |||
+ | #header { | ||
+ | width: 965px; | ||
+ | height: 220px; | ||
+ | position: relative; | ||
+ | text-decoration: none; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/d/db/1000pix2valteam.jpg) no-repeat left top; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
- | <div align=center> | + | <body> |
- | + | <!-- <div align="center" style="position:absolute; top:100px;"> | |
- | + | <a href=background: url(https://static.igem.org/mediawiki/2009/d/db/1000pix2valteam.jpg) no-repeat left top; | |
+ | </div> --> | ||
+ | <div id="header"> | ||
+ | <!-- <embed src="https://static.igem.org/mediawiki/2009/3/39/Banner_val_igem.swf" type="application/x-shockwave-flash" wmode="transparent" width="965" height="200"></embed> --> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
- | |||
- | |||
- | <style | + | <center><html> |
+ | <style> | ||
- | . | + | body.mediawiki {background:#000 url(https://static.igem.org/mediawiki/2009/5/51/ValenciaBordeado4.JPG) |
- | + | top center repeat-y; position:relative; font-family:Gill Sans / Gill Sans MT, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#202020;} | |
- | background: url(https://static.igem.org/mediawiki/2009/ | + | |
- | position:relative; | + | |
- | font-family: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | |||
- | |||
- | |||
- | |||
- | + | <!-- /*-----------------------------------------------------------------------------------------------*/ --> | |
- | . | + | div.MenuBar ul li ul.DropDownMenu { |
- | + | display: none; /* Hides all drop-down menus. */ | |
- | + | ||
- | + | } | |
- | + | /* | |
- | + | li:hover works in IE7 and FF2. | |
+ | a:hover works in IE6 and FF2. | ||
+ | a:hover breaks li:hover in FF2. | ||
+ | */ | ||
+ | div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu, | ||
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu { | ||
+ | display: none; /* Hides all side menus. */ | ||
} | } | ||
+ | <!-- /*------------------------------------------------------------------------------------- Menu Bar */ --> | ||
- | . | + | div.MenuBar { |
- | margin:0; | + | font: arial, verdana, sans-serif; |
- | + | height: 30px; | |
- | + | width: 704px; | |
- | + | /*width: 100%;*/ | |
+ | margin: -37px; | ||
+ | border-top: 0; | ||
+ | border-right: 0; | ||
+ | border-left: 0; | ||
+ | padding: 0; | ||
+ | background: #2b3238; | ||
+ | |||
} | } | ||
- | . | + | div.MenuBar ul { |
- | + | font: arial, verdana, sans-serif; | |
- | + | text-align: center; | |
- | + | list-style-type: none; | |
- | + | margin: 0.5em auto; | |
- | + | border: 0; | |
- | padding:0 | + | padding: 0; |
- | + | background: #2b3238; | |
- | + | } | |
- | white- | + | div.MenuBar ul li { |
- | + | font: arial, helvetica, sans-serif; | |
+ | display: block; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | font-size: 1.3em; | ||
+ | float: left; | ||
+ | background: white; | ||
+ | text-align: center; | ||
+ | width: 136px; | ||
+ | /*width: 107px;*/ | ||
+ | position: relative; /* Sets the positioning context for each drop-down menu. */ | ||
} | } | ||
- | + | div.MenuBar ul li a { | |
- | . | + | font: arial, helvetica, sans-serif; |
- | + | display: block; | |
- | background: | + | background: #000000; |
- | padding: | + | height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */ |
- | + | color: none; | |
- | + | padding-top: 4px; | |
+ | padding-bottom: 4px; | ||
+ | padding-left: 1em; /* Sets the left space between top-level items. */ | ||
+ | padding-right: 1em; /* Sets the right space between top-level items. */ | ||
+ | text-decoration: none; | ||
} | } | ||
- | . | + | <!-- /*------------------------------------------------------------------------------ Drop-Down Menus */ --> |
- | + | div.MenuBar ul li:hover ul.DropDownMenu, | |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu { | |
+ | display: block; | ||
+ | width: 129px; /* Drop-down menu width. | ||
+ | Use MenuTailor.css to customize. */ | ||
+ | height: 1em; | ||
+ | padding: 0; /* Sets the drop-down menu "effective border" width. */ | ||
+ | position: absolute; | ||
+ | top: 23px; /* Places the drop-down menu under the menu bar. | ||
+ | Keep it sync with the menu bar height. */ | ||
+ | left: 0; /* Aligns the drop-down menu to its top-level item. */ | ||
+ | background-color: white; /* Selected item. */ | ||
+ | color: none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | div.MenuBar ul li:hover ul.DropDownMenu li a, | |
- | . | + | div.MenuBar ul li a:hover ul.DropDownMenu li a { |
- | + | width: 129px; /* Keep it sync with the drop-down menu width. | |
+ | Use MenuTailor.css to customize. */ | ||
+ | height: 1em; | ||
+ | padding-left: 0; | ||
+ | padding-right: 0; | ||
+ | background-color: #2b3238; /* Selected item. */ | ||
+ | color: none; | ||
} | } | ||
- | + | ul.DropDownMenu li a span { | |
- | + | display: block; | |
- | . | + | padding-left: 0.25em; /* Sets the left space of each drop-down menu item. */ |
- | + | padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */ | |
- | + | text-align: right; /* Aligns the >> symbol to the right. */ | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ul.DropDownMenu li a span span { | |
- | . | + | float: left; /* Aligns the text (back) to the left. */ |
- | + | font: 12px arial, helvetica, sans-serif; /* Required for IE55. */ | |
- | + | height: 20px; | |
- | + | color: none; | |
- | + | ||
} | } | ||
- | + | <!-- /*----------------------------------------------------------------------------------- Side Menus */ --> | |
- | . | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu, |
- | . | + | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { |
- | + | display: block; | |
- | + | width: 10.5em; /* Side menu width. | |
+ | Use MenuTailor.css to customize. */ | ||
+ | height: 1.25em; | ||
+ | padding: 0; /* Sets the side menu "effective border" width. */ | ||
+ | position: absolute; | ||
+ | top: -7.5px; /* Aligns the side menu to its drop-down menu item. | ||
+ | Keep it sync with the side menu "effective border" width. */ | ||
+ | left: 10.5em; /* Places the side menu to the right of the drop-down menu. | ||
+ | Keep it sync with the drop-down menu width. | ||
+ | Use MenuTailor.css to customize. */ | ||
} | } | ||
- | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a, | |
- | . | + | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a { |
- | . | + | width: 10.5em; /* Keep it sync with the side menu width. |
- | + | Use MenuTailor.css to customize. */ | |
- | + | height: 1.25em; | |
- | width: | + | font: 12px arial, helvetica, sans-serif; /* Required for IE55. */ |
- | + | left: 10.5em; /* Places the side menu to the right of the drop-down menu. | |
- | + | Keep it sync with the drop-down menu width. | |
- | + | Use MenuTailor.css to customize. */ | |
- | + | ||
- | left: | + | |
- | + | ||
} | } | ||
- | + | div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span { | |
- | . | + | padding-left: 0.5em; /* Sets the left space of each side menu item. */ |
- | + | padding-right: 0.1em; /* Sets the right space of each side menu item. */ | |
+ | text-align: left; | ||
+ | font: 12px arial, helvetica, sans-serif; /* Required for IE55. */ | ||
+ | left: 9.75em; /* Places the side menu to the right of the drop-down menu. | ||
+ | Keep it sync with the drop-down menu width. | ||
+ | Use MenuTailor.css to customize. */ | ||
} | } | ||
- | + | <!-- /*----------------------------------------------------------------------------- Browser Specific */ --> | |
- | . | + | * html div.MenuBar { |
- | + | position: relative; /* For IE55 and IE6. | |
- | + | Hidden (* html) from non-IE browsers. */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | * html div.MenuBar ul li a { | |
- | + | float: left; /* For IE55 and IE6. | |
- | + | Breaks O9. | |
- | + | Hidden (* html) from non-IE browsers. */ | |
} | } | ||
- | + | * html ul.DropDownMenu li a:hover { | |
- | . | + | cursor: hand; /* For IE55. |
- | + | Hidden (* html) from non-IE browsers. */ | |
} | } | ||
- | + | ul.DropDownMenu li a:hover { | |
- | + | cursor: pointer; /* For IE6 and IE7. | |
- | + | Hidding it (* html) from non-IE browsers breaks IE7! */ | |
- | + | ||
- | + | ||
} | } | ||
- | + | * html div.MenuBar a:hover { | |
- | + | text-decoration: none; /* For IE55 and IE6. | |
- | + | Hidden (* html) from non-IE browsers. */ | |
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | * html div.MenuBar ul li table, | |
- | . | + | * html div.MenuBar ul li table td { |
- | + | border: 0px none; /* For IE55 and IE6. | |
- | + | Hidden (* html) from non-IE browsers. */ | |
} | } | ||
- | + | <!-- /*------------------------------------------------------------------------------- Default Colors */ --> | |
- | . | + | div.MenuBar { |
- | + | background-color: Menu; | |
- | + | border-bottom: 1px solid ButtonShadow; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div.MenuBar a { | |
- | . | + | background-color: Menu; /* Top-level unselected items. */ |
- | + | color: MenuText; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div.MenuBar ul li:hover a, | |
- | . | + | div.MenuBar ul li a:hover { |
- | + | color:#2b3238; | |
- | + | background-color: Highlight; /* Top-level selected item. */ | |
- | + | color: HighlightText; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | color: | + | |
} | } | ||
- | + | <!-- /*...............................................................................................*/ --> | |
- | + | div.MenuBar ul li:hover ul.DropDownMenu, | |
- | . | + | div.MenuBar ul li a:hover ul.DropDownMenu { |
- | . | + | background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */ |
- | background: | + | } |
- | + | div.MenuBar ul li:hover ul.DropDownMenu li a, | |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu li a { | |
- | color:#2b3238; | + | background-color: Menu; Drop-down menu unselected items. |
+ | Sets the drop-down menu "effective background" color. */ | ||
+ | color: MenuText; | ||
+ | } | ||
+ | div.MenuBar ul li:hover ul.DropDownMenu li:hover a, | ||
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover { | ||
+ | background-color: Highlight; /* Drop-down menu selected item. */ | ||
+ | color: HighlightText; | ||
+ | } | ||
+ | <!-- /*...............................................................................................*/ --> | ||
+ | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu, | ||
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | ||
+ | background-color: ButtonShadow; /* Sets the side menu "effective border" color. */ | ||
+ | } | ||
+ | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a, | ||
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a { | ||
+ | background-color: Menu; /* Side menu unselected items. | ||
+ | Sets the side menu "effective background" color. */ | ||
+ | color: MenuText; | ||
+ | } | ||
+ | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover, | ||
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover { | ||
+ | background-color: Highlight; /* Side menu selected item. */ | ||
+ | color: HighlightText; | ||
+ | } | ||
+ | /*-----------------------------------------------------------------------------------------------*/ | ||
+ | /*Script-Free 3-Level Menu 1.2 Tailor | ||
+ | www.CesarDaniel.info | ||
+ | /*-------------------------------------------------------------------------------------- General */ | ||
+ | body { | ||
+ | background: white; | ||
+ | color: #2b3238; | ||
+ | margin: 0; | ||
+ | border: 0; | ||
+ | padding: 0; | ||
} | } | ||
- | |||
- | |||
- | |||
- | . | + | div.MenuBar { |
- | + | font: 13px arial, helvetica, sans-serif; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div.MenuBar ul { | |
- | . | + | font: 13px arial, helvetica, sans-serif; /* Required for IE55. */ |
- | + | ||
} | } | ||
- | + | /*--------------------------------------------------------------------------------------- Colors */ | |
- | /* | + | div.MenuBar { |
- | . | + | background-color: #ffffff; /* Selected item. */ |
- | + | color: #000000; | |
- | + | border-bottom: 1px solid ButtonShadow; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div.MenuBar a, | |
- | . | + | div.MenuBar ul li:hover ul.DropDownMenu li a, |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu li a, | |
- | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a, | |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a { | |
- | + | background-color: #77BDF1; /* Selected item. */ | |
+ | color: #000000; | ||
} | } | ||
- | + | div.MenuBar ul li:hover a, | |
- | . | + | div.MenuBar ul li a:hover, |
- | . | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover a, |
- | background: | + | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover, |
- | color:# | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover, |
+ | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover { | ||
+ | background-color: #229BF7; /* Selected item. */ | ||
+ | color: #24006B; | ||
} | } | ||
- | + | div.MenuBar ul li:hover ul.DropDownMenu, | |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu, | |
- | . | + | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu, |
- | + | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | |
- | + | background-color: none; /* Sets the drop-down and side menus "effective border" color. */ | |
- | + | ||
- | + | ||
- | background: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | /*--------------------------------------------------------------------------------------- Widths */ | ||
+ | /* | ||
- | + | /* | |
- | + | Menu Bar 1 | |
- | + | Drop-Down Menu #2 | |
- | . | + | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4, |
- | . | + | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4, |
- | + | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a, | |
- | + | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a { | |
- | + | width: 12em; /* Drop-down menu width. */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5, | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a { | ||
+ | width: 12em; /* Drop-down menu width. */ | ||
+ | } | ||
+ | */ | ||
+ | /*...............................................................................................*/ | ||
+ | /* | ||
+ | Menu Bar 1 | ||
+ | Drop-Down Menu #2 | ||
+ | Side Menu #1 | ||
- | . | + | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1, |
- | + | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 { | |
- | + | left: 13.5em !important; /* Places the side menu to the right of the drop-down menu. | |
+ | Keep it sync with the drop-down menu width. */ | ||
} | } | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1, | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a { | ||
+ | width: 10em; /* Side menu width. */ | ||
+ | } | ||
+ | */ | ||
+ | /*...............................................................................................*/ | ||
+ | /* | ||
+ | Menu Bar 1 | ||
+ | Drop-Down Menu #2 | ||
+ | Side Menu #2 | ||
- | . | + | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2, |
- | + | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 { | |
+ | left: 13.5em !important; /* Places the side menu to the right of the drop-down menu. | ||
+ | Keep it sync with the drop-down menu width. */ | ||
} | } | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2, | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a { | ||
+ | width: 10em; /* Side menu width. */ | ||
+ | } | ||
+ | */ | ||
+ | /*...............................................................................................*/ | ||
+ | /* | ||
+ | Menu Bar 1 | ||
+ | Drop-Down Menu #2 | ||
+ | Side Menu #3 | ||
- | . | + | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3, |
- | . | + | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 { |
- | + | left: 13.5em !important; /* Places the side menu to the right of the drop-down menu. | |
- | + | Keep it sync with the drop-down menu width. */ | |
+ | } | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3, | ||
+ | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a, | ||
+ | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a { | ||
+ | width: 10em; /* Side menu width. */ | ||
} | } | ||
+ | */ | ||
+ | /*...............................................................................................*/ | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | </style> | + | <body> |
- | <![endif]--> | + | |
- | < | + | <div class='MenuBar' id="navi"> |
- | < | + | <ul> |
- | <ul class=" | + | <li> |
- | < | + | <a href="https://2009.igem.org/Team:Valencia" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Home |
- | <ul class=" | + | <!--[if gt IE 6]><!--></a><!--<![endif]--> |
- | <li><a href="https://2009.igem.org/Team:Valencia/ | + | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> |
- | <li><a href="https://2009.igem.org/Team:Valencia/ | + | <!--[if lte IE 6]></td></tr></table></a><![endif]--> |
- | <li><a href="https://2009.igem.org/Team:Valencia/ | + | </li> |
- | </ul> | + | <li> |
- | </ | + | <a href="https://2009.igem.org/Team:Valencia/TeamVal" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Team<!-- |
+ | [if gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="DropDownMenu" id="MB1-DDM6"> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/TeamVal"><span><span>The Team</span></span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/LabPictures"><span><span>Pictures</span></span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Universities"><span><span>The Universities</span></span> | ||
+ | </a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Acknowledgements"><span><span>Acknowledgements</span></span> | ||
+ | <!--[if gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | </ul> | ||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Valencia/Project" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Project<!--[if gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="DropDownMenu" id="MB1-DDM1"> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Project"><span><span>Overall description | ||
+ | </span></span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Modelling"><span><span>Modelling</span></span></a> | ||
+ | <!--[if | ||
+ | gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="SideMenu" id="MB1-DDM6-SM1"> | ||
+ | <li><a | ||
+ | href="https://2009.igem.org/Team:Valencia/Modelling"><span>Overview</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/OurModel"><span>Model description</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Simulations"><span>Simulations</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/StochasticApproach"><span>Stochastic approach</span></a></li> | ||
+ | </ul> | ||
+ | |||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Hardware"><span><span>Experimental set up</span></span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam"><span><span>Wet lab</span></span></a><!--[if | ||
+ | gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="SideMenu" id="MB1-DDM6-SM1"> | ||
+ | <li><a | ||
+ | href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam"><span>WetLab Overwiew</span></a></li> | ||
+ | <li><a | ||
+ | href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam/Protocols"><span>Protocols</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam/Experimental"><span>Experimental results</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/A_short_story"><span>A short story</span></a></li> | ||
+ | </ul> | ||
+ | |||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
+ | </li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Parts"><span><span>Parts</span></span></a><!--[if | ||
+ | gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="SideMenu" id="MB1-DDM6-SM1"> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Parts"><span>Submitted Parts</span></a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Parts/Characterization"><span>Characterization</span></a></li> | ||
+ | </ul> | ||
+ | |||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Valencia/Notebook"><span><span>Notebook</span></span></a></li> | ||
+ | |||
+ | </ul> | ||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | |||
+ | <a href="https://2009.igem.org/Team:Valencia/Project/Results" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Achievements | ||
+ | <!--[if gt IE 6]><!--></a><!--<![endif]--> | ||
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
- | < | + | <li style="width: 160px"> |
- | + | <a href="https://2009.igem.org/Team:Valencia/Human" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]--> | |
- | < | + | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> |
- | < | + | <ul class="DropDownMenu" id="MB1-DDM4"> |
- | <ul class=" | + | <li><a href="https://2009.igem.org/Team:Valencia/Human"><span><span>Ethics overview</span></span></a></li> |
- | < | + | <li><a href="https://2009.igem.org/Team:Valencia/Human_Practice/Essay"><span><span>Essay</span></span></a></li> |
- | < | + | <li><a href="https://2009.igem.org/Team:Valencia/Human_Practice/Medalls"><span><span>Medals</span></span></a></li> |
- | <li><a href="https://2009.igem.org/Team:Valencia/ | + | <li><a href="https://2009.igem.org/Team:Valencia/Definitions"><span><span>Definitions</span></span></a></li> |
- | <li><a href="https://2009.igem.org/Team:Valencia/ | + | |
- | </ | + | </ul> |
- | </ | + | <!--[if lte IE 6]></td></tr></table></a><![endif]--> |
- | </ | + | </li> |
- | </ | + | |
- | + | ||
- | </li> | + | </ul> |
- | </ul> | + | |
- | </ | + | |
</div> | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | </center> | ||
+ | <html><body style=" background-color: black"></body></html> | ||
- | |||
- | |||
- | <br><br> | + | <br><br><br><br><br><br><br><br><br> |
Revision as of 16:47, 16 October 2009