Template:Main
From 2009.igem.org
(Difference between revisions)
(New page: <html> <link rel="stylesheet" href="http://people.fas.harvard.edu/~joyding/cssmenu.css" type="text/css"> <div class="menuminwidth0"> <div class="menuminwidth1"> <div class="menuminwidth2"...) |
|||
(62 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
+ | <style> | ||
- | + | body,th | |
- | + | { | |
- | + | font-family: Trebuchet MS, Arial, Helvetica, sans-serif; | |
- | + | color: #01FFFF; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | td | |
- | + | { | |
- | + | color: #000000; | |
- | + | } | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | table | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | font-color: #01FFFF; | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | a.menu | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | color: black; | ||
+ | width: 12em; | ||
+ | } | ||
+ | |||
+ | .firstHeading | ||
+ | { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | .secondHeading | ||
+ | { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #bodyContent | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | color: #01FFFF; | ||
+ | } | ||
+ | |||
+ | #content | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | color: #01FFFF; | ||
+ | } | ||
+ | |||
+ | #footer-box | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | color: #01FFFF; | ||
+ | } | ||
+ | |||
+ | p | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | color: #01FFFF; | ||
+ | } | ||
+ | |||
+ | body | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | font-color: #01FFFF; | ||
+ | } | ||
+ | |||
+ | #content:link | ||
+ | { | ||
+ | color: #00FF59; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #bodyContent:link | ||
+ | { | ||
+ | color: #00FF59; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h1 | ||
+ | { | ||
+ | color: #01FFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h2 | ||
+ | { | ||
+ | color: #01FFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h2:link | ||
+ | { | ||
+ | color: #01FFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h3 | ||
+ | { | ||
+ | color: #01FFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <h2><a href="changeme"><img src="https://static.igem.org/mediawiki/2009/b/b8/Harvard2009Logo.jpg" alt="Hi Mom" width="900" height="200"></a></h2> | ||
+ | |||
+ | <div style="width: 650px; height: 800px; left: 10px;"> | ||
+ | <table width="650px" border="10" cellspacing="10" cellpadding="0"> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <iframe style="width:630px;height:1000px;" allowtransparency="true" background-color="transparent" scrolling="auto" frameborder=0 src="http://stonelinks.ath.cx/igem"></iframe> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
+ | |||
+ | <div style="position: absolute; left: 630px; top: 240px; height: 800px; width: 300px; padding: 3em;"> | ||
+ | <table width="300px" border="10" cellspacing="10" cellpadding="0"> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <h2><a href="changeme">Team</a></h2> | ||
+ | <h2><p>Projects</p></h2> | ||
+ | <ul> | ||
+ | <li><a href="changeme">Bacteria-to-Yeast Communication</a></li> | ||
+ | <li><a href="changeme">Laser-petter</a></li> | ||
+ | <li><a href="changeme">PCB Biosynthesis in Yeast</a></li> | ||
+ | <li><a href="changeme">Split Luciferase</a></li> | ||
+ | <li><a href="changeme">Yeast Cellular Blackboard</a></li> | ||
+ | <li><a href="changeme">Yeast Red Light District</a></li> | ||
+ | </ul> | ||
+ | <h2><p><a href="changeme">Parts</a></p></h2> | ||
+ | <h2><p><a href="changeme">References</a></p></h2> | ||
+ | <h2><p>Lab Notebook</p></h2> | ||
+ | <ul> | ||
+ | <li> <a href="changeme">Daily</a></li> | ||
+ | <li><a href="changeme">Protocols</a></li> | ||
+ | <li><a href="changeme">Recipes </a></li> | ||
+ | </ul> | ||
+ | <h2><p><a href="changeme">Ethics</a></h2> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
- | + | ||
- | </ | + | </body> |
</html> | </html> |
Latest revision as of 01:36, 12 October 2009
TeamProjects
Lab Notebook |