(31 intermediate revisions by the same user not shown) | |||
Line 51: | Line 51: | ||
} | } | ||
#logo img { width:150px;} /*???*/ | #logo img { width:150px;} /*???*/ | ||
− | |||
− | |||
#content{ | #content{ | ||
Line 61: | Line 59: | ||
height: 100%; | height: 100%; | ||
border: 0px; | border: 0px; | ||
− | |||
− | |||
} | } | ||
− | + | #header { | |
background: linear-gradient(to right, #005AB5, #007500); | background: linear-gradient(to right, #005AB5, #007500); | ||
background: -webkit-linear-gradient(to right, #005AB5, #007500); | background: -webkit-linear-gradient(to right, #005AB5, #007500); | ||
Line 76: | Line 72: | ||
} | } | ||
+ | #footer { | ||
+ | background: linear-gradient(to right, #005AB5, #007500); | ||
+ | background: -webkit-linear-gradient(to right, #005AB5, #007500); | ||
+ | background: -moz-linear-gradient(to right, #005AB5, #007500); | ||
+ | background: -o-linear-gradient(to right, #005AB5, #007500); | ||
+ | float: left; | ||
+ | width: 100%; | ||
+ | padding: 7px 0; | ||
+ | margin: 0 0px !important; | ||
+ | } | ||
#menu a { text-decoration: none; } | #menu a { text-decoration: none; } | ||
− | #menu a:link, a:visited, a:active { color: white; } | + | #menu a:link,#menu a:visited,#menu a:active { color: white; } |
#menu a:hover { color: #c1d9ff; } | #menu a:hover { color: #c1d9ff; } | ||
#menu { | #menu { | ||
Line 104: | Line 110: | ||
#menu ul li ul li { font-size: 10px; padding: 5%; } | #menu ul li ul li { font-size: 10px; padding: 5%; } | ||
#menu li:hover ul, .menu li.over ul { display: block; } | #menu li:hover ul, .menu li.over ul { display: block; } | ||
− | |||
Line 111: | Line 116: | ||
float: left; | float: left; | ||
margin-left: 15px; | margin-left: 15px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
margin-top: 2px; | margin-top: 2px; | ||
} | } | ||
Line 125: | Line 123: | ||
position: relative; | position: relative; | ||
margin-right: 30px; | margin-right: 30px; | ||
− | margin-top: | + | margin-top: 15px; |
− | + | ||
} | } | ||
+ | #contact a { text-decoration: none; } | ||
+ | #contact a:link,#contact a:visited,#contact a:active { color: white; } | ||
+ | #contact a:hover { color: #c1d9ff; } | ||
Line 164: | Line 164: | ||
line-height: 1.5; | line-height: 1.5; | ||
clear: both; | clear: both; | ||
− | padding: 0px | + | padding: 0px 100px 10px 100px; |
} | } | ||
.p-top { | .p-top { | ||
Line 251: | Line 251: | ||
#header{ | #header{ | ||
width: 100%; | width: 100%; | ||
− | height: | + | height:95px; /* header的高度一定要是固定值*/ |
position:fixed; | position:fixed; | ||
− | top: | + | top:0px; |
left:0px; | left:0px; | ||
clear:both; | clear:both; | ||
Line 267: | Line 267: | ||
color: white; | color: white; | ||
} | } | ||
− | |||
.body{ | .body{ | ||
clear:both; | clear:both; | ||
overflow: hidden; | overflow: hidden; | ||
padding-top: 80px; | padding-top: 80px; | ||
− | padding-bottom: | + | padding-bottom: 100px; |
/*保证footer是相对于container位置绝对定位*/ | /*保证footer是相对于container位置绝对定位*/ | ||
− | position:relative; | + | position:relative; |
+ | margin-bottom: -123px; | ||
width:100%; | width:100%; | ||
min-height:100%; | min-height:100%; | ||
Line 283: | Line 283: | ||
} | } | ||
+ | table.pgrouptable { | ||
+ | font-family: arial; | ||
+ | background-color: #F0F0F0; | ||
+ | color: #000; | ||
+ | font-size: 11px; | ||
+ | line-height: 11px; | ||
+ | width: 100%; | ||
+ | text-align:left; | ||
+ | border: 2px solid #222; | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: | ||
+ | } | ||
+ | table.pgrouptable thead th { | ||
+ | border: 1px solid rgb(61,61,61); | ||
+ | padding: 3px 5px 3px 3px; | ||
+ | background-color: #CCC; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table.pgrouptable td { | ||
+ | border: 1px solid rgb(61,61,61); | ||
+ | background-color: #F0F0F0; | ||
+ | color: #000; | ||
+ | padding: 3px; | ||
+ | font-size: 11px; | ||
+ | line-height: 12px; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | |||
<div class="body"> | <div class="body"> | ||
− | + | <div id="header"> | |
− | + | <!--LOGO LINK---> | |
− | + | <div id="logo"><a href="https://2018.igem.org/Team:SDU-CHINA"><img src="https://static.igem.org/mediawiki/2018/7/72/T--SDU-China--duihui.jpg" alt="LOGO" /></a></div> | |
− | + | <div id="menu"> | |
− | + | <ul> | |
<li> | <li> | ||
<a href="#">PROJECT ▾</a> | <a href="#">PROJECT ▾</a> | ||
Line 308: | Line 333: | ||
<ul> | <ul> | ||
<!--links--> | <!--links--> | ||
− | <li><a href=" | + | <li><a href="https://2018.igem.org/Team:SDU-CHINA/Experiments">Protocols</a></li> |
<li><a href="https://2018.igem.org/Team:SDU-CHINA/Notebook">Notebook</a></li> | <li><a href="https://2018.igem.org/Team:SDU-CHINA/Notebook">Notebook</a></li> | ||
<li><a href="https://2018.igem.org/Team:SDU-CHINA/Safety">Safety</a></li> | <li><a href="https://2018.igem.org/Team:SDU-CHINA/Safety">Safety</a></li> | ||
Line 350: | Line 375: | ||
</li> | </li> | ||
</ul> | </ul> | ||
− | + | </div> | |
</div> | </div> | ||
+ | <div id="section"> | ||
+ | <div class="conteudo"><br> | ||
+ | <h1 id="main-title">Parts</h1><br> | ||
− | + | <table class="pgrouptable"> | |
− | + | <tr> | |
− | + | <th>Name</th> | |
− | < | + | <th>Type</th> |
− | < | + | <th>Description</th> |
− | < | + | <th>Designer</th> |
− | </ | + | <th>Length</th> |
− | < | + | |
− | </ | + | |
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627000">BBa_K2627000</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td> Advanced CcaS with PAS domain knocked out</td> | ||
+ | <td>Zhaoqin Zhang</td> | ||
+ | <td>1407</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627001">BBa_K2627001</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td> Advanced CcaS with PAS domain knocked out</td> | ||
+ | <td>Zhaoqin Zhang</td> | ||
+ | <td>1410</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627002"> BBa_K2627002</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td> Advanced CcaS with PAS domain knocked out</td> | ||
+ | <td>Zhaoqin Zhang</td> | ||
+ | <td>1389</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627003">BBa_K2627003</a></td> | ||
+ | <td>RNA</td> | ||
+ | <td> crRNA targeting GltA</td> | ||
+ | <td>Zhaoqin Zhang</td> | ||
+ | <td>162</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627004">BBa_K2627004</a></td> | ||
+ | <td>Composite</td> | ||
+ | <td> crRNA targeting GltA</td> | ||
+ | <td>Zhaoqin Zhang</td> | ||
+ | <td>477</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627006">BBa_K2627006</a></td> | ||
+ | <td>Composite</td> | ||
+ | <td> paraBAD-crRNA targeting gltA</td> | ||
+ | <td>Jiao Jin</td> | ||
+ | <td>458</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2627007">BBa_K2627007</a></td> | ||
+ | <td>Composite</td> | ||
+ | <td>Light-induced crRNA targeting gltA</td> | ||
+ | <td>Jiao Jin</td> | ||
+ | <td>401</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | <br><br> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<div id="footer"> | <div id="footer"> | ||
Line 380: | Line 464: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 19:40, 17 October 2018
Parts
Name | Type | Description | Designer | Length |
---|---|---|---|---|
BBa_K2627000 | Coding | Advanced CcaS with PAS domain knocked out | Zhaoqin Zhang | 1407 |
BBa_K2627001 | Coding | Advanced CcaS with PAS domain knocked out | Zhaoqin Zhang | 1410 |
BBa_K2627002 | Coding | Advanced CcaS with PAS domain knocked out | Zhaoqin Zhang | 1389 |
BBa_K2627003 | RNA | crRNA targeting GltA | Zhaoqin Zhang | 162 |
BBa_K2627004 | Composite | crRNA targeting GltA | Zhaoqin Zhang | 477 |
BBa_K2627006 | Composite | paraBAD-crRNA targeting gltA | Jiao Jin | 458 |
BBa_K2627007 | Composite | Light-induced crRNA targeting gltA | Jiao Jin | 401 |