Difference between revisions of "Template:Rice"

 
(114 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
+
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
 
<style>
 
<style>
  
/********************************* DEFAULT WIKI SETTINGS  ********************************/
+
      /*-- Remove borders, float content left and remove padding/margin */
  
#sideMenu, #top_title {display:none;}
+
#content {
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
+
                margin-left:0px;
body {background-color:white; }
+
}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
        h1 {
+
                font-family: "Abadi MT Condensed Extra";
+
                font-size: 30px;
+
        }
+
        h2 {
+
                font-family: "DIN Alternate Bold";
+
                font-size: 18px;
+
        }
+
        p {
+
                font-family: "Helvetica";
+
                font-size: 12px;
+
        }
+
/********************************* MENU ********************************/
+
/* Wrapper for the menu */
+
.menu_wrapper {
+
width:150px;
+
height:100vh;
+
position:fixed;
+
padding:0px;
+
float:left;
+
background-color:#f2f2f2;
+
text-align:left;
+
}
+
  
/* styling for the menu items */
+
#content, #GlobalWrapper{
.menu_item {
+
                width: 100%;
width:100%;  
+
                background: black;
margin:-2px 0px 0px -20px;  
+
padding: 10px 10px; 
+
border-bottom: 1px solid #d3d3d3;
+
font-weight:bold;
+
color:#000000;
+
cursor: pointer;
+
}
+
  
/* when hovering on a menu item */
+
}
.menu_item:hover {
+
color:#000000;
+
background-color: #72c9b6;
+
}
+
  
/* decoration icon for the menu buttons*/
+
                #top_menu_14 { padding-left:1%
.icon {
+
float:right; 
+
font-size:16px;
+
font-weight:bold;
+
}
+
+
/* this is the icon for when the content is collapsed */
+
.plus::before {
+
content: "+";
+
}
+
/* this is the icon for when the content is expanded */
+
.less::before {
+
content: "–";
+
}
+
  
/* styling for the ul that creates the buttons */
+
</style>
ul.menu_items {
+
width:100%;
+
margin-left:0px;
+
padding:0px;
+
list-style: none;
+
}
+
  
/* styling for the li that are the menu items */
+
<!-- Declare that you are going to use html code instead of wiki code -->
.menu_items li {
+
<html>
width:90%;
+
margin-top:-2px;
+
padding: 15px 0px 15px 15px ;
+
display:block;
+
border-bottom: 1px solid #d3d3d3; 
+
text-align:left;
+
font-weight:bold;
+
text-decoration:none;
+
color:#000000;
+
list-style-type:none;
+
cursor:pointer;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease; transition: all 0.4s ease; 
+
}
+
  
.menu_item a {
+
<!-- Start of CSS-->
width: 100%;
+
<style type="text/css">
margin-left: -20px;
+
padding: 11px 90px 12px 20px;
+
text-decoration: none;
+
color:black;
+
}
+
  
/* When hovering on a menu item */
 
.menu_items li:hover {
 
background-color:#72c9b6;
 
color: #000000;
 
}
 
  
/* styling for the submenus */
+
/* PAGE LAYOUT */
.submenu {
+
width:100%;
+
display: none; 
+
font-weight:bold;
+
cursor:pointer;
+
  
}
 
  
/* moving the margin for the submenu ul list */
+
/* Change Background color*/
ul.submenu {  
+
body {  
width: 100%;
+
background-color: black;
margin: 10px 0px -11px 0px;
+
list-style: none;
+
}
+
  
/*styling for the submenu buttons */
+
              }
.submenu li {
+
width: 100%;
+
margin-left: 10px;
+
margin-bottom: 0px;
+
}
+
  
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
  
/* hover state for the submenu buttons */
+
#mainContainer {
.submenu li a {
+
width: 100%;
width: 100%;  
+
float:left;
padding: 5px 10px;  
+
margin-left: 0px;
display: inline-block;
+
                                margin-right: 0px;
border-bottom: 1px solid #d3d3d3;
+
margin-bottom: 10px;
background-color:white;  
+
background-color: black;
text-decoration:none;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
color:#000000;
+
}
+
  
 +
}
  
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float: left;
 +
width: 100%;
 +
margin:0;
 +
padding:0;
 +
background-color: black;
 +
margin-top: 0px;
 +
z-index:0;
 +
            }
  
.submenu li a:hover  {
+
/* Creates the container for the content */
background-color:#000000;  
+
#contentContainer {
color: #72c9b6;
+
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;
 +
}
  
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
+
/*Set up height place holder for the banner*/
.collapsable_menu_control {  
+
#bannerContainer {
width:100%;  
+
                        width: 100%;
padding: 15px 0px;
+
                        height: 75%;
display:none;  
+
/*overflow:hidden;*/
background-color:#000000;  
+
margin: 0px;
text-align:center;
+
text-align:center;
font-weight:bold;
+
} */
color:#72c9b6;
+
cursor:pointer;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
  
/* when hovering on that button */
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
.collapsable_menu_control:hover {
+
background-color: #72c9b6;
+
color:#000000; 
+
}
+
  
/********************************* CONTENT OF THE PAGE ********************************/
+
/*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;
 +
}
  
/* Wrapper for the content */
+
/*Style of the links - links are different inside the menu */
.content_wrapper {
+
#contentContainer a {  
width: 85%;
+
font-weight: bold;
margin-left:150px;
+
color: #000000;
padding:10px 0px;  
+
                                font-size: 100%;
float:left;
+
}
background-color:white;  
+
}
+
  
/*LAYOUT */
+
/*Change the styling of tables */
.column  {  
+
      #contentContainer table {
padding: 10px 0px;
+
    border: 1px solid #565656;
float:left;  
+
    border-collapse: collapse;
background-color:white;  
+
    width: 90%
}
+
    margin: auto;
 +
    margin-bottom: 0px;
 +
    margin-top: 0px;
 +
    margin-right: 0px;
 +
    margin-left: 0px;
 +
    }
  
.full_size {
+
/*Change the styling of table cells*/
width:100%;  
+
    #contentContainer  td {
}
+
    padding: 0px;
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
                             
 +
    }
  
.full_size img {  
+
/*Change the styling of table headers */
padding: 10px 15px;
+
    #contentContainer th {
width:96.5%;  
+
    background-color: #FFFFFF;
}
+
    padding: 0px;
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
  
.half_size {
 
width: 50%;
 
}
 
.half_size img {
 
padding: 10px 15px;
 
width: 93%;
 
}
 
  
  
.clear {
+
/*MENU STYLING */
clear:both;
+
}
+
  
.highlight {  
+
#menuContainer {
width: 90%;  
+
text-align: center;
margin: auto;
+
                                        padding-top: 10px;
padding: 15px 5px;
+
                                        padding-bottom: 20px;
background-color: #f2f2f2;  
+
    }
}
+
  
.judges-will-not-evaluate {
+
#menuContainer > ul a {
border: 4px solid #72c9b6;
+
color: #FFF;
display: block;
+
}
margin: 5px 15px;
+
#menuContainer > ul {
width: 95%;
+
list-style: none;
font-weight:bold;
+
margin-left: 0;
}
+
padding-top: 10px;
 +
text-align: center;
 +
                                        width: 100%
 +
}
 +
#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;
 +
}
 +
#menuContainer > ul a:hover {
 +
background: #000;
 +
background-color: #551A8B;  
 +
}
  
 +
div #sideMenu, #top_title{
 +
display: none;
 +
}
  
/*STYLING */
 
  
/* styling for the titles */
+
/* Level 1 Drop Down Menu */
.content_wrapper h1, .content_wrapper h2 {
+
#menuContainer > ul > li {
padding:5px 15px;  
+
display: inline-block;
border-bottom:0px;  
+
vertical-align: top;
color:#72c9b6;
+
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: #8A2BE2;
 +
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: #9370DB;
 +
position: absolute;
 +
left: 100%;
 +
top: -5px;
 +
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;
  
}
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {  
+
}               
padding:5px 15px;  
+
                          /*Style the Directory*/     
border-bottom:0px;  
+
                          #Directory table {
color: #000000;
+
                                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;
 +
                        }     
  
/* font and text */
+
img.button {
.content_wrapper p {  
+
    opacity: 1.0;
padding:0px 15px;  
+
    filter: alpha(opacity=100); /* For IE8 and earlier */
font-size: 13px;
+
}
font-family:Tahoma, Geneva, sans-serif;  
+
}
+
  
/* Links */
+
img.button:hover {
.content_wrapper a {  
+
    opacity: 0.7;
font-weight: bold;
+
    filter: alpha(opacity=80); /* For IE8 and earlier */
text-decoration: underline;
+
}
text-decoration-color:#72c9b6;
+
color: #72c9b6;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
  
/* hover for the links */
 
.content_wrapper a:hover {
 
text-decoration:none;
 
color:#000000;
 
}
 
  
/* non numbered lists */
+
/*CLASSES */
.content_wrapper ul {
+
padding:0px 20px;
+
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
  
/* numbered lists */
+
/*Clear class for all the pages, adds spacing too*/
.content_wrapper ol {
+
.clear{
padding:0px;  
+
clear:both;
font-size: 13px;
+
height: 10px;
font-family:Tahoma, Geneva, sans-serif;  
+
}
}
+
  
/* Table */
 
.content_wrapper table {
 
width: 97%;
 
margin:15px 10px;
 
border: 1px solid #d3d3d3;
 
border-collapse: collapse;
 
}
 
  
/* table cells */
+
/* highlight box for special messages */
.content_wrapper  td {  
+
    .highlightBox {
padding: 10px;
+
      width:500px;  
vertical-align: text-top;  
+
                                margin:auto;
border: 1px solid #d3d3d3;  
+
      background-color: #E8E8E9;
border-collapse: collapse;  
+
margin-bottom: 15px;
}
+
margin-top: 15px;
 +
padding: 15px;
 +
padding-top: 10px;
 +
    }
  
/* table headers */
+
<!--  ---------------  font import -------------- -->
.content_wrapper th {  
+
        @font-face {
padding: 10px;
+
          font-family:
vertical-align: text-top;  
+
            'DIN Alternate Bold';
border: 1px solid #d3d3d3;  
+
            src: url(http://ufonts.com/q125904) format("opentype");
border-collapse: collapse;
+
        }
background-color:#f2f2f2;  
+
        @font-face {
}
+
          font-family:
 +
            'Abadi MT Condensed Extra Bold';
 +
            src:url("http://www.myfontfree.com/data/502/a/abadi_mt_condensed_extra_bold/AbadiMTCondensedExtraBold.ttf")  format("opentype");
  
/* Button class */
+
        }
.button_click {
+
margin: 10px auto;
+
padding: 15px; width:12%; 
+
text-align:center;
+
font-weight:bold;
+
background-color: #72c9b6;
+
cursor:pointer; 
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
 
+
/* button class on hover */
+
.button_click:hover { 
+
background-color:#000000;
+
color:#72c9b6;
+
}
+
 
+
/********************************* RESPONSIVE STYLING ********************************/
+
 
+
/* IF THE SCREEN IS LESS THAN 1000PX */
+
 
+
@media only screen and (max-width: 1000px) {
+
 
+
#content {width:100%; }
+
.menu_wrapper {width:15%;}
+
.content_wrapper {margin-left: 15%;}
+
.menu_item {display:block;}
+
.icon {display:none;}
+
.highlight {padding:10px 0px;}
+
}
+
 
+
 
+
/* IF THE SCREEN IS LESS THAN 680PX */
+
 
+
@media only screen and (max-width: 680px) {
+
.collapsable_menu_control { display:block;}
+
.menu_item {display:none;}
+
.menu_wrapper { width:100%; height: 15%; position:relative;}
+
.content_wrapper {width:100%; margin-left:0px;}
+
.column.half_size {width:100%; }
+
.column img { width: 100%; padding: 5px 0px;}
+
.icon {display:block;}
+
.highlight {padding:15px 5px;}
+
}
+
  
 +
        .h1 {
 +
            font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
 +
            font-size: 30px;
 +
            font-style: normal;
 +
            font-variant: normal;
 +
            font-weight: bold;
 +
            line-height: 26.4pt;
 +
            color: white;
 +
        }
 +
        .h2 {
 +
            font-family: "DIN Alternate Bold", Helvetica, Arial;
 +
            font-size: 18pt;
 +
            font-style: normal;
 +
            font-variant: normal;
 +
            font-weight: bold;
 +
            line-height: 18pt;
 +
            color: black;
 +
        }
 +
        .h3 {
 +
            font-family: "DIN Alternate Bold", Helvetica, Arial;
 +
            font-size: 18pt;
 +
            font-style: normal;
 +
            font-variant: normal;
 +
            font-weight: bold;
 +
            line-height: 18pt;
 +
            color: white;
 +
        }
 +
        .para {
 +
            font-family: Helvetica, Arial, sans-serif;
 +
            font-size: 14px;
 +
            font-style: normal;
 +
            font-variant: normal;
 +
            color:white;
 +
            font-weight: light;
 +
            line-height: 20px;
 +
            padding:10px;
 +
        }
 +
        .pagediv {
 +
            padding-left: 15%;
 +
            padding-right: 15%; 
 +
            text-align: left;
 +
        }
 +
        a{
 +
            color:#9975b9;
 +
        }
 +
        .fixed_flyer {
 +
            background-color: #551A8B;
 +
            padding:20px;
 +
            padding-top:60px;
 +
            text-align:center;
 +
            height:100px;
 +
            line-height:100px;
 +
        }
 
</style>
 
</style>
  
Line 370: Line 380:
  
 
<head>  
 
<head>  
<meta name="viewport" content="width=device-width, initial-scale=1">
 
 
</head>
 
</head>
  
  
 +
<div id="mainContainer">
 +
  <!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 +
  <!-- Start of menu -->
 +
  <div id="menuContainer">
 +
    <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
    <ul>
 +
      <li  class="h1"><a href="https://2016.igem.org/Team:Rice" style=" margin-top:10px;">HOME</a></li>
 +
      <li  class="h1"><a class="navItem" class="h1" href="https://2016.igem.org/Team:Rice/Description" style=" margin-top:10px;">PROJECT</a>
 +
        <ul>
 +
          <li class="h3"><a href="https://2016.igem.org/Team:Rice/Wet_Lab">WET LAB</a>
 +
            <ul>
 +
              <li class="h3"><a href="https://2016.igem.org/Team:Rice/Notebook">NOTEBOOK</a></li>
 +
              <li class="h3"><a href="https://2016.igem.org/Team:Rice/Protocol">PROTOCOL</a></li>
 +
              <li class="h3"><a href="https://2016.igem.org/Team:Rice/Proof_of_concept">PROOF OF CONCEPT</a></li>
 +
              <li class="h3"><a href="https://2016.igem.org/Team:Rice/Future">FUTURE DIRECTION</a></li>
 +
              <li class="h3"><a href="https://2016.igem.org/Team:Rice/Safety">SAFETY</a></li>
 +
            </ul>
 +
          </li>
 +
          <li class="h3"><a href="https://2016.igem.org/Team:Rice/Modeling">MODELING</a></li>
 +
        </ul>
 +
        <li  class="h1"><a class="navItem" href="https://2016.igem.org/Team:Rice/Practices" style=" margin-top:10px;">HUMAN PRACTICES</a>
 +
          <ul>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Bioethical_Debate">BIOETHICAL DEBATE</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Building_With_Biology">BUILDING WITH BIOLOGY</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Humans_Of_Syn_Bio">HUMANS OF SYN BIO</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Physician">PHYSICIAN OUTREACH</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Software">SOFTWARE</a></li>
 +
          </ul>
 +
        </li>
 +
        <li class="h1"><a class="navItem"  class="h1" style=" margin-top:10px;">ACHIEVEMENT</a>
 +
          <ul>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Parts">PARTS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Collaborations">COLLABORATIONS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Medal">MEDAL REQUIREMENTS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/HP/Silver">HUMAN PRACTICES: SILVER</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/HP/Gold">HUMAN PRACTICES: GOLD</a></li>
 +
          </ul>
 +
        </li>
 +
        <li class="h1"><a class="navItem" href="https://2016.igem.org/Team:Rice/Team" style=" margin-top:10px;">TEAM</a>
 +
          <ul>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Members">STUDENT MEMBERS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Advisers">ADVISERS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Instructors">INSTRUCTORS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Attributions">ATTRIBUTIONS</a></li>
 +
            <li class="h3"><a href="https://2016.igem.org/Team:Rice/Acknowledgements">ACKNOWLEDGEMENTS</a></li>
 +
          </ul>
 +
        </li>
 +
    </ul>
 +
  </div>
  
<div class="menu_wrapper" >
 
  
  
  
 +
<footer>
 +
  <div style="position:absolute; bottom:-50px; left:8%; width:100%; height:60px;">
 +
    <div class="row_1" style="position:relative;background:black;width:100%">
 +
      <a href="https://2016.igem.org/"><img src="https://static.igem.org/mediawiki/2016/8/8c/IGEM_Icon.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/0/03/IGEM_Icon-Purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/8/8c/IGEM_Icon.png'"
 +
style="position:relative;left:0%;" width="80px" height="auto"></a>
 +
      <a href="http://www.rice.edu/"><img src="https://static.igem.org/mediawiki/2016/5/52/Rice_Icon.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/3/37/Rice_Icon-Purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/5/52/Rice_Icon.png'"
 +
style="position:relative;left:3.57%;" width="80px" height="auto"></a>
 +
      <a href="https://www.google.com/maps/place/Rice+University/@29.7173941,-95.4040199,17z/data=!3m1!4b1!4m5!3m4!1s0x8640c064b7f18e1f:0xe2cd9cf065c43eb5!8m2!3d29.7173941!4d-95.4018312"><img src="https://static.igem.org/mediawiki/2016/4/40/Googlemap_white.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/1/1a/Googlemap_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/4/40/Googlemap_white.png'"
 +
style="position:relative;left:7.14%;" height="80px" width="auto"></a>
 +
      <a href="https://www.facebook.com/riceuniversityigem/"><img src="https://static.igem.org/mediawiki/2016/3/3f/Facebook_icon.png" onmouseover="this.src='https://static.igem.org/mediawiki/2016/0/0b/Facebook_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/3/3f/Facebook_icon.png'"
 +
style="position:relative;left:10.7%;" width="80px" height="auto"></a>
 +
      <a href="https://twitter.com/riceu_igem"><img src="https://static.igem.org/mediawiki/2016/e/e8/Twit.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/b/b1/Twit_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/e/e8/Twit.png'"
 +
style="position:relative;left:14.28%;" width="80px" height="auto"></a>
 +
      <a href="https://www.instagram.com/riceuniversity_igem/"><img src="https://static.igem.org/mediawiki/2016/8/8f/Insta_icon.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/0/05/Insta_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/8/8f/Insta_icon.png'"
 +
style="position:relative;left:17.85%;" width="80px" height="auto"></a>
 +
      <a href="https://2016.igem.org/Team:Rice/the_DOPEST_snap_chat_account_ever"><img src="https://static.igem.org/mediawiki/2016/thumb/7/75/Snapchat.png/120px-Snapchat.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/thumb/1/18/Snapchat_purple.png/120px-Snapchat_purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/thumb/7/75/Snapchat.png/120px-Snapchat.png'"
 +
style="position:relative;left:21.42%;" width="80px" height="auto"></a>
 +
      <a href="https://mail.google.com/mail/?view=cm&fs=1&to=Riceu.igem@gmail.com"><img src="https://static.igem.org/mediawiki/2016/4/4e/Gmail_Icon.png"
 +
onmouseover="this.src='https://static.igem.org/mediawiki/2016/c/c8/Gmail_Icon-Purple.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/4/4e/Gmail_Icon.png'"
 +
style="position:relative;left:25%;" width="80px" height="auto"></a>
 +
    </div>
  
<div class="collapsable_menu_control"> MENU ▤ </div>
 
 
<ul id="accordion" class="accordion">
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:Rice">HOME </a> </li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<li> <a href=" https://2016.igem.org/Team:Rice/Team"> Team  </a> </li>
 
                                <li> <a href=" https://2016.igem.org/Team:Rice/Members"> Members  </a> </li>
 
                                <li> <a href=" https://2016.igem.org/Team:Rice/Advisers"> Advisers </a> </li>
 
                    </ul>
 
                </li>
 
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Rice/Description"> ★  Description </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Design"> ★ Design </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Experiments"> Experiments </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Proof"> ★ Proof of Concept </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Demonstrate"> ★ Demonstrate </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Notebook"> Notebook </a></li>
 
                    </ul>
 
                </li>
 
 
<li class="menu_item"> <div class="icon plus"></div> PARTS 
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Rice/Parts">Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Basic_Part"> ★ Basic Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Composite_Part"> ★ Composite Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Part_Collection"> ★ Part Collection </a></li>
 
                    </ul>
 
                </li>
 
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:Rice/Safety"> SAFETY </a> </li>
 
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:Rice/Attributions">★  ATTRIBUTIONS </a></li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Rice/Human_Practices"> Human Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/HP/HumansofSynBio">Humans of Syn Bio </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/HP/BuildingwithBiology">Building with Biology </a></li>
 
                                <li> <a href="https://2016.igem.org/Team:Rice/IBBGirlsDebate">IBB Girls Debate </a></li>
 
                                <li> <a href="https://2016.igem.org/Team:Rice/Integrated_Practices"> ★ Integrated Practices </a></li>
 
 
                    </ul>
 
                </li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS
 
<ul class="submenu">
 
<li><a href="https://2016.igem.org/Team:Rice/Entrepreneurship"> ★ Entrepreneurship </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Hardware"> ★ Hardware </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Software">★ Software </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Measurement">★  Measurement </a></li>
 
<li> <a href="https://2016.igem.org/Team:Rice/Model">★ Model </a></li>
 
 
                    </ul>
 
                </li>
 
</ul>
 
 
</div>
 
 
 
 
 
 
<div class="content_wrapper">
 
 
<footer>
 
        <div style="background:blue; position:absolute; bottom:10px; width:100%;">
 
            <div class="row" style ="background:red;">
 
                <div style="background:pink;position:absolute; left:1%;width:33%">
 
                    <h3>Useful Links</h3>
 
                    <ul class="f-menu space40">
 
                          <li><a href="/Team:Rice">Home</a></li>
 
                          <li><a href="https://2015.igem.org/Main_Page">iGEM 2015</a></li>
 
                    </ul>
 
                </div>
 
                <div style="position:absolute; left:33%;width:66%">
 
                    <h3>Contact Us</h3>
 
                    <ul class="f-menu space40">
 
                        <li>MAIL</li>
 
                        <br/>
 
                        <li>Rice University</li>
 
                        <Li>6100 Main St.</li>
 
                        <li>Houston, Texas 77005</li>
 
                    </ul>
 
                </div>
 
                <div style="position:absolute; left:66%;width:66%">
 
                    <p>Unconventional Wisdom</p>
 
                </div>
 
            </div>
 
            <div class="row">
 
            </div>
 
        </div>
 
 
</footer>
 
</footer>
 
<h1 id="team_name">  </h1>
 
<h4 id="page_name">  </h4>
 
 
 
 
 
 
 
 
 
 
<script>
 
 
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
 
 
$(document).ready(function() {
 
 
$("#HQ_page").attr('id','');
 
 
 
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 
$("#team_name").html( wgPageName );
 
}
 
 
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 
}
 
 
else {
 
// this adds the team's name as an h1
 
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );
 
 
// this adds the page's title as an h4
 
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 
}
 
 
 
 
 
$('#accordion').find('.menu_item').click(function(){
 
 
//Expand or collapse this panel
 
submenu = $(this).find('.submenu');
 
submenu.toggle();
 
 
icon = $(this).find('.icon');
 
 
if ( !$( submenu ).is(':visible') ) {
 
icon.removeClass("less").addClass("plus");
 
}
 
else {
 
icon.removeClass("plus").addClass("less");
 
}
 
 
//Hide the other panels
 
$(".submenu").not(submenu).hide();
 
$(".icon").not(icon).removeClass("less").addClass("plus");
 
});
 
 
 
$(".collapsable_menu_control").click(function() {
 
$(".menu_item").toggle();
 
});
 
 
$( window ).resize(function() {
 
$(".menu_item").show();
 
});
 
 
 
});
 
 
 
 
 
</script>
 
 
 
 
</html>
 
</html>

Latest revision as of 03:38, 20 October 2016