Team:Toulouse/Result/parts
From 2014.igem.org
(Difference between revisions)
(34 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
- | <style type="text/css"> | + | <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script> | ||
+ | |||
+ | <script type='text/javascript'> $(function(){ | ||
+ | $(window).scroll(function () { | ||
+ | if ($(this).scrollTop() > 565) { | ||
+ | $('#column-left').addClass("fixNavigation"); | ||
+ | } else { | ||
+ | $('#column-left').removeClass("fixNavigation"); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!--/* CSS contenu*/--> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | .title1{color:green; font-family:'Open Sans'; font-weight:600; font-size:24px; margin:0 0 33px 0; border:none;} | ||
+ | |||
+ | .title2{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 30px 0; border:none;} | ||
+ | |||
+ | .title2simple{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 5px 0; border:none;} | ||
+ | |||
+ | .title3{color:#5a6060; font-family:'Open Sans'; font-weight:400; font-size:16px; margin:0 0 20px 0; border:none;} | ||
+ | |||
+ | .title4{color:#5a6060; font-family:'Open Sans'; font-weight:700; font-size:15px; margin:0 0 20px 0; border:none;} | ||
+ | |||
+ | .title5{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:14px; margin:0 0 20px 0; border:none;} | ||
+ | |||
+ | .texte{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: justify; } | ||
+ | |||
+ | .textesimple{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 0 0; line-height:24px; text-align: justify; } | ||
.banniere{ | .banniere{ | ||
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: url('https://static.igem.org/mediawiki/2014/9/95/Toulouse_Home_2.JPG') no-repeat center; |
-webkit-background-size: cover; /* pour Chrome et Safari */ | -webkit-background-size: cover; /* pour Chrome et Safari */ | ||
-moz-background-size: cover; /* pour Firefox */ | -moz-background-size: cover; /* pour Firefox */ | ||
Line 17: | Line 54: | ||
.banniere-content{ | .banniere-content{ | ||
- | background-color: rgba( | + | background-color: rgba(130,196,108, 0.7); |
padding:28px 28px 0; | padding:28px 28px 0; | ||
position:absolute; | position:absolute; | ||
Line 36: | Line 73: | ||
font-size:16px | font-size:16px | ||
} | } | ||
+ | |||
+ | table { | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:black; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | td { | ||
+ | text-align:center; | ||
+ | vertical-align:middle; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:black; | ||
+ | } | ||
+ | |||
+ | #column-left{ | ||
+ | float:left; | ||
+ | width: 190px; | ||
+ | float: left; | ||
+ | padding: 15px 10px 15px 15px; | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: 5px; | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | |||
+ | .fixNavigation{ | ||
+ | z-index: 9999; | ||
+ | position: fixed; | ||
+ | top:15px; | ||
+ | width:240px; | ||
+ | } | ||
+ | |||
+ | ul.menuleft { | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | ul.menuleft li { | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | ul.menuleft li a{ | ||
+ | color:#5a6060; | ||
+ | font-family:'Open Sans'; | ||
+ | font-size:14px; | ||
+ | margin:0 0 0 0; | ||
+ | line-height:24px; | ||
+ | } | ||
+ | |||
+ | li.tree { | ||
+ | display : list-item; | ||
+ | list-style-image: url(https://static.igem.org/mediawiki/2014/a/a7/388438arbrefleurs.png); | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 46: | Line 138: | ||
<div class="banniere-content"> | <div class="banniere-content"> | ||
<h2>Parts</h2> | <h2>Parts</h2> | ||
- | <p> | + | <p>What did we send to the Registry?</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 52: | Line 144: | ||
<div class="fils-ariane" style="width:100%; height:60px; background:#ededed;"> | <div class="fils-ariane" style="width:100%; height:60px; background:#ededed;"> | ||
- | <p style="margin:0 auto; color:#696969; width:960px; padding-top:20px; font-size:16px;"> Results > | + | <p style="margin:0 auto; color:#696969; width:960px; padding-top:20px; font-size:16px;"> Results > Parts</p> |
</div> | </div> | ||
Line 58: | Line 150: | ||
<div id="innercontenthome"> | <div id="innercontenthome"> | ||
<div class="centering" style="padding-top: 85px; padding-bottom:40px;"> | <div class="centering" style="padding-top: 85px; padding-bottom:40px;"> | ||
+ | |||
+ | <p class="texte">As the chassis <i>Bacillus subtilis</i> is not as used as <i>Escherichia coli</i>, | ||
+ | it was sometimes hard for us to get or find desired parts.<br> | ||
+ | However, in collaboration with other iGEM teams and with a synthesis company, we managed to obtain or make the following parts:<br> | ||
+ | </p> | ||
+ | <ul> | ||
+ | <li class="tree"><p class="title1"><a href="https://2014.igem.org/Team:Toulouse/Result/parts/Submitted_parts"><font color="green">Submitted parts</p></a></li> | ||
+ | <li class="tree"><p class="title1"><a href="https://2014.igem.org/Team:Toulouse/Result/parts/Used_parts"><font color="green">Used parts</p></a></li> | ||
+ | </ul> | ||
- | + | </div> | |
- | + | <div class="clear"></div> | |
<!-- Navigation section --> | <!-- Navigation section --> | ||
Line 67: | Line 168: | ||
<div class="page-nav" style="border-top:1px solid #cccccc; padding-top:40px; margin-top:40px;"> | <div class="page-nav" style="border-top:1px solid #cccccc; padding-top:40px; margin-top:40px;"> | ||
- | <a href="https://2014.igem.org/Team:Toulouse/ | + | <a href="https://2014.igem.org/Team:Toulouse/Modelling" class="page-nav-right" style="width:447px; float:left; display:block;text-decoration:none; color:#666; font-size:18px;">Modeling |
<img src="https://static.igem.org/mediawiki/2014/2/26/Template-igem2014-img-arrowleft.png" style="display:block; padding-top:10px;"/> | <img src="https://static.igem.org/mediawiki/2014/2/26/Template-igem2014-img-arrowleft.png" style="display:block; padding-top:10px;"/> | ||
</a> | </a> | ||
Line 76: | Line 177: | ||
<a href="https://2014.igem.org/Team:Toulouse/Result/achievement" class="page-nav-left" style="width:447px; float:right; display:block; text-align:right; text-decoration:none; | <a href="https://2014.igem.org/Team:Toulouse/Result/achievement" class="page-nav-left" style="width:447px; float:right; display:block; text-align:right; text-decoration:none; | ||
- | color:#666; font-size:18px;"> | + | color:#666; font-size:18px;">Achievements</br> |
<img src="https://static.igem.org/mediawiki/2014/e/ea/Template-igem2014-img-arrowright.png" style="display:block; float:right; padding-top:10px; " /> | <img src="https://static.igem.org/mediawiki/2014/e/ea/Template-igem2014-img-arrowright.png" style="display:block; float:right; padding-top:10px; " /> | ||
</a> | </a> | ||
Line 85: | Line 186: | ||
</div> | </div> | ||
- | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:55, 18 October 2014
Parts
What did we send to the Registry?
Results > Parts
As the chassis Bacillus subtilis is not as used as Escherichia coli,
it was sometimes hard for us to get or find desired parts.
However, in collaboration with other iGEM teams and with a synthesis company, we managed to obtain or make the following parts: