|
|
Line 6: |
Line 6: |
| | | |
| | | |
- | <html>
| |
- | <head>
| |
- | <style>
| |
| | | |
- | .ideasList{
| |
- | margin-bottom:30px
| |
- | }
| |
- |
| |
- | ul#sub {
| |
- | margin:0px;
| |
- | padding:0px;
| |
- | font-size:14px;
| |
- | list-style-image:none;
| |
- | list-style-type:none;
| |
- |
| |
- | }
| |
- |
| |
- | #sub li { margin-bottom:20px;}
| |
- |
| |
- | #sub li a {
| |
- | color:#3300FF;
| |
- | text-decoration:underline;
| |
- | }
| |
- |
| |
- | #sub li a:hover {
| |
- | text-decoration:none;
| |
- | }
| |
- |
| |
- | .links {
| |
- | width:100%;
| |
- | background-color:#FF6103;
| |
- | margin-bottom:30px;
| |
- | }
| |
- |
| |
- | .links tr {
| |
- | background-color: #FF6103;;
| |
- | }
| |
- |
| |
- | .links td:hover {
| |
- | background-color:#FF6103;
| |
- | }
| |
- |
| |
- |
| |
- | .links a{
| |
- | text-decoration:none;
| |
- | font-size:15pt;
| |
- | font-weight:bold;
| |
- | font:'helvetica';
| |
- | color: rgb(255,255,255);
| |
- | }
| |
- |
| |
- | .links a:active {
| |
- | background-color:#FF6103;
| |
- | }
| |
- |
| |
- | .links a:hover {
| |
- | color: rgb(0,0,128);
| |
- | }
| |
- |
| |
- | #navactive {
| |
- | background-color: rgb(0,0,128);
| |
- | }
| |
- |
| |
- |
| |
- | #header {
| |
- | width: 100%;
| |
- | text-align: center;
| |
- | }
| |
- |
| |
- | h4 {
| |
- | font-size: 14pt;
| |
- | font-weight: normal;
| |
- | }
| |
- |
| |
- | dt {
| |
- | font-size: 12pt;
| |
- | }
| |
- |
| |
- | #projectnav h4 {
| |
- | padding: .4ex;
| |
- | }
| |
- |
| |
- | #projectnav dt {
| |
- | font-weight: normal;
| |
- | margin: 1.5ex 0 0 0;
| |
- | }
| |
- |
| |
- | #projectnav h4, #projectnav dt, #projectnav dd {
| |
- | text-align: center;
| |
- | text-indent: 0;
| |
- | margin-left: 0;
| |
- | }
| |
- |
| |
- | #hbnav dd {
| |
- | background-color: #FF6103;;
| |
- | border-left: dashed #FFF 3px;
| |
- | border-right: dashed #FFF 3px;
| |
- | padding: .8ex;
| |
- | }
| |
- |
| |
- | #denav dd{
| |
- | background-color: #FF6103;;
| |
- | border-left: dashed #FFF 3px;
| |
- | border-right: dashed #FFF 3px;
| |
- | padding: 1ex;
| |
- | margin-top: 0;
| |
- | }
| |
- |
| |
- | #projectnav a {
| |
- | color: #fff;
| |
- | }
| |
- |
| |
- | #pagecontent p {
| |
- | text-indent: 1.25em;
| |
- | }
| |
- | </style>
| |
- | <! -- END of style sheet -->
| |
- | </head>
| |
- | <body>
| |
- |
| |
- | <!-- Navigation Links Table-->
| |
- | <table class="links" >
| |
- | <tr>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois" >Home</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/project/" >Projects</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Notebook/" >Notebook</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Research_articles" >Research Articles</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Current_Tasks">Protocols</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Project" >Project</a> </td>
| |
- | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Pictures" >Pictures</a> </td>
| |
- | <td align="center"id="navactive" ><a class="mainLinks" href="https://2008.igem.org/Team:Illinois/Parts" >Parts</a> </td>
| |
- | </tr>
| |
- | </table>
| |
| | | |
| | | |