Difference between revisions of "Template:TCU Taiwan/CSS"

 
(157 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
 
 
<style>
 
<style>
#contentSub, #footer-box, #catlinks, #search-controls,
+
html{
#p-logo, .printfooter, .firstHeading, .visualClear {
+
  margin-left:10%;
display: none;
+
  background-image:url(https://static.igem.org/mediawiki/2016/f/f9/Tcu_bd.jpg);
 +
}
 +
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 +
 
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 +
body {background-image:url(https://static.igem.org/mediawiki/2016/f/f9/Tcu_bd.jpg);}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 
 +
/********************************* MENU ********************************/
 +
 
 +
/* Wrapper for the menu */
 +
.menu_wrapper {  
 +
width:150px;
 +
height:100vh;
 +
position:fixed;
 +
padding:0px;
 +
float:left;
 +
background-color:white;
 +
text-align:left;
 
}
 
}
        #top-section {
+
 
border: 0 none;
+
/* styling for the menu items */
height: 14px;
+
.menu_item {
z-index: 200;
+
width:100%;  
top: 0;
+
margin:-2px 0px 0px -20px;  
position: relative;
+
padding: 10px 10px;
width: 975px;
+
/*border-bottom: 1px solid #d3d3d3; */
left: 50%;
+
font-weight:bold;
margin-left: -487px;
+
color:#000000;  
 +
cursor: pointer;  
 
}
 
}
#globalWrapper, #content {
+
 
 +
/* when hovering on a menu item */
 +
.menu_item:hover {
 +
color:#000000;
 +
background-color: #72c9b6;
 +
}
 +
 
 +
/* decoration icon for the menu buttons*/
 +
.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 */
 +
ul.menu_items {
 +
width:100%;
 +
margin-left:0px;
 +
padding:0px;
 +
list-style: none;
 +
}
 +
 
 +
/* styling for the li that are the menu items */
 +
.menu_items li {
 +
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 {
 
width: 100%;
 
width: 100%;
height: 100%;
+
margin-left: -20px;
border: 0px;
+
padding: 11px 90px 12px 20px;
background-color: transparent;
+
text-decoration: none;
margin: 0px;
+
color:black;
padding: 0px;
+
font-size: 80%;
+
 
}
 
}
html, body, .wrapper {
+
 
 +
/* When hovering on a menu item */
 +
.menu_items li:hover {  
 +
background-color:#72c9b6;
 +
color: #000000;
 +
}
 +
 
 +
/* styling for the submenus */
 +
.submenu {
 +
width:100%;
 +
display: none; 
 +
font-weight:bold;
 +
cursor:pointer;
 +
 
 +
}
 +
 
 +
/* moving the margin for the submenu ul list */
 +
ul.submenu {
 
width: 100%;
 
width: 100%;
height: 100%;
+
margin: 10px 0px -11px 0px;
background-color: transparent;
+
list-style: none;
 
}
 
}
  
        header,section, article{
+
/*styling for the submenu buttons */
        display: block;
+
.submenu li {  
      }
+
width: 100%;  
      header,section, article{
+
margin-left: 10px;
        color: white;
+
margin-bottom: 0px;
      }
+
}
      section, article{
+
        color: black;
+
      }
+
      header{
+
        text-align: center;
+
        width: 100%;
+
height:10%;
+
      }
+
      header {
+
background:rgba(236,236,231,0.9);
+
        top:2%;
+
        position: fixed;
+
        z-index: 200;
+
        font-size: 12px;
+
        display:inline;
+
  
      }
 
      section {
 
        width: 90%;
 
        background-color: white;
 
        padding: 20px;
 
        margin: 20px;
 
      }
 
  
 +
/* hover state for the submenu buttons */
 +
.submenu li a {
 +
width: 100%;
 +
padding: 5px 10px;
 +
display: inline-block;
 +
background-color:#FFCC99;
 +
text-decoration:none;
 +
color:#000000;
 +
}
  
#a {
 
}
 
#a li {
 
list-style-type:none;
 
text-align:left;
 
letter-spacing: 1px;
 
float: left;
 
width:10%;
 
   }
 
#a li a {
 
float: left;
 
font-size: 20px;
 
padding-bottom:0px;
 
color: #000;
 
text-decoration:none;
 
   }
 
  
#a div
 
{
 
position: absolute;
 
visibility: hidden;
 
margin-top:5%;
 
margin-left:0%;
 
margin-right:0%;
 
  
padding: 0;
+
.submenu li a:hover  {
background:#39919F;
+
background-color:#000000;  
}
+
color: #72c9b6;
#a div a
+
}
{ position: relative;
+
display: block;
+
margin: 0;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
  
  
#bb {
+
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
}
+
.collapsable_menu_control {  
#bb li {
+
width:100%;
list-style-type:none;
+
padding: 15px 0px;
text-align:left;
+
display:none;  
letter-spacing: 1px;
+
background-color:#000000;  
float: left;
+
text-align:center;
width:8%;
+
font-weight:bold;  
   }
+
color:#72c9b6;
#bb li a {
+
cursor:pointer;  
float: left;
+
-webkit-transition: all 0.4s ease;  
font-size: 20px;
+
-moz-transition: all 0.4s ease;  
padding-bottom:0px;
+
-ms-transition: all 0.4s ease;  
color: #000;
+
-o-transition: all 0.4s ease;  
text-decoration:none;
+
transition: all 0.4s ease;  
   }
+
}
#bb li a:hover{
+
background:#39919F;
+
color: #FFF;
+
  
}
+
/* when hovering on that button */
#bb div
+
.collapsable_menu_control:hover {  
{
+
background-color: #72c9b6;
position: absolute;
+
color:#000000;
visibility: hidden;
+
}
margin-top:5%;
+
padding: 0;
+
background:#39919F;
+
}
+
#bb div a
+
{ position: relative;
+
display: block;
+
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#bb div a:hover
+
{ background: #39919F;
+
color: #FFF;
+
}
+
  
 +
/********************************* CONTENT OF THE PAGE ********************************/
  
#c {
+
/* Wrapper for the content */
}
+
.content_wrapper {
#c li {
+
width: 85%;
list-style-type:none;
+
margin-left:150px;
text-align:left;
+
padding:10px 0px;  
letter-spacing: 1px;
+
float:left;  
float: left;
+
/*background-color:#FFCC99;*/
width:6.6%;
+
                background-color:white;
   }
+
}
#c li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#c li a:hover{
+
background:#39919F;
+
color: #FFF;
+
  
}
+
/*LAYOUT */
#c div
+
.column  {  
{
+
padding: 10px 0px;
position: absolute;
+
float:left;  
visibility: hidden;
+
background-color:#FFCC99;  
margin-top:5%;
+
}
padding: 0;
+
background:#39919F;
+
}
+
#c div a
+
{ position: relative;
+
display: block;
+
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#c div a:hover
+
{ background: #2E87D5;
+
color: #FFF;
+
}
+
  
#d {
+
.full_size {
}
+
width:100%;  
#d li {
+
}
list-style-type:none;
+
text-align:left;
+
letter-spacing: 1px;
+
float: left;
+
width:6.2%;
+
   }
+
#d li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#d li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
+
.full_size img {  
#d div
+
padding: 10px 15px;
{
+
width:96.5%;  
position: absolute;
+
}
visibility: hidden;
+
margin-top:5%;
+
padding: 0;
+
background: #39919F;
+
}
+
#d div a
+
{ position: relative;
+
display: block;
+
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#d div a:hover
+
{ background:#C4821F;
+
color: #FFF;
+
}
+
  
#e {
+
.half_size {
}
+
width: 50%;  
#e li {
+
}
list-style-type:none;
+
.half_size img {  
text-align:left;
+
padding: 10px 15px;
letter-spacing: 1px;
+
width: 93%;  
float: left;
+
}
width:6.3%;
+
   }
+
#e li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#e li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
 
#e div
 
{
 
position: absolute;
 
visibility: hidden;
 
margin-top:5%;
 
padding: 0;
 
background:#39919F;
 
}
 
#e div a
 
{ position: relative;
 
display: block;
 
margin: 0;
 
padding: 3px 7px;
 
width:auto;
 
white-space: nowrap;
 
text-align: left;
 
text-decoration: none;
 
background: #39919F;
 
color: #FFF;
 
font-size:15px;
 
font-family:Calibri;
 
font-weight:300;
 
}
 
#e div a:hover
 
{ background: #B62B59;
 
color: #FFF;
 
}
 
  
 +
.clear {
 +
clear:both;
 +
}
  
#f {
+
.highlight {  
}
+
width: 90%;  
#f li {
+
margin: auto;  
list-style-type:none;
+
padding: 15px 5px;
text-align:left;
+
background-color: #f2f2f2;  
letter-spacing: 1px;
+
}
float: left;
+
width:7.1%;
+
   }
+
#f li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#f li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
+
.judges-will-not-evaluate {
#f div
+
border: 4px solid #72c9b6;
{
+
position: absolute;
+
visibility: hidden;
+
margin-top:5%;
+
padding: 0;
+
background:#39919F;
+
}
+
#f div a
+
{ position: relative;
+
 
display: block;
 
display: block;
margin: 0;
+
margin: 5px 15px;
padding: 3px 7px;
+
width: 95%;
width:auto;
+
font-weight:bold;
white-space: nowrap;
+
}
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#f div a:hover
+
{ background: #00A156;
+
color: #FFF;
+
}
+
  
  
#g {
+
/*STYLING */
}
+
#g li {
+
list-style-type:none;
+
text-align:left;
+
letter-spacing: 1px;
+
float: left;
+
width:6.5%;
+
   }
+
#g li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#g li a:hover{
+
background:#39919F;
+
color: #FFF;
+
  
}
+
/* styling for the titles */
#g div
+
        .content_wrapper pre{
{
+
          border:0px;
position: absolute;
+
  background-color: white;
visibility: hidden;
+
        }
margin-top:5%;
+
.content_wrapper h1, .content_wrapper h2 {
padding: 0;
+
padding:5px 15px;  
background:#39919F;
+
border-bottom:0px;  
}
+
color:#72c9b6;
#g div a
+
{ position: relative;
+
display: block;
+
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#g div a:hover
+
{ background: #C4B783;
+
color: #FFF;
+
}
+
  
#h {
+
}
}
+
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {  
#h li {
+
padding:5px 15px;  
list-style-type:none;
+
border-bottom:0px;  
text-align:left;
+
color: #000000;
letter-spacing: 1px;
+
}
float: left;
+
width:7.1%;
+
   }
+
#h li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#h li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
 
#h div
 
{
 
position: absolute;
 
visibility: hidden;
 
margin-top:5%;
 
padding: 0;
 
background:#39919F;
 
}
 
#h div a
 
{ position: relative;
 
display: block;
 
margin: 0;
 
padding: 3px 7px;
 
width:auto;
 
white-space: nowrap;
 
text-align: left;
 
text-decoration: none;
 
background: #39919F;
 
color: #FFF;
 
font-size:15px;
 
font-family:Calibri;
 
font-weight:300;
 
}
 
#h div a:hover
 
{ background: #2EC0E5;
 
color: #FFF;
 
}
 
  
#i {
+
/* font and text */
}
+
.content_wrapper p {  
#i li {
+
padding:0px 15px;  
list-style-type:none;
+
font-size: 13px;
text-align:left;
+
font-family:Tahoma, Geneva, sans-serif;  
letter-spacing: 1px;
+
}
float: left;
+
width:7.6%;
+
   }
+
#i li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#i li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
+
/* Links */
#i div
+
.content_wrapper a {  
{
+
font-weight: bold;  
position: absolute;
+
text-decoration: underline;
visibility: hidden;
+
text-decoration-color:#72c9b6;
margin-top:5%;
+
color: #72c9b6;
padding: 0;
+
-webkit-transition: all 0.4s ease;
background: #39919F;
+
-moz-transition: all 0.4s ease;  
}
+
-ms-transition: all 0.4s ease;  
#i div a
+
-o-transition: all 0.4s ease;  
{ position: relative;
+
transition: all 0.4s ease;
display: block;
+
}
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#i div a:hover
+
{ background: #422BB5;
+
color: #FFF;
+
}
+
  
#j {
+
/* hover for the links */
}
+
.content_wrapper a:hover {  
#j li {
+
text-decoration:none;
list-style-type:none;
+
color:#000000;
text-align:left;
+
}
letter-spacing: 1px;
+
float: left;
+
width:5.7%;
+
   }
+
#j li a {
+
float: left;
+
font-size: 20px;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#j li a:hover{
+
background: #39919F;
+
color: #FFF;
+
  
}
+
/* non numbered lists */
#j div
+
.content_wrapper ul {
{
+
padding:0px 20px;
position: absolute;
+
font-size: 13px;
visibility: hidden;
+
font-family:Tahoma, Geneva, sans-serif;  
margin-top:5%;
+
}
padding: 0;
+
background: #39919F;
+
}
+
#j div a
+
{ position: relative;
+
display: block;
+
margin: 0;
+
padding: 3px 7px;
+
width:auto;
+
white-space: nowrap;
+
text-align: left;
+
text-decoration: none;
+
background: #39919F;
+
color: #FFF;
+
font-size:15px;
+
font-family:Calibri;
+
font-weight:300;
+
}
+
#j div a:hover
+
{ background: #000000;
+
color: #FFF;
+
}
+
  
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
  
#k {
+
/* Table */
}
+
.content_wrapper table {  
#k li {
+
width: 97%;  
list-style-type:none;
+
margin:15px 10px;
text-align:left;
+
border: 0px;
letter-spacing: 1px;
+
                line-height: 24px;  
float: left;
+
}
width:3%;
+
   }
+
#k li a {
+
float: left;
+
font-size: 20px;
+
padding-left:2%;
+
padding-bottom:0px;
+
color: #000;
+
text-decoration:none;
+
   }
+
#form {
+
        position:static;
+
width:100%;
+
z-index:1;
+
        overflow:visible;
+
        display: inline-block;
+
}
+
.gg a:link img {
+
  
opacity: .6;  
+
/* table cells */
 +
.content_wrapper  td {
 +
padding: 10px;
 +
border: 0px;  
 +
}
  
filter: Alpha(Opacity=60);  
+
/* table headers */
 +
.content_wrapper th {
 +
                padding: 20px;
 +
border: 3px solid #000000;
 +
                border-collapse:collapse;
 +
}
  
}  
+
/* 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;
 +
}
  
.gg a:visited img {  
+
/* button class on hover */
 +
.button_click:hover {
 +
background-color:#000000;
 +
color:#72c9b6;
 +
}
  
opacity: .6;
+
/********************************* RESPONSIVE STYLING ********************************/
  
filter: Alpha(Opacity=60);
+
/* IF THE SCREEN IS LESS THAN 1000PX */
  
}
+
@media only screen and (max-width: 1000px) {
  
.gg a:hover img {  
+
#content {width:100%; }
 +
.menu_wrapper {width:15%;}
 +
.content_wrapper {margin-left: 15%;}
 +
.menu_item {display:block;}
 +
.icon {display:none;}
 +
.highlight {padding:10px 0px;}
 +
}
  
opacity: 1;
 
  
filter: Alpha(Opacity=100);
+
/* 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;}
 +
.icon {display:block;}
 +
.highlight {padding:15px 5px;}
 +
}
 +
/********************************* 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;}
 +
}
  
 
</style>
 
</style>
<!-- dd menu -->
+
 
 +
<body>
 +
 
 +
<div class="menu_wrapper" >
 +
<ul id="accordion" class="accordion">
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:TCU_Taiwan">
 +
<img src="https://static.igem.org/mediawiki/2016/e/ea/Tcu_mark.png" name="Image2" height=100 width=100  border="0" id="Image2" />
 +
<br><br>
 +
</a></li>
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:TCU_Taiwan/Team">TEAM</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Project">PROJECT</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Parts">PARTS</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Model">MODELING</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Safety">SAFETY</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Results">RESULTS</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Human_Practices">HP&Award</a></li>
 +
 
 +
<li class="menu_item"><a href="https://2016.igem.org/Team:TCU_Taiwan/Notebook">NOTEBOOK</a></li>
 +
 
 +
</div>
 +
 
 +
<div class="content_wrapper">
 +
<img src="https://static.igem.org/mediawiki/2016/b/b1/White1.jpg" name="Image2" height=50 width=5  border="0" id="Image2" />
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Team">
 +
<img src="https://static.igem.org/mediawiki/2016/f/ff/Tcu_team.jpg" name="Image2" height=100 width=100  border="0" id="Image2" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Project">
 +
<img src="https://static.igem.org/mediawiki/2016/b/be/Tcu_project.jpg" name="Image2" height=100 width=100  border="0" id="Image2" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Parts">
 +
<img src="https://static.igem.org/mediawiki/2016/3/3c/Tcu_part.jpg" name="Image2" height=100 width=100  border="0" id="Image2" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Model">
 +
<img src="https://static.igem.org/mediawiki/2016/b/b4/Tcu_model.jpg" name="Image2" height=100 width=100  border="0" id="Image2" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Safety">
 +
<img src="https://static.igem.org/mediawiki/2016/8/86/Tcu_safety.jpg" name="Image8" height=100 width=100  border="0" id="Image8" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Results">
 +
<img src="https://static.igem.org/mediawiki/2016/1/1f/Tcu_result.jpg" name="Image8" height=100 width=100  border="0" id="Image8" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Human_Practices">
 +
<img src="https://static.igem.org/mediawiki/2016/a/a8/Tcu_award.jpg" name="Image8" height=100 width=100  border="0" id="Image8" /></a>
 +
<a href="https://2016.igem.org/Team:TCU_Taiwan/Notebook">
 +
<img src="https://static.igem.org/mediawiki/2016/f/fa/Tcu_note.jpg" name="Image10" height=100 width=100 border="0" id="Image10" /></a>
 +
 
 +
</body>
 +
 
 +
 
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 
 +
 
 +
<!-- This tells the browser that your page is responsive -->
 +
 
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
</head>
 +
 
 +
<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>
 +
 
 
<script type="text/javascript">
 
<script type="text/javascript">
 
<!--
 
<!--
Line 642: Line 536:
 
// -->
 
// -->
 
</script>
 
</script>
</head>
 
<body >
 
<header>
 
<div class="gg">
 
<div id="form" style="background-color:rgba(236,236,231,0.6); overflow-x:hidden;overflow-y:hidden; ">
 
    <table width="100%" border="0" style="background-color: rgba(236,236,231,0.6)">
 
  <tr>
 
    <td>
 
<div id="a">
 
  <li>
 
  
</li>
 
</div>
 
<div id="a">
 
  <li>
 
<a target="_new" href="https://www.igem.org/"><img src="https://static.igem.org/mediawiki/2015/9/96/2015TCU_TaiwanLogo_01.jpg" name="Image1" width=100%  border="0" id="Image1" /></a>
 
</li>
 
</div>
 
<div id="bb">
 
<li>
 
<a target="_self" href="https://2015.igem.org/Team:TCU_Taiwan"><img src="https://static.igem.org/mediawiki/2015/1/1e/2015TCU_TaiwanLogo_02.jpg" name="Image2" width=100%  border="0" id="Image2" /></a>
 
 
</li>
 
</div>
 
<div id="c">
 
<li>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Team" onmouseover="mopen('m1')" onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/6/62/2015TCU_TaiwanLogo_03.jpg" name="Image3" width=100%  border="0" id="Image3" /></a>
 
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Team/Members">Members</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Team/Instructor">Instructors</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Attributions">Attributions</a>
 
</div>
 
</li>
 
</div>
 
<div id="d">
 
<li>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Project"
 
onmouseover="mopen('m2')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/6/6d/2015TCU_TaiwanLogo_04.jpg" name="Image4" width=100%  border="0" id="Image4" /></a>
 
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Description">Overview</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Project/Our Design">Antimicrobial Peptides</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Project/Experimental">Signal Peptide</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Project/Reference">Medical Dressing</a>
 
</div>
 
</li>
 
</div>
 
<div id="e">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/Part"
 
onmouseover="mopen('m6')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/9/98/2015TCU_TaiwanLogo_05.jpg" name="Image5" width=100%  border="0" id="Image5" /></a>
 
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Basic_Part">Basic Part </a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Composite_Part">Composite Part</a>
 
</div>
 
    </li>
 
</div> 
 
<div id="f">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/Model"
 
onmouseover="mopen('m4')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/4/46/2015TCU_TaiwanLogo_06.jpg" name="Image6" width=100% border="0" id="Image6" />
 
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Modeling/Protein structure">Protein structure </a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Modeling">Modeling</a>
 
</div>
 
    </li>
 
  </div>
 
  <div id="g">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/Safety"
 
onmouseover="mopen('m5')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/1/14/2015TCU_TaiwanLogo_07.jpg" name="Image7" width=100%  border="0" id="Image7" /></a>
 
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Safety/overview">Overview</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Safety/Laboratory">Laboratory Practices</a>
 
</div>
 
    </li>
 
    </div>
 
    <div id="h">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/Results"
 
onmouseover="mopen('m3')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/2/21/2015TCU_TaiwanLogo_08.jpg" name="Image8" width=100%  border="0" id="Image8" /></a>
 
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Result/vitro">Peptides production</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Result/Macro-dilution">Disinfection efficiency</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Result/Peptides">Cell experiments</a>
 
</div>
 
    </li>
 
  </div>
 
<div id="i">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/HumanPractices"
 
onmouseover="mopen('m7')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/0/00/2015TCU_TaiwanLogo_09.jpg" name="Image9" width=100%  border="0" id="Image9" /></a>
 
<div id="m7" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Practices">Human Practices</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Collaborations">Collaborations</a>
 
</div>
 
    </li>
 
    </div>
 
    <div id="j">
 
    <li><a href="https://2015.igem.org/Team:TCU_Taiwan/Notebook"
 
onmouseover="mopen('m8')"
 
onmouseout="mclosetime()"><img src="https://static.igem.org/mediawiki/2015/b/b3/2015TCU_TaiwanLogo_10.jpg" name="Image10" width=100%  border="0" id="Image10" /></a>
 
<div id="m8" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Notebook/Life">Life</a>
 
<a href="https://2015.igem.org/Team:TCU_Taiwan/Notebook/Lab">Lab</a>
 
</div>
 
    </li>
 
  </div>
 
  
<div id="k">
 
    <li><a target="_new" href="https://www.facebook.com/TCUiGEM"><img src="https://static.igem.org/mediawiki/2015/3/39/2015_tcu_taiwan_Igem_FB.png" name="Image11" width=100% border="0" id="Image11" /></a>
 
  
    </li>
 
  </div>
 
 
 
</td>
 
  </tr>
 
</table>
 
</div>
 
</div>
 
</header>
 
</body>
 
 
</html>
 
</html>

Latest revision as of 09:01, 18 October 2016