|
|
(10 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{Leanna_css}} | + | {{CM_css}} |
| | | |
| <html> | | <html> |
| <head> | | <head> |
- | <style type="text/css"> | + | <style> |
- | | + | #topnav li.notebook a { |
- | #bodyContent a[href^="mailto:"], .link-mailto { | + | background-color: #016b9d; |
- | background: none; | + | |
- | padding: -10px;
| + | |
| } | | } |
- | | + | #topnav li.notebook ul { |
- | | + | display: block; |
- | #rightMenu a:link, #rightMenu a:active, #rightMenu a:visited { | + | } |
- | background-image:url("https://static.igem.org/mediawiki/2010/8/85/Bgyellow.jpg"); | + | #content { |
- | color:#333333;
| + | background-image: url('https://static.igem.org/mediawiki/2010/3/3b/Blueflowah.jpg'); |
- | display:block;
| + | background-attachment: fixed; |
- | font-family:Osaka,verdana,Sans-Serif;
| + | |
- | font-weight:bold;
| + | |
- | letter-spacing:5px;
| + | |
- | padding:2px 5px;
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | | + | |
- | #rightMenu a:hover {
| + | |
- | | + | |
- | color:light blue;
| + | |
- | display:block;
| + | |
| } | | } |
| </style> | | </style> |
| + | </head> |
| + | <body> |
| + | <div class="header" > |
| | | |
- | <div id="graybar" style=" | + | <div style="width:250px; margin: 10px; position: relative; top: -4px; left:-11px; display: block; float:right; padding: 7px; background-color: white;"> |
- | position: absolute;
| + | <dl id="nav"> |
- | top: 0px;
| + | <dt><b>Parts</b></dt> |
- | height: 20px;
| + | <dd> |
- | width: 966px;
| + | <ul> |
- | background-color: #d3d3d3;"></div>
| + | <li><a href="https://2010.igem.org/Team:MIT_parts">All Parts</a></li> |
| + | <li><a href="https://2010.igem.org/Team:MIT_composite">Composite</a></li> |
| + | <li><a href="https://2010.igem.org/Team:MIT_original">Original</a></li> |
| + | <li><a href="https://2010.igem.org/Team:MIT_backbones">Backbones</a></li> |
| + | </ul> |
| + | </dd> |
| + | <dt><b>Data</b></dt> |
| | | |
| + | <dd> |
| + | <ul> |
| + | <li><a href="https://2010.igem.org/Team:MIT_gels">Gels</a></li> |
| + | <li><a href="https://2010.igem.org/Team:MIT_experimental">Experimental</a></li> |
| | | |
- | <div id="header"> | + | </ul> |
- | <div id="navigation">
| + | </dd> |
- | <div id="menu">
| + | |
- | | + | </dl> |
- | <ul>
| + | |
- | <li id = "naviHome"><a class = "topMenu" href="https://2010.igem.org/Team:MIT">HOME</a>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id = "naviTeam"><a class = "topMenu" href="https://2010.igem.org/Team:MIT/Team">TEAM</a>
| + | |
- | <ul>
| + | |
- | <li><a class = "dropMenu" href="https://2010.igem.org/Team:MIT/Team/Undergrads">Undergrads</a></li>
| + | |
- | <li><a class = "dropMenu" href="https://2010.igem.org/Team:MIT/Team/Instructors">Instructors</a></li>
| + | |
- | <li><a class = "dropMenu" href="https://2010.igem.org/Team:MIT/Team/Advisors">Advisors</a></li>
| + | |
- | <li><a class = "dropMenu" href="https://2010.igem.org/Team:MIT/Team/Gallery">Gallery</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id = "naviProject" ><a class = "topMenu" href="https://2010.igem.org/Team:MIT/Project">PROJECT</a>
| + | |
- | <ul>
| + | |
- | <li><a class="dropMenu" href="#">Abstract</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Overview</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">The Toggle Switch</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Bacterial Team</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Mammalian Team</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Summary</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">References</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Acknowledgements</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id = "naviNotebook"><a class = "topMenu" href="https://2010.igem.org/Team:MIT/Notebook">NOTEBOOK</a>
| + | |
- | <ul>
| + | |
- | <li><a class = "dropMenu" href="#">Material & Methods</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Biosafety</a></li>
| + | |
- | <li><a class = "dropMenu" href="#">Journal Club</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id ="naviParts"><a class = "topMenu" href="https://2010.igem.org/Team:MIT/Parts">PARTS</a>
| + | |
- | <ul>
| + | |
- | <li><a href="#">Characterization</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id = "naviSponsors"><a class = "topMenu" href="https://2010.igem.org/Team:MIT/Sponsors">SPONSORS</a>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div> | + | |
| </div> | | </div> |
| | | |
- | </head><body>
| + | <div id="unique" style="padding:0px; font-size: 14px; border: 1px solid black; margin:0px; background-color:transparent;"> |
- | <div id="stones" style=" | + | <table width=650px style="background-color: white; margin-top:5px; padding: 10px;"> |
- | position: absolute;
| + | <tr><td> |
- | display: box;
| + | <div class="bodybaby">Notebook</div><br> |
- | top: 25px;
| + | This summer flew by! We can hardly believe that it's almost over. :( At least we recorded all of our hard work and it's ready to be presented at the Jamboree this November!<br><br><a href="https://static.igem.org/mediawiki/2010/1/1d/Notebookz.JPG" class="thickbox"><img src="https://static.igem.org/mediawiki/2010/1/1d/Notebookz.JPG" width=100%></a> |
- | left: 32px;
| + | </td> |
- | height: 95px;
| + | </table> |
- | width: 113px;
| + | |
- | padding: 2px;
| + | |
- | background: transparent;
| + | |
- | border: 2px solid #000066;
| + | |
- | z-index: 100;">
| + | |
- | <a href="https://2010.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2010/2/20/080410Igem-logo.png" height=95px width=112px></a></div> | + | |
- | <div id="bodyContent">
| + | |
- | <div id="mainContent" class="ui-widget-content">
| + | |
- | </div> | + | |
| | | |
- | <div>
| |
- | <ul id="rightMenu">
| |
- | <li><a href="#">Abstract</a></li>
| |
- | <li><a href="#">Overview</a></li>
| |
- | <li><a href="#">The Toggle Switch</a></li>
| |
- | <li><a href="#">Bacterial Team</a></li>
| |
- | <li><a href="#">Mammalian Team</a></li>
| |
- | <li><a href="#">Summary</a></li>
| |
- | <li><a href="#">References</a></li>
| |
- | <li><a href="#">Acknowledgements</a></li>
| |
- | </u>
| |
- | </div>
| |
- |
| |
- | <div id="rightside" class = "ui-widget-content">
| |
- | <div id"rightHeader" class="ui-widget-header ui-corner-all">
| |
- | </div>
| |
- | <p></p>
| |
- | </div>
| |
- |
| |
- | <div id="minorRight">
| |
- |
| |
- | <a href="http://www.facebook.com/pages/MIT-iGEM-2010/148399295171024?v=wall&ref=ts"><img width="41" height="40" border="0" float="right" title="Facebook" alt="Timesink" src="http://icons.mysitemyway.com/wp-content/gallery/green-jelly-icons-social-media-logos/099957-green-jelly-icon-social-media-logos-facebook-logo-square.png"></a>
| |
- |
| |
- | <a href="http://twitter.com/mit_igem"><img width="41" height="40" border="0" float="right" title="Twitter" alt="Tweet Tweet" src="http://icons.mysitemyway.com/wp-content/gallery/green-jelly-icons-social-media-logos/100030-green-jelly-icon-social-media-logos-twitter.png"></a>
| |
- |
| |
- | <a href="mailto:igem2010.mit@gmail.com?subject=Questions about MIT iGEM 2010"><img width="41" height="40" border="0" float="right" title="Email" alt="igem2010.mit@gmail.com" src="http://icons.mysitemyway.com/wp-content/gallery/green-jelly-icons-social-media-logos/099982-green-jelly-icon-social-media-logos-mail.png"></a>
| |
| | | |
| | | |
| | | |
| </div> | | </div> |
- |
| |
| </div> | | </div> |
- | </body> | + | </body> |
| </html> | | </html> |