(88 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | ||
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> | ||
+ | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet"> | ||
+ | |||
<style> | <style> | ||
Line 17: | Line 20: | ||
#please h1 { | #please h1 { | ||
font-family: "banaue", sans-serif; | font-family: "banaue", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 60px; | ||
} | } | ||
#please h4 { | #please h4 { | ||
− | |||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | LINE-HEIGHT:20px; | ||
+ | |||
} | } | ||
− | + | #please p { | |
− | + | font-family: 'Quicksand', sans-serif; | |
− | + | color: #3e3f3f; | |
− | + | ||
− | + | } | |
− | + | ||
+ | #please h3 { | ||
+ | font-family: 'quicksand', sans-serif; | ||
+ | color: #db4d4f; | ||
+ | |||
+ | } | ||
+ | |||
+ | #please h2 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #a2cca3; | ||
+ | font-size: 20.8px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #please h5 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 22px; | ||
+ | font-weight: bold; | ||
+ | |||
+ | } | ||
+ | |||
+ | #please h6 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | padding:40px; | ||
+ | |||
+ | } | ||
.crispy { | .crispy { | ||
Line 41: | Line 77: | ||
margin-left:5%;, | margin-left:5%;, | ||
margin-right:5%; | margin-right:5%; | ||
− | background: #e2e2e2; | + | background: #fff; |
+ | } | ||
+ | |||
+ | .img-center { | ||
+ | image-rendering: -moz-crisp-edges; | ||
+ | image-rendering: -o-crisp-edges; | ||
+ | image-rendering: -webkit-optimize-contrast; | ||
+ | -ms-interpolation-mode: nearest-neighbor; | ||
+ | width:80%; | ||
+ | } | ||
+ | |||
+ | .insert { | ||
+ | height: 68px; | ||
+ | width: 100%; | ||
+ | background-color:#fff; | ||
+ | } | ||
+ | .insert2 { | ||
+ | height: 150px; | ||
+ | width: 100% | ||
+ | background-color:#fff; | ||
+ | } | ||
+ | |||
+ | .box { | ||
+ | background:#fff; | ||
+ | border:0px solid; | ||
+ | border-color: #e2e2e2; | ||
+ | margin-top: 0px; | ||
+ | box-sizing: border-box; | ||
+ | background-clip: padding-box; | ||
+ | padding:0 20px 20px 20px; | ||
+ | min-height:500px; | ||
+ | min-width:400px | ||
+ | } | ||
+ | |||
+ | .bannerbox { | ||
+ | background:#e2e2e2; | ||
+ | border:0px solid; | ||
+ | border-color: #e2e2e2; | ||
+ | margin-top: 0px; | ||
+ | box-sizing: border-box; | ||
+ | background-clip: padding-box; | ||
+ | padding:0 20px 20px 20px; | ||
+ | height:750px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .content { | ||
+ | padding:0px; | ||
+ | width:80%; | ||
+ | margin-top: 0px; | ||
+ | margin-left:10%; | ||
+ | margin-right:10%; | ||
+ | } | ||
+ | |||
+ | |||
+ | tr, tf {color:#3e3f3f;} | ||
+ | tr td:hover { background: #e2e2e2; color: #3e3f3f; } | ||
+ | p, caption, h1 {font-family:'Quicksand';color:#3e3f3f;} | ||
+ | |||
+ | select { | ||
+ | width:30%; | ||
+ | height:10vh; | ||
+ | background-color:#e2e2e2; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .box1, .box2, .box3, .box4, .box5 { | ||
+ | background:#f6d562; | ||
+ | border:0px solid; | ||
+ | border-color: #f6d562; | ||
+ | margin-top: 10px; | ||
+ | box-sizing: border-box; | ||
+ | background-clip: padding-box; | ||
+ | padding:0 10px 10px 10px; | ||
+ | max-height:2px; | ||
+ | width:500px; | ||
+ | } | ||
+ | |||
+ | .box2 { | ||
+ | background:#cfcfcf; | ||
+ | border-color: #cfcfcf; | ||
+ | } | ||
+ | |||
+ | .box3 { | ||
+ | background:#cd8b65; | ||
+ | border-color: #cd8b65; | ||
+ | } | ||
+ | |||
+ | .box4 { | ||
+ | background:#D9E2F3; | ||
+ | border-color: #D9E2F3; | ||
+ | } | ||
+ | |||
+ | .box5 { | ||
+ | background:#93bcc1; | ||
+ | border-color: #93bcc1; | ||
+ | width:900px; | ||
+ | } | ||
+ | |||
+ | .center { | ||
+ | position: absolute; | ||
+ | right:4px; | ||
+ | top:80px; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | |||
<body> | <body> | ||
− | + | <div class="container-fluid"> | |
− | <div class="container-fluid | + | |
− | <div class = "row" | + | <div class = "row" style ="background-color:#e2e2e2;margin-top:60px;"> |
− | + | <img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/4/48/T--Sydney_Australia--partspage_banner.png" width="80%"> | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class ="row" style="height:5vw;"></div> | ||
+ | <div id="please"><h6> Below is a table showing all the parts we have submitted to the registry. Please see our <a href="https://2017.igem.org/Team:Sydney_Australia/Basic_Part">basic parts </a> and <a href="https://2017.igem.org/Team:Sydney_Australia/Composite_Part">composite parts</a> pages for more information on each part, as well as our <a href="https://2017.igem.org/Team:Sydney_Australia/Improve">part improvements page</a> to see how we improved upon previously registered parts.</h6></div> | ||
+ | <center> | ||
+ | </html><groupparts>iGEM17 Sydney_Australia</groupparts> | ||
+ | <html> | ||
− | + | <div class="row" style="height:10vw;"></div> | |
+ | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | {{:Team:Sydney_Australia/templates/Footer}} |
Latest revision as of 13:53, 1 November 2017