Difference between revisions of "Team:CHINA CD UESTC/Parts"
(Prototype team page) |
|||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{CHINA_CD_UESTC}} | + | {{Template:Team:CHINA_CD_UESTC/menu}} |
− | + | {{Template:Team:CHINA_CD_UESTC/cssstyle}} | |
− | |||
− | < | + | <!DOCTYPE html> |
− | < | + | <html> |
+ | <head> | ||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
+ | <style type="text/css"> | ||
+ | /************************************************* | ||
+ | whole right section | ||
+ | ***********************************************/ | ||
+ | #RightSection { | ||
+ | position: fixed; | ||
+ | left: 260px; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | height:100%; | ||
+ | background:#F0F0F0; | ||
+ | background-image:url("https://static.igem.org/mediawiki/2015/8/81/CHINA_CD_UESTC_RESULTSbg.jpg"); | ||
+ | overflow-y: scroll; | ||
+ | background-repeat: repeat; | ||
+ | background-size: 180px; | ||
+ | transition: all 200ms ease-out; | ||
+ | transform: translate3d(0, 0, 0); | ||
+ | z-index:1; | ||
− | + | } | |
− | + | .clear { | |
− | + | display: block; | |
+ | height: 10px; | ||
+ | } | ||
+ | #RightContentText a { | ||
+ | color:#007D92; | ||
+ | } | ||
+ | #RightContentText { | ||
+ | position: absolute; | ||
+ | top: 510px; | ||
+ | width: 1048px; | ||
+ | left: 28px; | ||
+ | right: 8px; | ||
+ | background: rgba(33, 27, 27, 0.38); | ||
+ | color: #000000; | ||
+ | transition: all 200ms ease-out; | ||
+ | transform: translate3d(0, 0, 0); | ||
+ | } | ||
+ | #RightContentText table { | ||
+ | font-size: 100%; | ||
+ | background: rgba(80, 67, 67, 0.09); | ||
+ | color: black; | ||
+ | } | ||
+ | /***table***/ | ||
+ | table.table1{ | ||
+ | font-family: Helvetica, sans-serif; | ||
+ | width: 90%; | ||
+ | margin-left: 5%; | ||
+ | font-size: 18px; | ||
+ | font-weight: bold; | ||
+ | line-height: 1.4em; | ||
+ | font-style: normal; | ||
+ | border-collapse:separate; | ||
+ | } | ||
+ | .table1 thead th{ | ||
+ | padding:15px; | ||
+ | color:#fff; | ||
+ | text-shadow:1px 1px 1px #568F23; | ||
+ | border:1px solid #93CE37; | ||
+ | border-bottom:3px solid #9ED929; | ||
+ | background-color:#9DD929; | ||
+ | background:-webkit-gradient( | ||
+ | linear, | ||
+ | left bottom, | ||
+ | left top, | ||
+ | color-stop(0.02, rgb(123,192,67)), | ||
+ | color-stop(0.51, rgb(139,198,66)), | ||
+ | color-stop(0.87, rgb(158,217,41)) | ||
+ | ); | ||
+ | background: -moz-linear-gradient( | ||
+ | center bottom, | ||
+ | rgb(123,192,67) 2%, | ||
+ | rgb(139,198,66) 51%, | ||
+ | rgb(158,217,41) 87% | ||
+ | ); | ||
+ | -webkit-border-top-left-radius:5px; | ||
+ | -webkit-border-top-right-radius:5px; | ||
+ | -moz-border-radius:5px 5px 0px 0px; | ||
+ | border-top-left-radius:5px; | ||
+ | border-top-right-radius:5px; | ||
+ | } | ||
+ | .table1 thead th:empty{ | ||
+ | background:transparent; | ||
+ | border:none; | ||
+ | } | ||
+ | .table1 tbody th{ | ||
+ | color:#fff; | ||
+ | text-shadow:1px 1px 1px #568F23; | ||
+ | background-color:#9DD929; | ||
+ | border:1px solid #93CE37; | ||
+ | border-right:3px solid #9ED929; | ||
+ | padding:0px 10px; | ||
+ | background:-webkit-gradient( | ||
+ | linear, | ||
+ | left bottom, | ||
+ | right top, | ||
+ | color-stop(0.02, rgb(158,217,41)), | ||
+ | color-stop(0.51, rgb(139,198,66)), | ||
+ | color-stop(0.87, rgb(123,192,67)) | ||
+ | ); | ||
+ | background: -moz-linear-gradient( | ||
+ | left bottom, | ||
+ | rgb(158,217,41) 2%, | ||
+ | rgb(139,198,66) 51%, | ||
+ | rgb(123,192,67) 87% | ||
+ | ); | ||
+ | -moz-border-radius:5px 0px 0px 5px; | ||
+ | -webkit-border-top-left-radius:5px; | ||
+ | -webkit-border-bottom-left-radius:5px; | ||
+ | border-top-left-radius:5px; | ||
+ | border-bottom-left-radius:5px; | ||
+ | } | ||
+ | .table1 tbody td{ | ||
+ | padding:10px; | ||
+ | text-align:center; | ||
+ | background-color:#DEF3CA; | ||
+ | border: 2px solid #E7EFE0; | ||
+ | -moz-border-radius:2px; | ||
+ | -webkit-border-radius:2px; | ||
+ | border-radius:2px; | ||
+ | color:#000; | ||
+ | text-shadow:1px 1px 1px #fff; | ||
+ | } | ||
+ | /**end table**/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | @media only screen and (min-width: 321px) and (max-width: 980px){ | ||
+ | #RightContentText { | ||
+ | width: 650px; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <body id="homeIndexBody"> | ||
+ | <div id="RightSection"></div> | ||
+ | <div id="title"> | ||
+ | <div id="firstTitle"> | ||
+ | <p> | ||
+ | <B>PARTS</B> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | <div id="RightContent"> |
− | <p | + | <div class="transparent_class "> |
+ | <p class="blockWords"> | ||
+ | Below is a list of the parts we submitted to the parts registry. To see sequencing, characterization etc. Click the part names to go to the parts registry page. | ||
+ | </p> | ||
+ | </div> | ||
− | < | + | <div id="RightContentText"> |
− | < | + | <div class="slide" id="slide2" data-slide="2" data-stellar-background-ratio="0.5" style="background-position: 0px 669px;"> |
− | + | <div class="container clearfix"> | |
− | < | + | <div id="content"> |
− | < | + | <div class="grid_8"> |
− | < | + | |
+ | <table class="table1"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th></th> | ||
+ | <th scope="col" abbr="Starter">Part number</th> | ||
+ | <th scope="col" abbr="Medium">Gene</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <th scope="row">1</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779100">BBa_K1779100</a></td> | ||
+ | <td>mamGFDC+mms6</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">2</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779101">BBa_K1779101</a></td> | ||
+ | <td>mamXY</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">3</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779200">BBa_K1779200</a></td> | ||
+ | <td>mamW+RFP+laccase</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">4</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779201">BBa_K1779201</a></td> | ||
+ | <td>mamW+RFP</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">5</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779202">BBa_K1779202</a></td> | ||
+ | <td>mamW+laccase</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">6</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779203">BBa_K1779203</a></td> | ||
+ | <td>mamW</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">7</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779204">BBa_K1779204</a></td> | ||
+ | <td>RFP+laccase</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">8</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779205">BBa_K1779205</a></td> | ||
+ | <td>mamAB Operon 01</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">9</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779206">BBa_K1779206</a></td> | ||
+ | <td>mamAB Operon 02</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">10</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779207">BBa_K1779207</a></td> | ||
+ | <td>mamAB Operon 03</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">11</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779208">BBa_K1779208</a></td> | ||
+ | <td>mamAB Operon 04</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">12</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779209">BBa_K1779209</a></td> | ||
+ | <td>mamAB Operon 05</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">13</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779210">BBa_K1779210</a></td> | ||
+ | <td>mamAB Operon 06</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">14</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779211">BBa_K1779211</a></td> | ||
+ | <td>mamAB Operon 07</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">15</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779212">BBa_K1779212</a></td> | ||
+ | <td>mamAB Operon 08</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">16</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779213">BBa_K1779213</a></td> | ||
+ | <td>mamAB Operon 09</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">17</th> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1779214">BBa_K1779214</a></td> | ||
+ | <td>mamAB Operon 10</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
− | < | + | </div> |
− | </ | + | </div> |
− | < | + | </div> |
− | < | + | </div> |
− | + | </div> | |
− | + | </div> | |
+ | </body> | ||
− | |||
</html> | </html> |
Latest revision as of 07:29, 18 September 2015
<!DOCTYPE html>
PARTS
Below is a list of the parts we submitted to the parts registry. To see sequencing, characterization etc. Click the part names to go to the parts registry page.