|
|
Line 1: |
Line 1: |
− | {{Template_All_Teams}}
| |
| | | |
− | <!-- Declare that you are going to use html code instead of wiki code -->
| |
− | <html>
| |
− |
| |
− | <!-- Start of CSS-->
| |
− | <style type="text/css">
| |
− |
| |
− |
| |
− | /*-- Remove borders, float content left and remove padding/margin */
| |
− | #globalWrapper, #content{
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | /*left align Black Menu Bar */
| |
− | #top_menu_inside {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | #top_menu_inside .submenu {
| |
− | width: 90%;
| |
− | }
| |
− |
| |
− | #top_menu_inside #bars_item {
| |
− | position: absolute;
| |
− | top: 1px;
| |
− | left: 93%;
| |
− | z-index: 99;
| |
− | cursor: pointer;
| |
− | }
| |
− | </style>
| |
− |
| |
− | <!-- Declare that you are going to use html code instead of wiki code -->
| |
− | <html>
| |
− |
| |
− | <!-- Start of CSS-->
| |
− | <style type="text/css">
| |
− |
| |
− | /* PAGE LAYOUT */
| |
− |
| |
− |
| |
− | /* Change Background color*/
| |
− | body {
| |
− | background-color: #1b1c3a;
| |
− | }
| |
− |
| |
− | /* Creates a container that will wrap all of the content inside your wiki pages. */
| |
− | #mainContainer {
| |
− | width: 100%;
| |
− | float:left;
| |
− | margin-left: 0px;
| |
− | margin-right: 0px;
| |
− | margin-bottom: 10px;
| |
− | background-color: #FFFFFF;
| |
− | border-bottom: 0px solid #565656;
| |
− | border-right: 0px solid #565656;
| |
− | border-left: 0px solid #565656;
| |
− | border-top: 0px solid #565656;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− |
| |
− | }
| |
− |
| |
− | /* Creates the container for the menu */
| |
− | #menuContainer {
| |
− | float: left;
| |
− | width: 100%;
| |
− | margin:0;
| |
− | padding:0;
| |
− | background-color: #1b1c3a;
| |
− | margin-top: 0px;
| |
− | z-index:0;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | /* Creates the container for the content */
| |
− | #contentContainer {
| |
− | padding-top:20px;
| |
− | padding-bottom: 20px;
| |
− | padding-right:20px;
| |
− | padding-left: 20px;
| |
− | margin-bottom: 10px;
| |
− | margin-left: 20px;
| |
− | margin-right: 20px;
| |
− | width: 92%;
| |
− | float: left;
| |
− | background-color: #FFFFFF;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | }
| |
− |
| |
− | /*Set up height place holder for the title*/
| |
− | #titleContainer {
| |
− | width: 100%;
| |
− | height:auto;
| |
− | overflow:hidden;
| |
− | margin: 0px;
| |
− | background-color: #1b1c3a;
| |
− | text-align:center;
| |
− | text-shadow: 2px 2px #000000;
| |
− | }
| |
− |
| |
− | /*Set up height place holder for the banner*/
| |
− | #bannerContainer {
| |
− | width: 100%;
| |
− | height: 75%;
| |
− | /*overflow:hidden;*/
| |
− | margin: 0px;
| |
− | text-align:center;
| |
− | } */
| |
− |
| |
− |
| |
− |
| |
− | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
| |
− |
| |
− | /*Change the styling of text for everything inside main container*/
| |
− | #mainContainer p {
| |
− | font-size: 15px;
| |
− | color: #000000;
| |
− | }
| |
− |
| |
− | /*This changes the color and font family */
| |
− | #contentContainer h1, h2, h3, h4, h5, h6 {
| |
− | color: #565656;
| |
− | border-bottom: none;
| |
− | font-weight: bold;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | margin-top:0px;
| |
− | }
| |
− |
| |
− | /*Style of the links - links are different inside the menu */
| |
− | #contentContainer a {
| |
− | font-weight: bold;
| |
− | color: #000000;
| |
− | font-size: 100%;
| |
− | }
| |
− |
| |
− | /* Styling links on hover- links are different inside the menu */
| |
− | /* #contentContainer a:hover {
| |
− | color: #59BF92;
| |
− | } */
| |
− |
| |
− | /*Change the styling of tables */
| |
− | #contentContainer table {
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | width: 90%
| |
− | margin: auto;
| |
− | margin-bottom: 0px;
| |
− | margin-top: 0px;
| |
− | margin-right: 0px;
| |
− | margin-left: 0px;
| |
− | }
| |
− |
| |
− | /*Change the styling of table cells*/
| |
− | #contentContainer td {
| |
− | padding: 0px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− |
| |
− | }
| |
− |
| |
− | /*Change the styling of table headers */
| |
− | #contentContainer th {
| |
− | background-color: #FFFFFF;
| |
− | padding: 0px;
| |
− | border: 1px solid #565656;
| |
− | border-collapse: collapse;
| |
− | vertical-align: text-top;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | /*MENU STYLING */
| |
− |
| |
− | #menuContainer {
| |
− | text-align: center;
| |
− | padding-top: 10px;
| |
− | padding-bottom: 20px;
| |
− | }
| |
− |
| |
− | #menuContainer > ul a {
| |
− | color: #FFF;
| |
− | }
| |
− |
| |
− | #menuContainer > ul {
| |
− | list-style: none;
| |
− | margin-left: 14%;
| |
− | padding: 0;
| |
− | text-align: center;
| |
− | width: 70%
| |
− | }
| |
− | #menuContainer > ul ul {
| |
− | list-style: none;
| |
− | margin-left: 0%;
| |
− | padding-top: 0;
| |
− | text-align: center;
| |
− | width: 100%
| |
− | }
| |
− | #menuContainer > ul li {
| |
− | position: relative;
| |
− | text-align: center;
| |
− | }
| |
− | #menuContainer > ul a {
| |
− | padding: 10px 8px;
| |
− | display: block;
| |
− | text-decoration: none;
| |
− | font-family: Myanmar Text;
| |
− | font-size: 155%;
| |
− | }
| |
− | #menuContainer > ul a:hover {
| |
− | background: #000;
| |
− | background-color: #3b3d63;
| |
− | }
| |
− |
| |
− |
| |
− | /* Level 1 Drop Down Menu */
| |
− | #menuContainer > ul > li {
| |
− | display: inline-block;
| |
− | vertical-align: top;
| |
− | margin-left: -4px; /* solve the 4 pixels spacing between list-items */
| |
− |
| |
− | }
| |
− | #menuContainer > ul > li:first-child {
| |
− | margin-left: 0;
| |
− | }
| |
− | #menuContainer > ul > li > a {}
| |
− | #menuContainer > ul > li > a:hover {}
| |
− |
| |
− |
| |
− | /* Level 2 */
| |
− | #menuContainer > ul > li > ul {
| |
− | text-align: left;
| |
− | width: auto; /* change auto value with 200px if you want a bigger menu */
| |
− | display: none;
| |
− | background-color: #1b1c3a;
| |
− | position: absolute;
| |
− | top: 100%;
| |
− | left: 0;
| |
− | margin-top: 0px;
| |
− | z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
| |
− | }
| |
− | #menuContainer > ul > li:hover > ul{
| |
− | display: block;
| |
− |
| |
− | }
| |
− | #menuContainer > ul ul li a {}
| |
− | #menuContainer > ul ul li a:hover {}
| |
− |
| |
− | /* Level 3 */
| |
− | #menuContainer > ul > li > ul > li > ul {
| |
− | text-align: left;
| |
− | display: none;
| |
− | background: #1b1c3a;
| |
− | position: absolute;
| |
− | left: 100%;
| |
− | top: 0;
| |
− | z-index: 9999999;
| |
− | }
| |
− | #menuContainer > ul > li > ul > li:hover > ul {
| |
− | display: block;
| |
− | }
| |
− | #menuContainer > ul ul ul li {}
| |
− | #menuContainer > ul ul ul li a {}
| |
− | #menuContainer > ul ul ul li a:hover {}
| |
− | #menuContainer.navItem {
| |
− | pointer-events: auto;
| |
− | }
| |
− | #Directory {
| |
− | width: 100%;
| |
− | overflow:hidden;
| |
− | float:left;
| |
− | margin-left:20px;
| |
− | margin-right: 20px;
| |
− | margin-bottom: 0px;
| |
− | background-color: #000000;
| |
− | border-bottom: 0px solid #565656;
| |
− | border-right: 0px solid #565656;
| |
− | border-left: 0px solid #565656;
| |
− | border-top: 0px solid #565656;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | }
| |
− | /*Style the Directory*/
| |
− | #Directory table {
| |
− | Background-color: #000000;
| |
− | color: #FFFFFF;
| |
− | margin-left: 0px;
| |
− | padding: 20px;
| |
− | line-height: 10px;
| |
− | height: 100px;
| |
− | width:100%;
| |
− | /*float:left;*/
| |
− | }
| |
− |
| |
− |
| |
− | /*Style the Directory button*/
| |
− | #Directory li a{
| |
− | color: #000000;
| |
− | padding: 0px;
| |
− | }
| |
− |
| |
− |
| |
− | /*CLASSES */
| |
− |
| |
− | /*Clear class for all the pages, adds spacing too*/
| |
− | .clear{
| |
− | clear:both;
| |
− | height: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | /* highlight box for special messages */
| |
− | .highlightBox {
| |
− | width:500px;
| |
− | margin:auto;
| |
− | background-color: #E8E8E9;
| |
− | margin-bottom: 15px;
| |
− | margin-top: 15px;
| |
− | padding: 15px;
| |
− | padding-top: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− | <!-- End of CSS -->
| |
− |
| |
− |
| |
− | <!-- Start of the template html elements. -->
| |
− | <div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
| |
− |
| |
− |
| |
− | <!-- <div id="titleContainer">
| |
− | <br>
| |
− | <image src="https://static.igem.org/mediawiki/2015/d/d4/Logo.jpg" style="width: 100px; height: 100px; float: left;">
| |
− |
| |
− | <p style="font-size:40px;color:#FFFFFF;line-height:1em;"> Potassium, Nitrate and Phosphate Biosensor </font><br>
| |
− | <font size= "5"> HKUST-Rice iGEM Team </font></p>
| |
− |
| |
− |
| |
− | </div> -->
| |
− |
| |
− | <!-- <div id="bannerContainer">
| |
− | <p>You can make the image 980px by 200px</p>
| |
− | <p> Remember to call the file: "<i>Team_HKUST-Rice_banner.jpg</i>" </p>
| |
− | </div> -->
| |
− |
| |
− | <!-- Start of menu -->
| |
− | <div id="menuContainer">
| |
− |
| |
− | <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
| |
− |
| |
− |
| |
− |
| |
− | <a href= "https://igem.org/Main_Page"><image src="https://static.igem.org/mediawiki/2015/5/52/HKUST-Rice15_iGEMofficiallogo.jpg" style="width: 82px; height: 72px; margin: -10px; position: absolute; Left: 1.5%; top: 20px;"></a></li>
| |
− |
| |
− | <a><image src="https://static.igem.org/mediawiki/2015/4/48/HKUST-Rice15_wikilogo.jpg" style="width: 72px; height: 72px; margin: -10px; position: absolute; Left: 9.5%; top: 20px;"></a></li>
| |
− |
| |
− | <ul>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice" style=" margin-top:10px;">HOME</a></li>
| |
− |
| |
− | <li><a style= "background-color: white; color: black; font-weight: bold; margin-top:10px;" href="https://2015.igem.org/Team:HKUST-Rice/Description">DESCRIPTION</a>
| |
− | <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Description">OVERVIEW</a></li>
| |
− |
| |
− | <li><a>NITRATE</a>
| |
− | <ul>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <li><a>PHOSPHATE</a>
| |
− | <ul>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <li><a>POTASSIUM</a>
| |
− | <ul>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <li><a>EXPRESSION</a>
| |
− | <ul>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
| |
− |
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <!-- <ul>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Description"><li>Description</li></a>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Experiments"><li>Experiments & Protocols</li></a>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Results"><li>Results</li></a>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Design"><li>Design</li></a>
| |
− | </ul> -->
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">RESULTS</a>
| |
− | <ul>
| |
− | <li><a>NITRATE
| |
− | </a>
| |
− | <!-- <ul>
| |
− | <li><a>NITRATE
| |
− | </a></li>
| |
− |
| |
− | <li><a>PHOSPHATE
| |
− | </a></li>
| |
− |
| |
− | <li><a>POTASSIUM
| |
− | </a></li>
| |
− |
| |
− | <li><a>EXPRESSION
| |
− | </a></li>
| |
− |
| |
− | </ul> -->
| |
− | </li>
| |
− |
| |
− | <li><a>PHOSPHATE
| |
− | </a></li>
| |
− |
| |
− | <li><a>POTASSIUM
| |
− | </a></li>
| |
− |
| |
− | <li><a>EXPRESSION
| |
− | </a></li>
| |
− |
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">ACHIEVEMENT</a>
| |
− | <ul>
| |
− | <li><a>PARTS</a></li>
| |
− | <li><a>MEDAL REQUIREMENT</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− |
| |
− | <!-- <ul>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Parts"><li>Team Parts</li></a>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Basic_Part">BASIC</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Composite_Part">COMPOSITE</a></li>
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Part_Collection"><li>Part Collection</li></a>
| |
− | </ul> -->
| |
− |
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">TEAM</a>
| |
− | <ul>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Collaborations">COLLABORATION</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Attributions">ATTRIBUTION</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Team">MEMBERS</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Advisors">ADVISORS</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Instructors">INSTRUCTORS</a></li>
| |
− | <!-- <ul><li>TEAM</li>
| |
− | <li>ADVISORS</li>
| |
− | <li>INSTRUCTORS</li></ul> -->
| |
− |
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− |
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">HUMAN PRACTICE</a>
| |
− | <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices">INTRODUCTION</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_Debate">DEBATE</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_EvaluationPaper">EXPLORATORY RESEARCH</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_Analysis">ANALYSIS</a></li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">WETLAB</a>
| |
− | <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Notebook">NOTEBOOK</a></li>
| |
− | <li><a>PROTOCOL</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:HKUST-Rice/Safety">SAFETY</a>
| |
− | <!-- <ul><li><a>DESIGN</a></li>
| |
− | <li><a>LAB WORK</a></li>
| |
− | <li><a>SHIPMENT</a></li></ul> -->
| |
− | </li>
| |
− | </ul>
| |
− | </li>
| |
− |
| |
− | <!-- <a href="https://2015.igem.org/Team:HKUST-Rice/Modeling"><li>MODELING</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Measurement"><li>MEASUREMENT</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Software"><li>SOFTWARE</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:HKUST-Rice/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a> -->
| |
− |
| |
− |
| |
− |
| |
− | <li><a class="navItem" href style=" margin-top:10px;">FUTURE WORK</a>
| |
− | <ul><li><a>APPLICATION</a></li>
| |
− | <li><a>IMPROVEMENT</a></li></ul>
| |
− | </li>
| |
− |
| |
− | </ul>
| |
− |
| |
− |
| |
− | <a href= "http://www.ust.hk"><image src="https://static.igem.org/mediawiki/2015/3/3b/Team-HKUST-Rice-Hkust_logo_white.jpg" style="width: 51px; height: 72px; margin: -10px; position: absolute; Left: 85%; top: 20px;"></a>
| |
− |
| |
− | <a href= "http://www.rice.edu/"><image src="https://static.igem.org/mediawiki/2015/4/46/HKUST-Rice15_ricelogo2.jpg" style="width: 106px; height: 40px; margin: -10px; position: absolute; Left: 90%; top: 40px;"></a>
| |
− |
| |
− |
| |
− |
| |
− | </div>
| |
− | <!-- End of menu -->
| |
− |
| |
− | </html>
| |