Template:UIUC Illinois Bioware
From 2010.igem.org
(Difference between revisions)
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
<!-- I'd like to make this flush with the left side, for now I just made is smaller --> | <!-- I'd like to make this flush with the left side, for now I just made is smaller --> | ||
<p align="center"> | <p align="center"> | ||
Line 8: | Line 8: | ||
</p> | </p> | ||
- | <div id=" | + | <style type=text/css> |
+ | /*Following coding for menu bars found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/ | ||
+ | /**************** horizontal menu coding *****************/ | ||
+ | #hmenu { | ||
+ | float:left; | ||
+ | position:relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #hmenu ul { | ||
+ | list-style:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | height:8em; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #hmenu a.gray, #hmenu a.orange { | ||
+ | text-align:center; | ||
+ | height:40px; | ||
+ | vertical-align:middle; | ||
+ | text-transform:uppercase; | ||
+ | display:table-cell; | ||
+ | vertical-align:middle; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #hmenu a.orange { | ||
+ | width:100px; | ||
+ | color:#003C7D; | ||
+ | font-weight:bold; | ||
+ | font-size:10px; | ||
+ | background:url(https://static.igem.org/mediawiki/2010/1/11/UIUC-Illinois_Bioware_2010_Horizontal_toolbar_orange_button_big.png); | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #hmenu a.gray { | ||
+ | width:100px; | ||
+ | color:#000; | ||
+ | font-weight:normal; | ||
+ | font-size:9.5px; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#ccc #888 #555 #bbb; | ||
+ | text-decoration:none; | ||
+ | background:#ccc; | ||
+ | } | ||
+ | |||
+ | #hmenu a.orange:hover { | ||
+ | color:#fff; | ||
+ | background:url(https://static.igem.org/mediawiki/2010/e/e1/UIUC-Illinois_Bioware_2010_Horizontal_button_hover_big.png) top left repeat-x #6e8bbf; | ||
+ | } | ||
+ | |||
+ | #hmenu a.gray:hover { | ||
+ | color:#fff; | ||
+ | background: #003C7D; | ||
+ | } | ||
+ | |||
+ | #hmenu ul li { | ||
+ | position:relative; | ||
+ | width: 300px; | ||
+ | height: 35px; | ||
+ | } | ||
+ | |||
+ | #hmenu ul ul ul { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 100%; | ||
+ | } | ||
+ | |||
+ | #hmenu ul ul { | ||
+ | position: absolute; | ||
+ | z-index: 500; | ||
+ | width: 100px; | ||
+ | } | ||
+ | |||
+ | div#hmenu ul ul { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | div#hmenu ul li:hover ul /*ul*/ | ||
+ | {display: block;} | ||
+ | |||
+ | div#hmenu ul ul, | ||
+ | div#hmenu ul li:hover ul ul, | ||
+ | div#hmenu ul ul li:hover ul ul | ||
+ | {display: none;} | ||
+ | |||
+ | div#hmenu ul li:hover ul, | ||
+ | div#hmenu ul ul li:hover ul, | ||
+ | div#hmenu ul ul ul li:hover ul | ||
+ | {display: block;} | ||
+ | |||
+ | body { | ||
+ | behavior: url("csshover3.htc"); | ||
+ | } | ||
+ | |||
+ | <!--[if IE]> | ||
+ | <style type="text/css" media="screen"> | ||
+ | body { | ||
+ | behavior: url(csshover.htc); | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | #hmenu ul li {float: left; width: 100%;} | ||
+ | #hmenu ul li a {height: 1%;} | ||
+ | |||
+ | #hmenu a, #hmenu h2 { | ||
+ | font: bold 0.7em/1.4em arial, helvetica, sans-serif; | ||
+ | } | ||
+ | </style> | ||
+ | <![endif]--> | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <div id="hmenu" style="top:-7px"> | ||
<ul> | <ul> | ||
<li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois">Home</a></li> | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois">Home</a></li> | ||
</ul> | </ul> | ||
<ul> | <ul> | ||
- | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Team">Team</a></li> | + | <li><a class="orange" >Team</a> |
+ | <ul> | ||
+ | <li><a class="orange" href="https://igem.org/Team.cgi">Official Team Profile</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Team">Team Members</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Team/Collaboration">Collaboration and Contributions</a></li> | ||
+ | </ul> | ||
</ul> | </ul> | ||
<ul> | <ul> | ||
- | |||
</ul> | </ul> | ||
<ul> | <ul> | ||
- | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Project"> | + | <li><a class="orange">Project</a> |
+ | <ul> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Project/Protocols">Protocols</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Project">Project Description</a> | ||
+ | </ul> | ||
</ul> | </ul> | ||
<ul> | <ul> | ||
Line 28: | Line 151: | ||
</ul> | </ul> | ||
<ul> | <ul> | ||
- | <li><a class="orange" href="http://openwetware.org/wiki/IGEM:University_of_Illinois_Urbana_Champaign/2009/Notebook/ | + | <li><a class="orange">Documentation</a> |
+ | <ul> | ||
+ | <li><a class="orange">Meeting Minutes</a> | ||
+ | <ul> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Meeting_Minutes">Page Format</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Meeting_minutes">Calendar Format</a></li> | ||
+ | </ul> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Newsletter">Newsletters</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Bootcamp">Bootcamp</a></li> | ||
+ | <li><a class="orange">Lab Notebooks</a> | ||
+ | <ul> | ||
+ | <li><a class="orange" href="http://openwetware.org/wiki/IGEM:University_of_Illinois_Urbana_Champaign/2009/Notebook/Bioware_2010_RNA_Decoder">RNA Decoder</a></li> | ||
+ | <li><a class="orange" href="http://openwetware.org/wiki/IGEM:University_of_Illinois_Urbana_Champaign/2009/Notebook/Bioware_2010_Lock_and_Key_Decoder">Lock and Key Decoder</a></li> | ||
+ | <li><a class="orange" href="http://openwetware.org/wiki/IGEM:University_of_Illinois_Urbana_Champaign/2009/Notebook/Bioware_2010_Arsenic_Bioremediation">Arsenic Bioremediation</a></li> | ||
+ | <li><a class="orange" href="http://openwetware.org/wiki/IGEM:University_of_Illinois_Urbana_Champaign/2009/Notebook/Bioware_2010_Gold_Bioremediation">Gold Bioremediation</a></li> | ||
+ | </ul> | ||
+ | </ul> | ||
</ul> | </ul> | ||
<ul> | <ul> | ||
- | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Safety">Safety</a></li> | + | <li><a class="orange">Human <br> Practices </a> |
+ | <ul> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Bioethics">Survey</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Outreach">Outreach</a></li> | ||
+ | <li><a class="orange" href="https://2010.igem.org/Team:UIUC-Illinois/Safety">Safety</a></li> | ||
+ | </ul> | ||
</ul> | </ul> | ||
<ul style="height:40px; width:50px; background:url(https://static.igem.org/mediawiki/2010/8/8c/UIUC_Bioware_Orange_end_big.png)"> | <ul style="height:40px; width:50px; background:url(https://static.igem.org/mediawiki/2010/8/8c/UIUC_Bioware_Orange_end_big.png)"> |
Latest revision as of 02:24, 28 October 2010