|
|
Line 1: |
Line 1: |
- | __NOTOC__
| |
- | <html>
| |
- | <style type="text/css">
| |
- |
| |
- | #content{
| |
- | padding:10px;
| |
- | margin:10 auto;
| |
- | position: relative;
| |
- | top: -25px;
| |
- | padding:5px;
| |
- | background-color:#EEE9E9;
| |
- | color: #000000;
| |
- | border: none;
| |
- | font: normal 12px verdana;
| |
- | }
| |
- |
| |
- | #content a {color: #015666;}
| |
- |
| |
- | #content a:hover {
| |
- | color: #37B6CE;
| |
- | background-color: #015666;
| |
- | }
| |
- |
| |
- | #content big { font-size: 1.1em; }
| |
- |
| |
- | #content h1,h2,h3 {color: #00C12B; padding: 8px 0 2px;}
| |
- |
| |
- | #content h1 {font: normal 2.4em georgia;}
| |
- |
| |
- | #content h1 a {text-decoration: none;}
| |
- |
| |
- | #content h1 a:hover {text-decoration: underline;}
| |
- |
| |
- | #content h2 {font: normal 1.6em georgia;}
| |
- |
| |
- | #content h3 {font: bold 1.2em georgia;}
| |
- |
| |
- | #content form,table {margin-bottom: 1.2em;}
| |
- |
| |
- | #content img {border: none;}
| |
- |
| |
- | #content label {display: block;}
| |
- |
| |
- | #content li {line-height: 1.5em;}
| |
- |
| |
- | #content p {padding: 2px 0 10px;}
| |
- |
| |
- | #content small,.small {font: normal 0.9em verdana;}
| |
- |
| |
- | #content ul {padding: 0 2em 1.2em;}
| |
- |
| |
- | #top-section {
| |
- | height: 15px;
| |
- | margin-top: -4px;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | margin-bottom: 9px;
| |
- | padding:5;
| |
- | border: none;
| |
- | position: relative;
| |
- | top:-77px;
| |
- | background-color:#5fbdce;
| |
- | }
| |
- |
| |
- | #footer-box {
| |
- | background: #FFD373;
| |
- | color: #BF9330;
| |
- | border-top: 1px solid #FFB000;
| |
- | border-bottom: 1px solid #FFB000;
| |
- | padding: 10px;
| |
- | }
| |
- |
| |
- | #footer-box .left {width: 66%;}
| |
- |
| |
- | #footer-box .right {
| |
- | width: 33%;
| |
- | text-align: right;
| |
- | }
| |
- |
| |
- | #footer-box a {
| |
- | color: #015666;
| |
- | text-decoration: underline;
| |
- | }
| |
- |
| |
- | #footer-box a:hover, .footer .right a:hover {
| |
- | text-decoration: underline;
| |
- | color: #37B6CE;
| |
- | background-color: #015666;
| |
- | }
| |
- |
| |
- | #topmenu {
| |
- | border:1px solid #000000;
| |
- | margin:0px;
| |
- | padding:0px;
| |
- | font: 67.5% verdana;
| |
- | font-size:16px;
| |
- | font-weight:normal;
| |
- | }
| |
- |
| |
- | #topmenu ul {
| |
- | background:#8DD066;
| |
- | height:25px;
| |
- | list-style:none;
| |
- | margin:0;
| |
- | padding:0;
| |
- | }
| |
- |
| |
- | #topmenu li {
| |
- | float:left;
| |
- | padding:0px;
| |
- | }
| |
- |
| |
- | #topmenu li a{
| |
- | background: #FFC440;
| |
- | border-right: 1px solid #EEE9E9;
| |
- | color: #A67200;
| |
- | float: left;
| |
- | font: bold 1em verdana;
| |
- | padding: 0 14px;
| |
- | line-height: 41px;
| |
- | text-align: center;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #topmenu li a:hover, #topmenu ul li:hover a{
| |
- | color: #FFC440;
| |
- | background: #A67200;
| |
- | }
| |
- |
| |
- | #topmenu li ul{
| |
- | background: #FFC440;
| |
- | display:none;
| |
- | height:auto;
| |
- | padding:0px;
| |
- | margin:0px;
| |
- | border:0px;
| |
- | position:absolute;
| |
- | width:200px;
| |
- | z-index:200;
| |
- | }
| |
- |
| |
- | #topmenu li:hover ul {
| |
- | display:block;
| |
- | border:1px solid #000000;
| |
- | }
| |
- |
| |
- | #topmenu li li {
| |
- | display:block;
| |
- | float:none;
| |
- | margin:0px;
| |
- | padding:0px;
| |
- | width:200px;
| |
- | }
| |
- |
| |
- | #topmenu li:hover li a{
| |
- | background:none;
| |
- | color:#000000;
| |
- | }
| |
- |
| |
- | #topmenu li ul a{
| |
- | display:block;
| |
- | height:25px;
| |
- | font-size:12px;
| |
- | font-style:normal;
| |
- | margin:0px;
| |
- | padding:0px 10px 0px 15px;
| |
- | text-align:left;
| |
- | }
| |
- | #topmenu li ul a:hover, #topmenu li ul li:hover a{
| |
- | background:#006600;
| |
- | color:#FFFFFF;
| |
- | text-decoration:none;
| |
- | }
| |
- | #topmenu p{
| |
- | clear:left;
| |
- | }
| |
- | </style>
| |
- | <body>
| |
- | <br>
| |
- | <img src="https://static.igem.org/mediawiki/2010/9/93/WashU_Header_3.jpg" alt="Header">
| |
- | <div id="topmenu">
| |
- | <ul>
| |
- | <li><a href="https://2010.igem.org/Team:WashU" >Home</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Team" id="current">Team</a>
| |
- | <ul>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Team#Undergraduates">Undergraduates</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Team#Mentors">Mentors</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Team#Advisors">Advisors</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Yeast" id="current">Yeast</a>
| |
- | <ul>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Background">Background</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Project_Goals">Project Goals</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Results">Results</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Splicing" id="current">Splicing</a>
| |
- | <ul>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Background">Background</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Splicing:_The_New_Alternative_-_Project_Goals">Project Goals</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Results">Results</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Parts">Parts</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Notebook">Notebook</a></li>
| |
- | <li><a href="https://2010.igem.org/Team:WashU/Safety">Safety</a></li>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- |
| |
- |
| |
- | <!-- Start of StatCounter Code -->
| |
- | <script type="text/javascript">
| |
- | var sc_project=6047317;
| |
- | var sc_invisible=1;
| |
- | var sc_security="7c372fd7";
| |
- | </script>
| |
- |
| |
- | <script type="text/javascript"
| |
- | src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
| |
- | class="statcounter"><a title="tumblr site counter"
| |
- | href="http://www.statcounter.com/tumblr/"
| |
- | target="_blank"><img class="statcounter"
| |
- | src="http://c.statcounter.com/6047317/0/7c372fd7/1/"
| |
- | alt="tumblr site counter" ></a></div></noscript>
| |
- | <!-- End of StatCounter Code -->
| |
- |
| |
- | </body>
| |
- | </html>
| |
- |
| |
| __NOTOC__ | | __NOTOC__ |
| <html> | | <html> |