Difference between revisions of "Template:CSMU Taiwan"

Line 1: Line 1:
  
 
<html>
 
<html>
 +
 +
<script type="text/javascript" src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/lightbox?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/wow?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/main?action=raw&amp;ctype=text/javascript"></script> 
 
<script>
 
<script>
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
  
$(document).ready(function() {
+
  // This is the jquery part of your template. 
 +
  // Try not modify any of this code too much since it makes your menu work.
  
//remove the HQ_page id
+
  // Origin
$("#HQ_page").attr('id','');
+
/*
+
  $(document).ready(function() {
  
//highlight current page on the menu
+
    $("#HQ_page").attr('id','');
highlight_current_page_menu();
+
+
//accessing submenus
+
$(".menu_item").click(function(){
+
$(".submenu_control_icon", this).toggleClass("open");
+
$(this).next(".submenu").fadeToggle(400);
+
});
+
+
//mobile menu access
+
$(".igem_2019_team_mobile_bar").click(function(){
+
$(this).next().toggleClass("displaying_menu");
+
});
+
+
});
+
  
 +
    // call the functions that control the 
 +
    menu_functionality();
 +
    hide_show_menu();
  
function highlight_current_page_menu() {
 
 
var page_url="https://2019.igem.org/";
 
page_url = page_url + wgPageName;
 
$("a[href$='"+ page_url +"']").children().addClass("current_page");
 
 
//if the page is in a submenu, open the submenu and make the appropiate changes
 
if( $( ".current_page" ).hasClass( "submenu_item" )){
 
 
$(".current_page").parent().parent().fadeToggle(400);
 
$(".current_page").parent().parent().prev().addClass("current_page");
 
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
 
 
}
 
}
 
  
  
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
    //this function controls the expand and collapse buttons of the menu and changes the +/- symbols
</script>
+
    function menu_functionality() {
  
 +
      //when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
 +
      $(".menu_button").click(function(){
  
<style>
+
        // add or remove the class "open" , this class holds the "-"
/**************************************************************************************************************************************************************************************************/
+
        $(this).children().toggleClass("open");
 +
        // show or hide the submenu     
 +
        $(this).next('.submenu_wrapper').fadeToggle(400);
 +
      });
  
 +
      // when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
 +
      $("#display_menu_control").click(function(){
 +
        $('#menu_content').fadeToggle(400);
 +
      });
  
 +
      // call the current page highlight function 
 +
      highlight_current_page();
 +
    }
  
/**************************************************************************************************************************************************************************************************/
 
/* DEFAULT WIKI SETTINGS */
 
/**************************************************************************************************************************************************************************************************/
 
  
 +
    // call the highlight current page function to show it on the menu with a different background color
 +
    function highlight_current_page() {fhight
  
#home_logo, #sideMenu { display:none; }
+
      // select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
#sideMenu, #top_title, .patrollink  {display:none;}
+
      $("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
body {background-color:white; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
+
+
.judges-will-not-evaluate { border: 4px solid #F42534; padding: 2% !important; width: 92%!important;}
+
  
 +
      // now that the current_page class has been added to a menu item, make the submenu fade in
 +
      $(".current_page").parents(".submenu_wrapper").fadeIn(400);
 +
      // change the +/- symbol of the corresponding menu button
 +
      $(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
 +
     
 +
    }
  
/**************************************************************************************************************************************************************************************************/
 
/* MENU */
 
/**************************************************************************************************************************************************************************************************/
 
  
/*wrapping for the menu*/
 
.igem_2019_team_menu {
 
background-color:#cecece;
 
border-left: 1px solid #635d5d;
 
float:right;
 
height:100vh;
 
max-width: 270px;
 
overflow-y: auto;
 
overflow-x: hidden;
 
padding:0px;
 
position:fixed;
 
right:0%;
 
text-align:left;
 
width: 15%;
 
}
 
  
/*controlling menu visibility*/
+
    // allow button on the black menu bar to show/hide the side menu
.igem_2019_team_menu.displaying_menu{
+
    function hide_show_menu() {
display:block;
+
 
}
+
      // in case you preview mode is selected, the menu is hidden for better visibility
 +
      if (window.location.href.indexOf("submit") >= 0) {
 +
        $(".igem_2017_menu_wrapper").hide();
 +
      }
  
/*links in the menu*/
+
      // if the black menu bar has been loaded
.igem_2019_team_menu  a {
+
        if (document.getElementById('bars_item')) {
color: #484848;
+
text-decoration:none;
+
}
+
  
/*images in the menu*/
+
        // when the "bars_item" has been clicked
.igem_2019_team_menu img {
+
        $("#bars_item").click(function() {
width:100%;
+
          $("#sideMenu").hide();
}
+
  
/*level 1 menu items*/
+
          // show/hide the menu wrapper
.igem_2019_team_menu .menu_item {
+
          $(".igem_2017_menu_wrapper").fadeToggle("100");
    background-color: #cecece;
+
        });  
    border-bottom: 1px solid #635d5d;
+
        }  
    clear: both;
+
color: #484848;
+
    cursor: pointer;
+
float: left;
+
    font-size: 120%;
+
    font-weight: bold;
+
    padding: 15px 0px 15px 5%;
+
  width: 100%;
+
}
+
  
/*level 1 menu items without submenus*/
+
      // because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
.igem_2019_team_menu .menu_item.direct_link {
+
      else {
color: #484848;
+
            setTimeout(hide_show_menu, 15);
padding-left: 15%;
+
      }
}
+
    }
+
};
/*level 1 menu items on hover*/
+
*/
.igem_2019_team_menu .menu_item:hover {
+
background-color: #ecb656 !important;
+
}
+
  
/*icon for expanding and collapsing level 1 menut items*/
+
// User
.igem_2019_team_menu .menu_item .submenu_control_icon {
+
  $(document).ready(function() {
color: #484848;
+
  $('#ham-icon .fa-bars').on('click', function(){
float: left;
+
    $('#hamburger').slideToggle();
width: 10%;
+
    $('#hamburger').css("display","flex");
}
+
    $('#ham-icon .fa-bars').hide();
 +
    $('#ham-icon .fa-times').show();
 +
  });
 +
  $('#ham-icon .fa-times').on('click', function(){
 +
    $('#hamburger').slideToggle();
 +
    $('#ham-icon .fa-times').hide();
 +
    $('#ham-icon .fa-bars').show();
 +
  });
 +
});
 +
</script>
  
/* submenu icon  "-"*/
+
<style>
.igem_2019_team_menu .menu_item .submenu_control_icon::before {
+
/****************************** DEFAULT WIKI SETTINGS ******************************/
content: "+";  
+
 
}
+
  /* Clear the default wiki settings */
 +
 
 +
  #home_logo, #sideMenu { display:none; }
 +
  #sideMenu, #top_title, .patrollink  {display:none;}
 +
  #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
  body {background-color:white; }
 +
  #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
/* submenu icon  "-"*/
+
 
.igem_2019_team_menu .menu_item .submenu_control_icon.open::before {
+
 
content: "-";  
+
 
}
+
/***********************************MENU***********************************/
 +
  /* Wrapper for the menu */
 +
  .igem_2017_menu_wrapper {
 +
    width: 15%;
 +
    height:100vh;
 +
    position:fixed;
 +
    right:0%;
 +
    padding:0px;
 +
    float:right;
 +
    border-left: 1px solid #d3d3d3;
 +
    background-color:#dddddd;
 +
    text-align:left;
 +
    font-family:Tahoma, Geneva, sans-serif;
 +
    overflow-y: auto;
 +
    overflow-x: hidden;
 +
  }
  
+
  /* this hides the scrollbar to keep view consistency */
/*level 2 menu (submenu) wrapper*/
+
  .igem_2017_menu_wrappe::-webkit-scrollbar {
.igem_2019_team_menu .submenu{
+
    display: none;  
background-color: #ececec;
+
  }
clear:both;
+
 
display:none;
+
   
float: left; 
+
  /* styling for links in the menu, removes the line under text */
width:100%;
+
  .igem_2017_menu_wrapper a { 
}
+
    text-decoration: none;  
 +
  }
  
/*level 2 menu (submenu) item*/
 
.igem_2019_team_menu .submenu .submenu_item {
 
border-bottom: 1px solid #cecece;
 
  color: #635d5d;
 
    height: 30px;
 
  float: left;
 
    font-size: 110%;
 
font-weight: bold;
 
    padding: 12px 0px 0px 15%;
 
    width: 100%;
 
}
 
  
/*level 2 menu (submenu) items on hover*/
+
  /* styling for the images in the menu */
.igem_2019_team_menu .submenu .submenu_item:hover {
+
  .igem_2017_menu_wrapper img {  
background-color: #ecb656 !important;
+
    width: 100%;
}
+
  }
  
/*color for highlighting current page on the wiki*/
+
  /* styling for the menu buttons */
.igem_2019_team_menu .submenu .submenu_item.current_page,
+
  .igem_2017_menu_wrapper .menu_button {
.igem_2019_team_menu .menu_item.current_page,
+
    width: 100%;
.igem_2019_team_menu .menu_item.direct_link.current_page {
+
    padding: 10px 0px 10px 15px;
background-color:#a2d3d0;
+
    float:left;
}
+
    border-bottom: 1px solid #d3d3d3;
 +
    font-size: 12px;
 +
    font-weight: bold;
 +
    color: #5e5f5f;
 +
    cursor: pointer;
 +
  }
  
  
/*mobile menu bar styling*/
+
  .igem_2017_menu_wrapper .menu_bottom_padding {
/**************************************************************************************************************************************************************************************************/
+
    width: 100%;
 +
    height: 30px;
 +
    float:left;
 +
  }
  
/*mobile bar that controls the menu*/
+
  .menu_button.direct_to_page {  
.igem_2019_team_mobile_bar {
+
    padding-left: 36px;
background-color:#ececec;
+
  }
border-bottom: 1px solid #cecece;
+
cursor:pointer;
+
display:none;
+
float:left;
+
margin-top: 0;
+
padding: 5px 0;
+
position:fixed;
+
width:100%;
+
}
+
+
/*mobile logo*/
+
.igem_logo_mobile {
+
float:left;
+
padding-left: 5%;
+
width: 30%;  
+
}
+
  
/*image within the mobile logo*/
 
.igem_logo_mobile img {
 
width:70px;
 
}
 
 
/*mobile expand collapse button*/
 
.igem_menu_control_mobile {
 
float:right;
 
padding-right:5%;
 
padding-top:5px;
 
text-align:right;
 
width: 30%;
 
}
 
  
/*image for mobile expand collapse button*/
+
  .igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
.igem_menu_control_mobile img {
+
    width:10%;
width:25px;
+
    float:left;
}
+
  }
  
 +
  .igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
 +
    content: "+"; 
 +
  }
 +
 
 +
  .open::before {
 +
    content: "-" !important; 
 +
  }
 +
 
 +
 
 +
 
 +
  /* styling for the menu buttons on hover */
 +
  .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {
 +
    background-color: #3399ff; 
 +
    text-decoration: none;
 +
    color:#ffffff;
 +
  }
  
/*add extra padding to the menu to improve mobile scrolling*/
+
  /* styling for the menu button when it is the current page */
.menu_padding{
+
  .current_page {  
float:left;
+
    background-color:#7fc1f7  !important;
height:100px;
+
    color:#5e5f5f !important;
}
+
  }
  
  
/**************************************************************************************************************************************************************************************************/
+
  /* styling for the submenu buttons */
/* CONTENT OF THE PAGE */
+
  .igem_2017_menu_wrapper .submenu_button {
/**************************************************************************************************************************************************************************************************/
+
    width: 100%;
 +
    padding: 10px 0px 10px 34px;
 +
    float:left;
 +
    background-color:#f2f2f2;
 +
    border-bottom: 1px solid #d3d3d3;
 +
    font-size: 12px;
 +
    color: #5e5f5f;
 +
    cursor: pointer;
 +
  }
  
/* general wrapper for the content */
+
  /* wrapper for the submenu items, they are hidden by default*/
.igem_2019_team_content {
+
  .igem_2017_menu_wrapper .submenu_wrapper {  
background-color:white;
+
    display:none;
display:block;
+
  }
width: 87%;
+
}
+
  
/* subwrapper to center content */
+
  /* when the page size is bigger than 800px, this show/hide control is hidden by default */
.igem_2019_team_content .igem_2019_team_column_wrapper {
+
  .igem_2017_menu_wrapper #display_menu_control {
margin:auto;
+
    display:none;
max-width: 1400px;
+
    text-align:center;
width:90%;
+
  }
}
+
 
  
 +
/****************************** CONTENT OF THE PAGE ******************************/
  
 +
  /* Wrapper for the content */
 +
  .igem_2017_content_wrapper {
 +
    width: 81%;
 +
    margin: 2%;
 +
    display:block;
 +
    float:left;
 +
    background-color:white;
 +
    font-family:Tahoma, Geneva, sans-serif;
 +
  }
  
/*general styling*/
 
/**************************************************************************************************************************************************************************************************/
 
  
/*size for title h tags*/
+
/********************************* HTML STYLING  *********************************/
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h3 { font-size: 170%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h4 { font-size: 150%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h5 { font-size: 140%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h6 { font-size: 130%;}
+
  
 +
  /* styling for the titles h1 h2 */
 +
  .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
 +
    padding:5px 15px;
 +
    border-bottom: 0px;
 +
    color: #3399ff;
 +
  }
  
/*titles h1, h2*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
 
border-bottom:0px;
 
color: #635d5d;
 
font-family: "Arial Black", Gadget, sans-serif;
 
padding: 10px 0px;
 
}
 
  
/*titles h3, h3, h5, h6 */
+
  /* styling for the titles h3 h4 h5 h6*/
.igem_2019_team_content .igem_2019_team_column_wrapper h3,  
+
  .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
.igem_2019_team_content .igem_2019_team_column_wrapper h4,  
+
    padding:5px 15px;
.igem_2019_team_content .igem_2019_team_column_wrapper h5,  
+
    border-bottom:0px;  
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {  
+
    color: #000000;   
border-bottom:0px;  
+
  }
color: #635d5d;   
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 5px 0px;
+
}
+
  
/* text p tag*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper p {
 
font-size: 130%;
 
font-family: Arial, Helvetica, sans-serif;
 
padding: 5px 0px;
 
text-align: left;
 
color: #484848;
 
}
 
  
/* Links a tag*/
+
  /* font and text */
.igem_2019_team_content .igem_2019_team_column_wrapper a {
+
  .igem_2017_content_wrapper p {  
color: #00a19b;
+
    padding: 0px 15px;  
font-weight: bold;
+
    font-size: 13px;
text-decoration: underline;
+
  }
text-decoration-color:#00a19b;
+
transition: all 0.4s ease;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;  
+
}
+
  
/* hover for the links */
+
  /* Links */
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {  
+
  .igem_2017_content_wrapper a {  
color: #085156;
+
    font-weight: bold;  
text-decoration:none;
+
    text-decoration: underline;
}
+
    text-decoration-color: #3399ff;
 +
    color:  #3399ff;
 +
    -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 */
 +
  .igem_2017_content_wrapper a:hover {
 +
    text-decoration:none;
 +
    color:#000000;
 +
  }
  
/* Table tag*/
+
  /* non numbered lists */
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
+
  .igem_2017_content_wrapper ul {
border: 1px solid #635d5d;  
+
    padding:0px 20px;
border-collapse: collapse;  
+
    font-size: 13px;
font-size: 130%;
+
    font-family:Tahoma, Geneva, sans-serif;  
width: 100%;  
+
  }
}
+
  
/* table cells */
+
  /* numbered lists */
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
+
  .igem_2017_content_wrapper ol {
border: 1px solid #cecece;  
+
    padding:0px;  
border-collapse: collapse;
+
    font-size: 13px;
font-size: 105%;
+
    font-family:Tahoma, Geneva, sans-serif;  
padding: 10px;
+
  }
vertical-align: text-top;  
+
}
+
  
/* table headers */
+
  /* Table */
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
+
  .igem_2017_content_wrapper table {  
background-color:#cecece;  
+
    width: 97%;  
border: 1px solid #635d5d;  
+
    margin:15px 10px;
border-collapse: collapse;  
+
    border: 1px solid #d3d3d3;  
font-size: 110%;
+
    border-collapse: collapse;  
padding: 10px;
+
  }
vertical-align: text-top;
+
}
+
  
 +
  /* table cells */
 +
  .igem_2017_content_wrapper  td {
 +
    padding: 10px;
 +
    vertical-align: text-top;
 +
    border: 1px solid #d3d3d3;
 +
    border-collapse: collapse;
 +
  }
  
 +
  /* table headers */
 +
  .igem_2017_content_wrapper th {
 +
    padding: 10px;
 +
    vertical-align: text-top;
 +
    border: 1px solid #d3d3d3;
 +
    border-collapse: collapse;
 +
    background-color:#f2f2f2;
 +
  }
  
/* non numbered lists */
 
.igem_2019_team_content .igem_2019_team_column_wrapper ul, .igem_2019_team_content .igem_2019_team_column_wrapper ol {
 
font-size: 130%;
 
font-family: Arial, Helvetica, sans-serif;
 
padding:0px 20px;
 
}
 
  
 +
/**********************************LAYOUT CLASSES **********************************/
  
/*font sizing within list nesting*/
+
  /* general class for column divs */
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,
+
  .igem_2017_content_wrapper .column  {
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,
+
    padding: 10px 0px;
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ul li,
+
    float:left;  
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ol li,
+
  }
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
+
  
 +
  /* class for a full width column */
 +
  .column .full_size {
 +
    width:100%;
 +
  }
  
 +
  /* styling for images in a full width column*/
 +
  .column.full_size img {
 +
    width:97%;
 +
    padding: 10px 15px;
 +
  }
  
/*layout classes*/
+
  /* class for a half width column */
/**************************************************************************************************************************************************************************************************/
+
  .column.half_size {
 +
    width: 50%;
 +
  }
 +
  /* styling for images in a half width column*/
 +
  .column.half_size img {
 +
    width: 94.5%;
 +
    padding: 10px 15px;
 +
  }
  
/*main layout class */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column  {
 
float:left;
 
margin: 1% 2%;
 
padding: 0px;
 
}
 
  
/* 100% */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size { width:96%; }
 
  
/* 66% */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
 
  
/* 33% */
+
/********************************* SUPPORT CLASSES ********************************/
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size { width: 29.3%; }
+
  
 +
  /* class that clears content below*/
 +
  .igem_2017_content_wrapper .clear {
 +
    clear:both;
 +
  }
 +
 
 +
 
 +
  /* adds extra spacing when clearing content */
 +
  .igem_2017_content_wrapper  .clear.extra_space {
 +
    height: 30px;
 +
  }
  
  
 +
  /* highlight class, makes content slightly smaller */
 +
  .igem_2017_content_wrapper .highlight {
 +
    margin: 0px 15px;
 +
    padding: 0px 0px;
 +
  }
  
/*all images*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size img {
 
margin-bottom: 15px;
 
width: 100%;
 
}
 
  
 +
  /* highlight class, adds a gray background */
 +
  .igem_2017_content_wrapper .highlight.gray {
 +
    background-color: #f2f2f2;
 +
  }
  
/* page break */
+
  /* highlight with decoration blue line on top */
.igem_2019_team_content .igem_2019_team_column_wrapper .clear {
+
  .igem_2017_content_wrapper .highlight.blue_top {
clear:both;
+
      border-top: 4px solid #3399ff;
}
+
  }
/*add extra space to page break with clear class*/
+
.igem_2019_team_content .igem_2019_team_column_wrapper .clear.extra_space {
+
height: 30px;
+
}
+
  
/* horizontal line to divide the page*/
+
  /* highlight with a full blue border decoration */
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
+
  .igem_2017_content_wrapper .highlight.blue_border {
    border-top: 1px solid #cecece;
+
      border: 4px solid #3399ff;
  margin: auto;
+
  }
  width: 98%;
+
}
+
  
  
 +
  /* button class */
 +
  .igem_2017_content_wrapper .button{
 +
    max-width: 35%;
 +
    margin: 30px auto;
 +
    padding: 12px 10px;
 +
      background-color: #3399ff; 
 +
      text-align: center;
 +
      color: #ffffff;
 +
    -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; 
 +
  }
  
+
  /* styling for button on hover */
/*support classes*/
+
  .igem_2017_content_wrapper .button:hover{
/**************************************************************************************************************************************************************************************************/
+
    background-color: #3399ff; 
 +
      color: #000000;
 +
  }
  
  
/*Button  */
 
/************************************************/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link {
 
font-size: 130%;
 
margin: 30px auto;
 
text-align: center;
 
}
 
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
 
background-color: #00a19bad !important;
 
color: #000 !important;
 
font-weight: bold;
 
margin: auto;
 
text-decoration: none !important;
 
padding: 10px 15px !important;
 
}
 
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
+
/*************** RESPONSIVE STYLING ***************/
background-color: #ffb819 !important; 
+
}
+
  
+
  /* IF THE SCREEN IS LESS THAN 1200PX */
 
+
  @media only screen and (max-width: 1200px) {
/*highlight */
+
/************************************************/
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {
+
padding: 15px 20px;
+
}
+
 
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h1,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h2,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h3,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h4,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h5,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h6 {
+
padding: 5px 15px;
+
}
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
+
background-color: #ececec;
+
}
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
+
    border-top: 4px solid #00a19bad;
+
}
+
 
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
+
    border: 4px solid #00a19bad;
+
}
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
+
    border-top: 4px solid #ffb819
+
}
+
 
+
 
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
+
    border: 4px solid #ffb819;
+
}
+
 
+
 
+
 
+
 
+
/*mobile*/
+
/**************************************************************************************************************************************************************************************************/
+
 
+
 
+
/* 1800px  */
+
/************************************************/
+
@media only screen and (max-width: 1800px) {
+
.igem_2019_team_content { width: 85%;}
+
.igem_2019_team_menu {display:block;}
+
}
+
 
+
/* 1400px  */
+
/************************************************/
+
@media only screen and (max-width: 1400px) {
+
.igem_2019_team_menu .menu_item { font-size:100%;}
+
.igem_2019_team_menu .submenu .submenu_item { font-size:90%;}
+
.igem_2019_team_menu {display:block;}
+
}
+
 
+
 
+
/* 1100px  */
+
/************************************************/
+
@media only screen and (max-width: 1100px) {
+
.igem_2019_team_content {width:100%; margin-left:0px;}
+
+
.igem_2019_team_menu {display:none;float:right;margin-top:47px;max-width:100%;position:fixed;width:25%;}
+
+
.igem_2019_team_mobile_bar {display:block;}
+
+
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size, .igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size,.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size {width:96%; }
+
 
+
}
+
 
+
/* 850px  */
+
/************************************************/
+
@media only screen and (max-width: 850px) {
+
.igem_2019_team_menu {width:40%;}
+
}
+
 
+
/*500px  */
+
/************************************************/
+
@media only screen and (max-width: 500px) {
+
.igem_2019_team_menu {min-width:100%;width:100%;}
+
}
+
 
+
 
+
/**************************************************************************************************************************************************************************************************/
+
  
 +
    #content {width:100%; }
 +
    .igem_2017_menu_wrapper {width:15%; right:0;}
 +
    .highlight {padding:10px 0px;}
 +
    .igem_2017_menu_wrapper #display_menu_control { display:none; }
 +
    #menu_content { display:block;}
 +
    .menu_button.direct_to_page {padding-left: 17px;}
 +
   
 +
  }
  
 +
  /* IF THE SCREEN IS LESS THAN 800PX */
 +
  @media only screen and (max-width: 800px) {
  
 +
    .igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
 +
    .igem_2017_content_wrapper {width:100%; margin-left:0px;}
 +
    .column.half_size  {width:100%; }
 +
    .column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
 +
    .highlight {padding:15px 5px;}
 +
    .igem_2017_menu_wrapper #display_menu_control { display:block; }
 +
    #menu_content { display:none;}
 +
    .igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
 +
    .menu_bottom_padding {display:none;}
 +
    .menu_button.direct_to_page { padding-left: 36px; }
 +
  }
  
  
 +
 
 +
 
 +
  /* special class that the system uses to make sure the team wants a page to be evaluated */
 +
  .judges-will-not-evaluate {
 +
      width: 96.6%;
 +
      margin: 5px 15px;
 +
      display: block;
 +
      border: 4px solid #3399ff;
 +
      font-weight: bold;
 +
  }
 
</style>
 
</style>
  
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
 
<!--- THIS IS WHERE THE HTML BEGINS --->
 
<!--- THIS IS WHERE THE HTML BEGINS --->
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
 
 
<head>  
 
<head>  
  
<!-- This tells the browser that your page is responsive -->
+
  <!-- This tells the browser that your page is responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1">  
+
  <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta name="description" content="">
 +
    <meta name="author" content="">
 +
  <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/bootstrap?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
  <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/animate?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
    <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/font-awesome?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
    <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/lightbox?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
  <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/main?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
  <link href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/css/responsive?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 +
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
 +
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
 +
 
 +
    <!--[if lt IE 9]>
 +
    <script src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/html5shiv?action=raw&amp;ctype=text/javascript"></script>
 +
    <script src="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/js/respond?action=raw&amp;ctype=text/javascript"></script>
 +
    <![endif]-->     
 +
    <link rel="shortcut icon" href="images/ico/favicon.ico">
 +
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
 +
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
 +
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
 +
    <link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">  
  
 
</head>
 
</head>
  
  
 +
<!-- start of content -->
 +
<body>
 +
<header class="navbar u-cf">
 +
    <div class="home">
 +
      <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan">
 +
        <img src="https://static.igem.org/mediawiki/2017/8/8d/T--CSMU_NCHU_Taiwan--logo.png" alt="" class="logo">
 +
        <span>HOME<i class="fa fa-home" aria-hidden="true"></i></span>
 +
      </a>
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
    </div>
<!--- Menu --->
+
    <ul class="menu">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
      <li>
 +
        <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Description">PROJECT<i class="fa fa-flask" aria-hidden="true"></i></a>
 +
        <div class="dropdown row">
 +
          <div class="submenu col-sm-3">
 +
            <ul>
 +
              <li class="dropdown-title">PROJECT</li><hr>
 +
              <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Description">Description</a></li>
 +
              <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Design">Design</a></li>
 +
              <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Safety">Safety</a></li>
 +
              <li><a href=" https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results">Results & Demonstrate</a></li>
 +
              <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/InterLab">Inter Lab</a></li>
 +
              <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Parts">Parts</a></li>
 +
            </ul>
 +
          </div>
 +
       
 +
          <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Description#antidote">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/b/b4/Csmuxnchu_d_anti.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
          <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Description#test_strip">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/e/eb/Csmucnchu_d_strip.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
         
 +
          <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Design">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/4/40/Project_CSMUXNCHU.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
        <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="#">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/2/24/CSMUXNCHU_space.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
        </div>
 +
       
 +
      </li>
 +
        <li>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Model">MODELING<i class="fa fa-cubes" aria-hidden="true"></i></a>
  
 +
        </li>
 +
        <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Software">SOFTWARE<i class="fa fa-cog" aria-hidden="true"></i></a></li>
 +
        <li>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook">NOTEBOOK<i class="fa fa-book" aria-hidden="true"></i></a>
 +
          <div class="dropdown row">
 +
            <div class="submenu col-sm-3">
 +
              <ul>
 +
                <li class="dropdown-title">NOTEBOOK</li><hr>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook">Lab Book</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Experiments">Protocols</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook/Medal_Criteria">Medal Criteria</a></li>
 +
              </ul>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/2/22/CUMUXNCHU_lab_book.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Experiments">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/8/8d/CSMUXNCHU_protocal.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook/Medal_Criteria">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/1/1d/CSMUXNCHU_medal.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
          <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/2/24/CSMUXNCHU_space.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
          </div>
 +
        </li>
 +
        <li>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Silver">HUMAN PRACTICES<i class="fa fa-group" aria-hidden="true"></i></a>
 +
          <div class="dropdown row">
 +
            <div class="submenu col-sm-3">
 +
              <ul>
 +
                <li class="dropdown-title">HUMAN PRACTICES</li><hr>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Silver">HP-Silver</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Gold_Integrated">Gold-Integrated</a></li>
 +
                <li><a href=" https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Engagement">Public Engagement</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Collaborations">Collaborations</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 +
              </ul>
 +
            </div>
 +
         
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Silver">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/7/72/Csmuxnchu_hp_header_silver.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Gold_Integrated">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/d/d2/Csmuxnchu_hp_ihp_gold.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href=" https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Engagement">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/7/79/CSMUXNCHU_p_engagement.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Collaborations">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/f/fd/T--CSMU_NCHU_Taiwan--collaboration.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
          </div>
 +
        </li>
 +
        <li>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Team">TEAM<i class="fa fa-heart" aria-hidden="true"></i></a>
 +
          <div class="dropdown row">
 +
            <div class="submenu col-sm-3">
 +
              <ul>
 +
                <li class="dropdown-title">TEAM</li><hr>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Team">Team</a></li>
 +
                <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Attributions">Attributions</a></li>
 +
               
 +
              </ul>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="http://www.facebook.com/igemcsmunchu/">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/0/05/T--CSMU_NCHU_Taiwan--fb.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
                <a href="http://www.youtube.com/channel/UCjUI2xlK0O9CMdYZyiPoMmw">
 +
                  <div class="imgBox-inner img-4-5">
 +
                    <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/4/40/T--CSMU_NCHU_Taiwan--youtube.png')"></div>
 +
                  </div>
 +
                </a>
 +
              </div>
 +
            </div>
 +
            <div class="col-sm-3">
 +
              <div class="imgBox">
 +
             
 +
                  <div class="imgBox-inner img-4-5"  >
 +
                    <div onclick="sendEmail();" class="image"  style="background-image: url('https://static.igem.org/mediawiki/2017/4/40/T--CSMU_NCHU_Taiwan--email.png')"></div>
 +
                  </div>
 +
               
 +
              </div>
 +
            </div>
 +
          <div class="col-sm-3">
 +
            <div class="imgBox">
 +
              <a href="#">
 +
                <div class="imgBox-inner img-4-5">
 +
                  <div class="image" style="background-image: url('https://static.igem.org/mediawiki/2017/2/24/CSMUXNCHU_space.png')"></div>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
          </div>
 +
        </li>
 +
    </ul>
 +
    <div class="hamburger">
 +
      <div class="ham-icon" id="ham-icon">
 +
        <i class="fa fa-bars" aria-hidden="true"></i>
 +
        <i class="fa fa-times" aria-hidden="true"></i>
 +
      </div>
 +
      <div id="hamburger" class="dropdown row">
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title">PROJECT</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Description">Description</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Design">Design</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Safety">Safety</a></li>
 +
            <li><a href=" https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results">Results & Demonstrate</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/InterLab">InterLab</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Parts">Parts</a></li>
 +
          </ul>
 +
        </div>
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title">MODELING</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Model">Modeling</a></li>
 +
          </ul>
 +
        </div>
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title">SOFTWARE</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Software">Software</a></li>
 +
          </ul>
 +
        </div>
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title">NOTEBOOK</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook">Lab Book</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Experiments">Protocols</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Notebook/Medal_Criteria">Medal Criteria</a></li>
 +
          </ul>
 +
        </div>
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title" style="font-size: 20px;">HUMAN PRACTICES</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Silver">HP-Silver</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/HP/Gold_Integrated">Gold-Integrated</a></li>
 +
            <li><a href=" https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Engagement">Public Engagement</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Collaborations">Collaborations</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 +
          </ul>
 +
        </div>
 +
        <div class="submenu col-sm-2">
 +
          <ul>
 +
            <li class="dropdown-title">TEAM</li><hr>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Team">Team</a></li>
 +
            <li><a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Attributions">Attributions</a></li>
 +
           
 +
          </ul>
 +
        </div>
 +
      </div>
 +
    </div>
 +
    <script language="javascript">
 +
function sendEmail() {
 +
    var email ="igem.taichung@gmail.com";
 +
    location.href = "mailto:"+email;
 +
}
 +
    </script>
 +
  </header>
 +
</body>
 +
<style>
 +
  /*************** user setting ***************/
  
 +
#globalWrapper{
 +
  padding-bottom: 0px;
 +
  font-family: 'Ubuntu';
 +
}
  
 +
h2, h3, h4, h5, h6, p{
 +
  font-family: 'Ubuntu';
 +
}
  
<div class="igem_2019_team_mobile_bar">
+
h1, h2, h3, h4, h5, h6, p{
+
  color: black;
<div class="igem_logo_mobile">
+
}
<img src="https://static.igem.org/mediawiki/2019/3/3c/Igem_mobile_menu_logo.svg">
+
</div>
+
  
 +
body {
 +
  width: 100%;
 +
  margin: 0;
 +
  padding: 0;
 +
  font-family: 'Ubuntu'; }
  
<div class="igem_menu_control_mobile">
+
* {
<img id="menu_control_image" src="https://static.igem.org/mediawiki/2019/e/ee/2019_team_menu_icon.svg">
+
  margin: 0;
</div>
+
  padding: 0;
 +
  box-sizing: border-box; }
  
</div>
+
header a {
 +
  text-decoration: none;
 +
  color: white; }
 +
  header a:visited, header a:hover, header a:focus {
 +
    color: white;
 +
    text-decoration: none; }
  
 +
li {
 +
  list-style-type: none; }
  
 +
ul {
 +
  margin-bottom: 0; }
  
 +
header { z-index: 99; }
 +
 +
header * {
 +
  box-sizing: border-box; }
  
<div class="igem_2019_team_menu">
+
.row {
 +
  margin-left: 0;
 +
  margin-right: 0; }
  
 +
.navbar {
 +
  position: relative;
 +
  background-color: #07082b;
 +
  padding: 25px 20px 10px 30px;
 +
  margin: 0;
 +
  margin-top: -25px;
 +
}
  
<a href="https://2019.igem.org/Team:CSMU_Taiwan">
+
.home {
<img src="https://placehold.it/350x150/ececec/cecece">
+
  height: 72px;
</a>
+
  float: left;
 
+
  position: relative;
 
+
  padding-right: 20px; }
 
+
  .home img {
<a href="https://2019.igem.org/Team:CSMU_Taiwan">
+
    height: 90%;
<div class="menu_item direct_link">
+
    position: absolute;
HOME
+
    top: 5%;
</div>
+
    left: 0;
</a>
+
    display: block; }
 
+
    .home img:hover span {
<!-- Team -->
+
      display: inline-block; }
<div class="menu_item">
+
  .home span {
<div class="submenu_control_icon"> </div>
+
    display: none;
TEAM
+
    position: absolute;
</div>
+
    top: 50%;
<div class="submenu">
+
    left: 0;
+
    transform: translateY(-50%);
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Team">
+
    line-height: 72px;
<div class="submenu_item">
+
    padding: 30px 10px;
Team Members
+
    width: 150px;
</div>
+
    color: #b3b3b3;
</a>
+
    font-size: 18px; }
 
+
    .home span i {
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Collaborations">
+
      margin-left: 0.5em; }
<div class="submenu_item">
+
    .home span:hover img {
Collaborations
+
      display: none; }
</div>
+
  .home:hover img {
</a>
+
    display: none; }
</div>
+
  .home:hover span {
 
+
    display: inline-block; }
 
+
<!-- Project -->
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
PROJECT
+
</div>
+
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Description">
+
<div class="submenu_item">
+
Description
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Design">
+
<div class="submenu_item">
+
Design
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Experiments">
+
<div class="submenu_item">
+
Experiments
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Notebook">
+
<div class="submenu_item">
+
Notebook
+
</div>
+
</a>
+
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Contribution">
+
<div class="submenu_item">
+
Contribution
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Results">
+
<div class="submenu_item">
+
Results
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Demonstrate">
+
<div class="submenu_item">
+
Demonstrate
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Improve">
+
<div class="submenu_item">
+
Improve
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Attributions">
+
<div class="submenu_item">
+
Attributions
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
PARTS123
+
</div>
+
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Parts">
+
<div class="submenu_item">
+
Parts Overview
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Basic_Part">
+
<div class="submenu_item">
+
Basic Parts
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Composite_Part">
+
<div class="submenu_item">
+
Composite Parts
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Part_Collection">
+
<div class="submenu_item">
+
Part Collection
+
</div>
+
</a>
+
</div>
+
 
+
+
+
+
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Safety">
+
<div class="menu_item direct_link">
+
SAFETY
+
</div>
+
</a>
+
 
+
 
+
 
+
 
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
HUMAN PRACTICES
+
</div>
+
 
+
<div class="submenu">
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Human_Practices">
+
<div class="submenu_item">
+
Human Practices
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Public_Engagement">
+
<div class="submenu_item">
+
Education & Engagement
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
AWARDS
+
</div>
+
 
+
<div class="submenu">
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Entrepreneurship">
+
<div class="submenu_item">
+
Entrepreneurship
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Hardware">
+
<div class="submenu_item">
+
Hardware
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Measurement">
+
<div class="submenu_item">
+
Measurement
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Model">
+
<div class="submenu_item">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Plant">
+
<div class="submenu_item">
+
Plant
+
</div>
+
</a>
+
 
+
  
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Software">
+
.dropdown {
<div class="submenu_item">
+
  position: absolute;
Software
+
  top: 100%;
</div>
+
  width: 100vw;
</a>
+
  padding: 30px;
 +
  background-color: #d3d3d3;
 +
  color: #07082b;
 +
  font-size: 18px;
 +
  display: none; }
 +
  .dropdown .submenu {
 +
    padding-right: 50px; }
 +
    .dropdown .submenu hr {
 +
      margin-top: 1rem;
 +
      margin-bottom: 1rem;
 +
      border: 0;
 +
      border-top: 1.5px solid black;
 +
      width: 80%; }
 +
  .dropdown .dropdown-title {
 +
    font-size: 22px; }
 +
  .dropdown li > a {
 +
    color: #07082b; }
 +
    .dropdown li > a:hover {
 +
      color: #365285; }
 +
  .dropdown li {
 +
    list-style-type: none; }
 +
    .dropdown li:hover:not(.dropdown-title) {
 +
      list-style-type: circle; }
  
</div>
+
ul.menu {
 +
  float: left;
 +
  padding-left: 150px; }
  
 +
.menu > li {
 +
  float: left; }
  
 +
.menu > li > a {
 +
  line-height: 72px;
 +
  padding: 36px 16px;
 +
  margin-right: 5px;
 +
  position: relative;
 +
  font-size: 18px; }
 +
  .menu > li > a i {
 +
    padding-left: 0.5em; }
 +
  .menu > li > a:after {
 +
    content: "";
 +
    position: absolute;
 +
    width: 0%;
 +
    height: 5px;
 +
    background-color: #b3b3b3;
 +
    bottom: 10px;
 +
    left: 50%;
 +
    transform: translateX(-50%);
 +
    transition: all 0.3s; }
  
<a href="https://igem.org/2019_Judging_Form?team=CSMU_Taiwan">
+
.menu > li:hover > a:after {
<div class="menu_item direct_link">
+
  width: 100%; }
JUDGING FORM ⇗
+
.menu > li:hover > a {
</div>  
+
  color: #b3b3b3; }
</a>
+
  
 +
.menu .dropdown {
 +
  left: 0px;
 +
  width: 100vw; }
 +
  .menu .dropdown .col-sm-3 {
 +
    padding-left: 20px;
 +
    padding-right: 20px; }
  
+
.menu > li:hover .dropdown {
<div class="menu_padding"></div>  
+
  display: flex; }
+
  
 +
.hamburger {
 +
  float: right; }
  
 +
#ham-icon {
 +
  position: absolute;
 +
  right: 50px;
 +
  top: 50%;
 +
  transform: translateY(-50%);
 +
  color: white;
 +
  font-size: 28px;
 +
  cursor: pointer; }
 +
  #ham-icon .fa-times {
 +
    display: none; }
  
 +
#hamburger.dropdown {
 +
  right: 0; }
 +
  #hamburger.dropdown .col-sm-2 {
 +
    padding-left: 10px;
 +
    padding-right: 10px; }
 +
  #hamburger.dropdown hr {
 +
    width: 90%; }
  
</div>
+
.u-block {
 +
  display: block; }
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
.u-cf:after {
<!--- Content of the page  --->
+
  content: "";
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
  display: block;
 +
  clear: both;
 +
  height: 0;
 +
  visibility: hidden; }
  
 +
.imgBox {
 +
  position: relative;
 +
  overflow: hidden; }
 +
  .imgBox .imgBox-inner {
 +
    width: 100%;
 +
    padding-top: 75%;
 +
    height: 0; }
 +
    .imgBox .imgBox-inner .image {
 +
      width: 100%;
 +
      height: 100%;
 +
      position: absolute;
 +
      top: 0;
 +
      left: 0;
 +
      background-repeat: no-repeat;
 +
      background-size: cover;
 +
      background-position: center; }
 +
  .imgBox .img-4-5 {
 +
    padding-top: 80%; }
  
<div class="igem_2019_team_content">
+
  </style>
<div class="igem_2019_team_column_wrapper">
+
   
<div class="clear extra_space"></div>
+
</html>
<div class="clear extra_space"></div>
+

Revision as of 07:57, 28 April 2019