Difference between revisions of "Template:Goettingen/CSS"

 
(757 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 +
 +
<!-- *************************************************** CSS PART ************************************************** -->
 +
  
 
<style type="text/css">
 
<style type="text/css">
  
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
 
 +
/***** CHANGE DEFAULT WIKI SETINGS *****/
 +
 
 +
 
 +
#sideMenu, #top_title {display:none;} /*-- hide right menu bar per default --*/
 +
 
 +
#globalWrapper, #content { /*-- remove white block on the right, set width to 100% --*/
 +
width: 100%;
 +
max-width:1400px;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0 0 10px 0;
 +
padding: 0px;
 +
}
 +
 
 +
#pageContent {
 +
padding:0 1.5%;
 +
 
 +
}
 +
 
 +
 
 +
/***************** DON'T HAVE ANY F****** CLUE WHY, BUT THIS RESET IS VERY IMOPORTANT! *****************/
 +
/*reset padding, margin and list style*/
 +
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 +
padding:0;
 +
margin:0;
 +
/*        list-style-image:url('');*/
 +
/*        background-image:url('');*/
 +
        border-bottom:none;
 +
}
 +
 
 +
 
 +
a:link {
 +
text-decoration:none;
 +
        color: #000000;
 +
        font-weight: bold;
 +
 
 +
}
 +
 
 +
a:visited {
 +
      text-decoration: none;
 +
      color: #000000;
 +
 
 +
}
 +
 
 +
 
 +
a:hover {
 +
        color: #6f6f6f;
 +
        text-decoration: none;
 +
     
 +
}
 +
 
 +
h1,h2,h3,h4,h5,h6{
 +
font-weight:normal;
 +
font-size:100%;
 +
}
 +
p{
 +
        line-height:150%;
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
}
 +
body{
 +
background-color:#F7F7F7;
 +
}
 +
 
 +
td{
 +
      text-align: center;
 +
}
 +
 
 +
#top-section{
 +
        display:block;
 +
        position:relative;
 +
        margin-top:10px;
 +
        background:none;
 +
       
 +
}
 +
 
 +
.text ul {
 +
list-style-type: disc !important;
 +
}
 +
 
 +
/*end of the reset*/
 +
 
 +
/***************************************************************/
 +
 
 +
 
 +
/****** PLACE HOLDER DIVS FROM EXAMPLE WIKI TEAMPLATE *******/
 +
 
 +
 
 +
/*LAYOUT */
 +
.column  {
 +
padding: 10px 10px;
 +
float:left;
 +
background-color:white;
 +
}
 +
 
 +
.full_size {
 +
width:100%;
 +
}
 +
 
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 
 +
 
 +
.clear {
 +
clear:both;
 +
}
 +
 
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
.judges-will-not-evaluate {
 +
border: 4px solid #72c9b6;
 +
display: block;
 +
margin: 5px 15px;
 +
width: 95%;
 +
font-weight:bold;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/************************* SIDE BAR  *************************/
 +
 
 +
html,body,.container {
 +
    height:100%;
 +
}
 +
 
 +
 
 +
/* Side Bar */
 +
 
 +
.sidebar{
 +
float:right;
 +
width:100%;
 +
margin:auto
 +
background-color:transparent;
 +
 
 +
}
 +
 
 +
.sidebaraddress{
 +
width:90%;
 +
min-width:240px;
 +
max-width:300px;
 +
margin:auto;
 +
position:relative;
 +
background-color:transparent;
 +
font-weight: normal;
 +
text-align:justify;
 +
 
 +
}
 +
 
 +
 
 +
.sidebarsponsors{
 +
width:90%;
 +
max-width:500px;
 +
margin: auto auto 10px;
 +
position: relative;
 +
background-color:transparent;
 +
 
 +
}
 +
 
 +
 
 +
.sidebar h3{
 +
  font:"Trebuchet MS", Arial, Helvetica, sans-serif;
 +
font-size:24px;
 +
color:#000;
 +
padding:10px;
 +
text-align:center;
 +
}
 +
.sidebar h4 a{
 +
        display:block;
 +
font:Geneva, Arial, Helvetica, sans-serif;
 +
font-size:18px;
 +
color:#000;
 +
        text-decoration:underline;
 +
}
 +
#protocol ul li a{
 +
        display:block;
 +
font:Geneva, Arial, Helvetica, sans-serif;
 +
font-size:15px;
 +
color:#034996;
 +
}
 +
.sidebar ul li{
 +
        display:block;
 +
padding:5px 25px 5px 0px;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:16px;
 +
line-height:28px;
 +
}
 +
 
 +
.sidebar ul li a{
 +
font-weight:normal;
 +
/* color:#034996; */
 +
}
 +
.sidebar ul li ul li{
 +
        display:block;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:14px;
 +
        padding-left:20px;
 +
line-height:24px;
 +
}
 +
.sidebar ul li ul li a{
 +
        color:black;
 +
}
 +
 
 +
.sidebar ul li ul li a:hover{
 +
        color: #000000;
 +
}
 +
 
 +
 
 +
.sidebar ul li ul li ul li{
 +
        display:block;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:13px;
 +
line-height:24px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/* Side Bar Navigation */
 +
 
 +
.sidebar_navigation{
 +
 
 +
width:80%;
 +
min-width:220px;
 +
max-width:400px;
 +
position: relative;
 +
margin:auto;
 +
 
 +
}
 +
 
 +
.sidebar_navigation h3{
 +
  font:"Trebuchet MS", Arial, Helvetica, sans-serif;
 +
font-size:24px;
 +
color:#000;
 +
padding:10px;
 +
text-align:center;
 +
}
 +
.sidebar_navigation h4 a{
 +
        display:block;
 +
font:Geneva, Arial, Helvetica, sans-serif;
 +
font-size:18px;
 +
color:#000;
 +
        text-decoration:underline;
 +
}
 +
 
 +
.sidebar_navigation ul li{
 +
        display:block;
 +
padding:5px 25px 5px 10px;
 +
font-size:16px;
 +
line-height:28px;
 +
}
 +
 
 +
.sidebar_navigation ul li a{
 +
font-weight:normal;
 +
/* color:#034996; */
 +
}
 +
.sidebar_navigation ul li ul li{
 +
        display:block;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:14px;
 +
        padding-left:20px;
 +
line-height:24px;
 +
 +
}
 +
.sidebar_navigation ul li ul li a{
 +
        color:black;
 +
padding-left:10px;
 +
width:120%;
 +
}
 +
 
 +
.sidebar_navigation ul li ul li a:hover{
 +
        color: #000000;
 +
}
 +
 
 +
 
 +
.sidebar_navigation ul li ul li ul li{
 +
        display:block;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:13px;
 +
line-height:24px;
 +
}
 +
 
 +
 
 +
 
 +
/***** NAVIGATION MENU *****/
 +
/* Wrapper for the menu */
 +
.menu_wrapper {
 +
width:80%;
 +
min-width:220px;
 +
max-width:400px;
 +
margin: auto;
 +
text-align:left;
 +
 
 +
}
 +
 
 +
/* styling for the menu items */
 +
.menu_item {
 +
width:100%;
 +
 +
margin:0px 10px;
 +
padding: auto 10px;
 +
/* border-bottom: 1px solid #d3d3d3; */
 +
color:#000000;
 +
cursor: pointer;
 +
}
 +
 
 +
 
 +
 
 +
.menu_item a:hover{
 +
color:#000000;
 +
}
 +
 
 +
/* when hovering on a menu item */
 +
.menu_item:hover {
 +
color:#000000;
 +
background-color: #e7e7e7;
 +
}
 +
 
 +
/* 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%;
 +
margin-left: -20px;
 +
padding: 11px 90px 12px 20px;
 +
text-decoration: none;
 +
color:black;
 +
}
 +
 
 +
 
 +
/* styling for the submenus */
 +
.submenu {
 +
width:90%;
 +
min-width:200px;
 +
display: none;
 +
font-weight:bold;
 +
cursor:pointer;
 +
color: #000000;
 +
 
 +
}
 +
 
 +
/* moving the margin for the submenu ul list */
 +
ul.submenu {
 +
width: 100%;
 +
margin: 10px 0px -11px 0px;
 +
list-style: none;
 +
}
 +
 
 +
/*styling for the submenu buttons */
 +
.submenu li {
 +
width: 90%;
 +
margin-left: 10px;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
 
 +
/* hover state for the submenu buttons */
 +
.submenu li a {
 +
width: 100%;
 +
padding: 5px 0px;
 +
display: inline-block;
 +
/* border-bottom: 1px solid #d3d3d3; */
 +
text-decoration:none;
 +
color: #000000;
 +
}
 +
 
 +
 
 +
 
 +
.submenu li a:hover  {
 +
background-color:#d8d8d8;
 +
color:#000000;
 +
}
 +
 
 +
 
 +
 
 +
/*****************************************************************************************/
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/***************************** FONTS, HEADINGS, DIVS, etc. ********************************/
 +
 
 +
#bodyContent{
 +
background-color: #f5f8fa;
 +
}
 +
 
 +
 
 +
 
  
 
.firstHeading {
 
.firstHeading {
Line 10: Line 460:
 
padding-top: 100px;
 
padding-top: 100px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
font-family: Georgia, Times, "Times New Roman", serif;  
+
font-family:Helvetica, Arial, sans-serif;  
 
}
 
}
  
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
h1, h2, h3, h4, h5 { font-family:Helvetica, Arial, sans-serif;}
  
 
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
Line 47: Line 497:
 
}
 
}
  
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
 
width: 100%;
+
height: 100%;
+
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
}
+
  
 
html, body, .wrapper { /*-- changes default wiki settings --*/
 
html, body, .wrapper { /*-- changes default wiki settings --*/
Line 117: Line 560:
 
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
  
.contentpara {margin-bottom: 30px;}
 
  
span.email{font-family: monospace; font-weight: normal;}
 
  
fieldset {border: 1px solid #337f53;}
 
  
.greyout {color: #A0A0A0;}
 
.highlightme {background-color: #FFFF00;}
 
  
#alertContainer { margin-bottom: 10px; width: 936px;}
 
#annContainer {margin-left: 8px;}
 
#newsContainer {border: 1px solid #ccc;}
 
  
.newsTitle {
 
display: block;
 
color: #414141;
 
font-size: 25px; 
 
        font-family: Georgia, Times, "Times New Roman", serif;
 
padding: 10px 15px 5px 10px;
 
border-bottom: 1px solid #ccc;
 
margin-bottom: 0px;
 
}
 
  
.newsItem {
 
border-bottom: 1px solid #ccc;
 
display: block;
 
padding: 5px 15px 0px 10px;
 
margin-bottom: 0px;
 
}
 
 
.newsItem h3 {
 
width: auto;
 
display: inline;
 
font-size: 14px;
 
font-family: Arial, Helvetica, sans-serif;
 
padding: 0px;
 
margin: 0px;
 
}
 
 
.newsItem img {
 
float: right;
 
clear: right;
 
width: 80px;
 
padding-left: 15px;
 
display: inline-block;
 
}
 
 
.newsItem .newsDate {
 
font-style: italic;
 
font-size: 14px;
 
display: inline-block;
 
color: #999;
 
float: right;
 
padding: 0px 0px 10px 15px;
 
}
 
 
.newsItem p, .newsItem ul, .newsItem li {
 
padding: 0px;
 
margin-left: 20px;
 
font-size: 12px;
 
line-height: 1.2;
 
}
 
 
.newsItem p {margin-top: 10px;}
 
 
.annItem {
 
border: 2px solid #414141;
 
display: block;
 
padding: 0px 15px 10px 10px;
 
margin-bottom: 18px;
 
position: relative;
 
height: 160px;
 
vertical-align: middle;
 
}
 
 
.annItem .annCentered {
 
display: table-cell;
 
vertical-align: middle;
 
height: 160px;
 
}
 
 
.annCentered h3 {
 
padding: 0px;
 
display: block;
 
margin-left: auto;
 
margin-right: auto;
 
text-align: center;
 
}
 
 
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 
.annItem li {list-style: none; margin: 5px}
 
 
 
/*reset padding, margin and list style*/
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 
padding:0;
 
margin:0;
 
list-style-type:none;
 
        list-style-image:url('');
 
        background-image:url('');
 
        border-bottom:none;
 
}
 
a{
 
        color:#6699FF;
 
}
 
 
a:link {
 
text-decoration:none;
 
        color: #e98f00;
 
}
 
 
a:visited {
 
      text-decoration: none;
 
      color: #e98f00;
 
}
 
 
 
a:hover {
 
        color: #6699FF;
 
        text-decoration: underline;
 
}
 
 
h1,h2,h3,h4,h5,h6{
 
font-weight:normal;
 
font-size:100%;
 
}
 
p{
 
        line-height:150%;
 
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 
}
 
body{
 
background-color:#F7F7F7;
 
}
 
 
td{
 
      text-align: center;
 
}
 
 
#top-section{
 
        display:block;
 
        position:relative;
 
        margin-top:10px;
 
        background:none;
 
       
 
}
 
 
/*end of the reset*/
 
  
  
Line 276: Line 578:
 
#globalWrapper{
 
#globalWrapper{
 
margin:0 auto;
 
margin:0 auto;
width:1002px;
 
 
}
 
}
  
/*header part*/
+
.pictures {
#header{
+
width:75;
float:left;
+
margin: 10px auto 10px auto;
height:270px;
+
position:relative;
width:1002px;
+
display:block;
margin-top:15px;
+
}
+
#headerPic{
+
float:left;
+
height:230px;
+
width:1002px;
+
background-image:url("https://static.igem.org/mediawiki/2014/7/75/Goettingen_header_Pic.png");
+
background-size:contain;
+
}
+
#teamLogo{
+
float:left;
+
margin:35px 0;
+
padding-left:25px;
+
}
+
#uniLogo{
+
float:right;
+
margin:160px 0px 20px 20px;
+
}
+
  
#igemLogo{
 
float:right;
 
margin:170px 0px 20px 20px;
 
 
}
 
}
  
#headerNavi{
 
        float:left;
 
        width:1002px;
 
        background-color:#e98f00;
 
        border-radius:5px;
 
       
 
}
 
#menuBar{
 
float:left;
 
height:38px;
 
        width:826px;
 
text-align:center;
 
font:18px Calibri,sans-serif;
 
}
 
#menuBar ul li{
 
width:118px;
 
line-height:38px;
 
float:left;
 
}
 
#menuBar ul li a{
 
color:#FFF;
 
}
 
#menuBar ul li:hover{
 
background-color:#DFDFDF;
 
        border-radius:4px;
 
}
 
#menuBar ul li:hover .wrap{
 
display:block;
 
z-index:99;
 
}
 
#menuBar ul li:hover a{
 
        color:#e98f00;
 
}
 
#menuBar ul li:hover li a{
 
      color:white;
 
}
 
#menuBar ul li .wrap{
 
position:absolute;
 
width:210px;
 
text-align:left;
 
display:none;
 
}
 
#menuBar ul li ul li{
 
line-height:20px;
 
border-left:solid 5px #ccc;
 
border-bottom:solid 1px #fff;
 
padding:10px 20px;
 
font-size:15px;
 
background-color:#FFB573;
 
}
 
#menuBar ul li ul li:hover a{
 
        color:#e98f00;
 
}
 
 
#contact{
 
#contact{
 
float:right;
 
float:right;
Line 374: Line 601:
  
 
}
 
}
#go2top{
+
 
z-index:199;
+
position:fixed;
+
bottom:2%;
+
right:2%;
+
overflow:visible;
+
        /*background: url("https://static.igem.org/mediawiki/2014/5/5b/Goettingen_go2top.png");*/
+
}
+
/*
+
#go2top img{
+
        display:none;
+
}
+
*/
+
#go2top a:hover img{
+
        display:inline;
+
}
+
 
/*main part*/
 
/*main part*/
 
/*for the wrapper*/
 
/*for the wrapper*/
 
#wrapper {
 
#wrapper {
 
display: block;
 
display: block;
height: 360px;
+
/*height: 360px;*/
width: 1002px;
+
width: 100%;
 
margin: auto;
 
margin: auto;
 
}
 
}
Line 403: Line 615:
 
display: block;
 
display: block;
 
float: left;
 
float: left;
height: 360px;
+
/*height: 360px;*/
width: 1002px;
+
width: 100%;
 
overflow: auto;
 
overflow: auto;
 
}
 
}
#container #prev{
+
 
background-image: url("https://static.igem.org/mediawiki/2014/8/84/Goettingen_prev_icon.png");
+
 
background-repeat: no-repeat;
+
background-position: center center;
+
background-size:40%;
+
display: block;
+
height: 360px;
+
width: 100px;
+
float: left;
+
position: relative;
+
z-index: 9;
+
}
+
#container #next {
+
background-image: url("https://static.igem.org/mediawiki/2014/b/b5/Goettingen_next_icon.png");
+
background-repeat: no-repeat;
+
background-position: center center;
+
background-size:40%;
+
display: block;
+
float: right;
+
height: 360px;
+
width: 100px;
+
position: relative;
+
z-index: 9;
+
}
+
#container #slider {
+
display: block;
+
float: left;
+
height: 360px;
+
width: 1002px;
+
overflow: hidden;
+
position: absolute;
+
}
+
 
/*For the four main parts*/
 
/*For the four main parts*/
  
 
#fourParts{
 
#fourParts{
float:left;
+
float:left;
margin:10px 0;
+
width:100%;
height:650px;
+
margin: 10px 0 0 0;
width:1002px;
+
padding:5px;
        border:solid 1px #CCCCCC;
+
background-color: #ffffff;
         border-radius:4px;
+
border-style:solid;
 +
border-color: #ececec;
 +
border-width:1px;
 +
         border-radius:3px;
 
}
 
}
 
.four{
 
.four{
margin:5px 15px;
+
margin:15px 15px;
padding:20px 10px 10px 10px;
+
padding:0px 0px 0px 0px;
height:260px;
+
/*height:210px;*/
width:440px;
+
/*width:310px;*/
 
float:left;
 
float:left;
 
}
 
}
 +
 +
.four img {
 +
width:90%;
 +
max-width:90px;
 +
display:block;
 +
margin-left:auto;
 +
margin-right:auto;
 +
}
 +
 +
 
#fourParts h1{
 
#fourParts h1{
 
         display:block;
 
         display:block;
 
font:20px Helvetica,sans-serif;
 
font:20px Helvetica,sans-serif;
color:#BF2F15;
+
font-weight:bold;
 +
line-height:36px;
 +
color:#000000;
 
         border-bottom:solid thin #D3D3D3;
 
         border-bottom:solid thin #D3D3D3;
 
}
 
}
.pictures{
+
#fourParts .pictures{
margin:15px 0 25px 5px;
+
margin:0px 0 0px 0px;
height:170px;
+
width:180px;
+
 
float:left;
 
float:left;
 
}
 
}
#Pic1{
+
 
        padding-top:25px;
+
 
}
+
#Pic3{
+
        padding-top:45px;
+
}
+
 
.paragraph{
 
.paragraph{
margin:5px 0;
+
margin:15px 0;
height:190px;
+
/*height:190px;*/
width:250px;
+
/*width:220px;*/
 
float:right;
 
float:right;
 
font-size:13px;
 
font-size:13px;
Line 488: Line 679:
 
height:30px;
 
height:30px;
 
float:right;
 
float:right;
background:#FFB573;
+
background:#0099e8;
 
font:14px Candara,sans-serif;
 
font:14px Candara,sans-serif;
 
text-align:center;
 
text-align:center;
Line 513: Line 704:
  
  
/*For the pre &amp; next buttons*/
+
.t-left table {
.button_pre{
+
border: solid 4px white;
        display:block;
+
border-bottom: solid 1px #DDDDDD;
        float:left;
+
border-top: solid 2px #DDDDDD;
        margin:20px 0;
+
 
        padding:5px;
+
        border:solid 1px #e98f00;
+
        border-radius:2px;
+
}
+
.button_pre:hover{
+
        color:white;
+
        background-color:#FFB573;
+
}
+
.button_next{
+
        display:block;
+
        float:right;
+
        margin:20px 0;
+
        padding:5px;
+
        border:solid 1px #e98f00;
+
        border-radius:2px;
+
}
+
.button_next:hover{
+
        color:white;
+
        background-color:#FFB573;
+
}
+
.trans_zh{
+
        display:block;
+
        float:right;
+
        padding:5px;
+
        border:solid 1px #e98f00;
+
        border-radius:2px;
+
 
}
 
}
  
/*For the footer*/
+
 
#footer{
+
.t-center table {
float:left;
+
border: solid 4px white;
margin:40px auto;
+
border-bottom: solid 1px #DDDDDD;
height:31px;
+
border-top: solid 2px #DDDDDD;
width:1002px;
+
 
        border:solid 1px #CCC;
+
}
+
#copyrightIco{
+
float:left;
+
width:88px;
+
height:31px;
+
 
}
 
}
  
#list1 ul li{
 
display:block;
 
float:left;
 
width:130px;
 
        height:15px;
 
text-align:center;
 
font-size:10px;
 
        margin:0 15px;
 
}
 
  
#list2 ul li{
+
.t-center th {
display:block;
+
  text-align: center !important;  
float:left;
+
  border-right: solid 1px #DDDDDD;  
width:140px;
+
  border-left: solid 1px #DDDDDD;  
        height:15px;
+
text-align:center;
+
font-size:10px;
+
        margin:0 22px;
+
 
}
 
}
#poweredByIco{
 
float:right;
 
}
 
#footerbanner{
 
      float:left;
 
      margin:30px 0;
 
}
 
/*For the subpage*/
 
  
/*next and previous buttons*/
+
.t-center td {
#goenext {
+
  text-align: left !important;  
        float:right;
+
    border-right: solid 1px #DDDDDD;
       
+
 
}
 
}
  
/* For team part*/
+
 
.teamM{
+
.t-left .table th {
float:left;
+
  text-align: left !important;
width:690px;
+
  border-right: solid 1px #DDDDDD;  
margin-top:10px;
+
  border-left: solid 1px #DDDDDD;
border-bottom-style:solid;  
+
border-width:2px;
+
border-color:#CCC;
+
}
+
.teamM img{
+
width:200px;
+
height:250px;
+
margin-top:36px;
+
        border-radius:8%;
+
 
}
 
}
  
.titleLeft{
+
 
        float:left;
+
.t-left .table td {
        width:200px;
+
  text-align: left !important;  
}
+
  border-right: solid 1px #DDDDDD;  
.titleRight{
+
  border-left: solid 1px #DDDDDD;
        float:right;
+
        width:200px;
+
}
+
.content{
+
        float:left;
+
        width:410px;
+
margin-left:30px;
+
        margin-bottom:25px;
+
 
}
 
}
  
  
  
.instructors{
 
float:left;
 
width:690px;
 
  
margin-top:10px;
+
 
border-bottom-style:solid;  
+
 
border-width:2px;
+
 
border-color:#CCC;
+
.exp {
 +
padding:0px;
 +
margin:0px;
 +
width:80%;
 +
background-repeat: no-repeat;
 +
display: block;
 +
margin:0 auto 0 auto;
 +
 
 
}
 
}
.instructors img{
+
 
display:block;
+
.img-noborder {
float:left;
+
margin-top:-0.5px;
width:200px;
+
margin-left:-4.5px;
margin-top:36px;
+
padding:0;
        border-radius:8%;
+
opacity: 0;
 +
 
 
}
 
}
.instructors h2{
+
 
display:block;
+
.img-noborder1 {
float:left;
+
margin-top:-0.5px;
width:410px;
+
padding:0;
height:36px;
+
opacity: 0;
margin-left:25px;
+
 
 
}
 
}
.instructors h3{
+
 
display:block;
+
.img-noborder:hover {
float:left;
+
 
width:410px;
+
opacity: 1;
margin-left:40px;
+
 
 
}
 
}
.instructors p{
+
 
display:block;
+
.img-noborder1:hover {
float:left;
+
 
width:410px;
+
opacity: 1;
margin-left:40px;
+
 
        margin-bottom:20px;
+
}
+
#instr2 img{
+
        float: right;
+
}
+
#instr2 h2{
+
        margin-left:0;
+
 
}
 
}
#instr2 p{
+
 
        margin-left:20px;
+
 
}
+
 
/*For sponsor part*/
+
 
#sponsorWrap{
+
/* Normal Text */
float:left;
+
 
width:1000px;
+
 
 +
.text{
 +
float:left;
 +
width:100%;
 +
margin:10px 0 0 0;
 +
padding: 4%;
 +
background-color: #ffffff;
 
border-style:solid;
 
border-style:solid;
border-color:#CCC;
+
border-color:#ececec;
 
border-width:1px;
 
border-width:1px;
 +
        border-radius:3px;
 +
font-size: 16px;
 
}
 
}
#sponsorHeader{
+
.text h1{
float:left;
+
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
width:1002px;
+
      font-size:32px;
height:80px;
+
      font-weight:bold;
margin-top:30px;
+
      color:#000000;
text-align:center;
+
      line-height:40px;
 +
      text-align:center;
 +
      padding:0px;
 +
}
 +
.text h2{
 +
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
        font-size:24px;
 
line-height:40px;
 
line-height:40px;
font-size:30px;
+
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
+
padding:0;
color:#F90;
+
        color:#000000;
border-bottom:solid #CCC 2px;
+
        text-align:center;
 
}
 
}
       
+
.text h3{
#sponsorPic{
+
font-family:"Charter Black", sans-serif;
float:left;
+
font-size:18px;
width:952px;
+
font-weight:bold;
height:500px;
+
line-height:38px;
padding:25px;
+
padding:0;
border-bottom:solid #CCC 2px;
+
margin-top:16px;
 +
color:#000000;
 +
        text-align:left;
 
}
 
}
.spPic{
+
.text h4{
float:left;
+
font-family:"Charter Black", sans-serif;
height:120px;
+
font-size:18px;
text-align:center;
+
        line-height:24px;
margin:6px;
+
padding:10px 0;
         padding-left:25px;
+
color:black;
 +
text-align:justify;
 +
        font-weight:bold;
 +
         margin-bottom: 0 !important;
 
}
 
}
.sponsors{
+
 
float:left;
+
.text h5{
width:982px;
+
font-family:"Charter Black", sans-serif;
height:260px;
+
font-size:18px;
margin-top:20px;
+
        line-height:24px;
padding:10px;
+
padding:10px 0;
border-bottom:solid #CCC 2px;
+
color:black;
}
+
.sponsors a{
+
display:block;
+
float:left;
+
width:240px;
+
height:240px;
+
margin-right:20px;
+
 
text-align:center;
 
text-align:center;
 +
        margin-bottom: 0 !important;
 
}
 
}
.sponsors h3{
+
 
display:block;
+
.text h6{
float:left;
+
font-family:"Charter Black", sans-serif;
width:690px;
+
font-size:16px;
margin-left:20px;
+
font-weight:bold;
font-family:Verdana, Geneva, sans-serif;
+
line-height:18px;
font-size:24px;
+
padding:0;
line-height:36px;
+
margin-top:16px;
color:#39F;
+
color:#000000;
 +
        text-align:left;
 
}
 
}
.sponsors p{
+
 
display:block;
+
.text p{
float:left;
+
margin:20px;
+
padding-right:50px;
+
width:632px;
+
font-family:Helvetica, Arial, sans-serif;
+
 
font-size:16px;
 
font-size:16px;
line-height:24px;
 
 
text-align:justify;
 
text-align:justify;
 
}
 
}
.links a{
+
 
display:none;
+
.text ul{
 +
font-size: 16px;
 +
list-style-type: circle !important;
 
}
 
}
/*For the acknowledge part*/
+
 
.ackn{
+
.text ol{
        float:left;
+
font-size: 16px;
        width:688px;
+
list-style-type: decimal;
 
}
 
}
.ackn img{
+
 
        display:block;
+
 
        float:left;
+
ol.ref {
width:120px;
+
    counter-reset: item;
margin-bottom:30px;
+
    list-style-type: none;
        padding:0 20px 0 20px;
+
    *list-style-type: decimal; /*Conditional hack for ie7*/
        border-radius:6%;
+
 
}
 
}
.ackn h3{
+
 
        display:block;
+
ol.ref li:before {
float:left;
+
    content: '[' counter(item, decimal) '. ';
width:520px;
+
    counter-increment: item;
height:36px;
+
 
}
 
}
.ackn p{
+
 
        display:block;
+
ol.ref { counter-reset: item; }
float:left;
+
ol.ref li:before { content: '[' counter(item, decimal) '] '; }
width:520px;
+
 
 +
 
 +
img.text {
 +
width:100%;
 
}
 
}
#ackn2 img{
+
 
        float:right;
+
.caption {
 +
margin:auto;
 +
display:block;
 +
width:80%;
 +
margin-top:16px;
 +
margin-bottom:16px;
 
}
 
}
#ackn3 p{
+
 
      width:688px;
+
 
 +
.photo {
 +
width:90%;
 +
margin:16px auto 16px auto;
 +
display: block;
 +
border-radius:4px;
 
}
 
}
#ackn5 img{
+
 
        float:right;
+
.poem {
 +
text-align:center !important;
 
}
 
}
#ackn7 img{
+
 
        float:right;
+
.poem p{
 +
text-align:center !important;
 
}
 
}
#ackn9 img{
+
 
        float:right;
+
 
 +
 
 +
.heading{
 +
float:left;
 +
  width:100%;
 +
margin:10px 0 0 0;
 +
padding: 4%;
 +
background-color: #ffffff;
 +
border-style:solid;
 +
border-color:#ececec;
 +
border-width:1px;
 +
        border-radius:3px;
 +
        font-size: 16px;
 
}
 
}
#ackn14 img{
+
.heading h1{
         float:right;
+
         font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
      font-size:32px;
 +
      font-weight:bold;
 +
      color:#000000;
 +
      line-height:40px;
 +
      text-align:center;
 +
      padding: 0px;
 +
      margin:0 0 !important;
 
}
 
}
#ackn10 p{
+
.heading h2{
      width:688px;
+
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
  font-size:20px;
 +
line-height:32px;
 +
font-weight:bold;
 +
padding:0;
 +
margin-top:16px;
 +
        color:#034996;
 +
        text-align:left;
 
}
 
}
#ackn11 p{
+
.heading h3{
      width:688px;
+
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
font-weight:bold;
 +
line-height:38px;
 +
padding:0;
 +
margin-top:16px;
 +
color:#034996;
 +
        text-align:left;
 
}
 
}
#ackn15 p{
+
.heading h4{
      width:688px;
+
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
        line-height:24px;
 +
padding:10px 0;
 +
color:black;
 +
text-align:justify;
 +
        font-weight:bold;
 
}
 
}
/*For protocol part*/
+
 
/*For the overview page*/
+
 
#OverviewTitle{
+
 
        text-align:center;
+
.member{
         font-size:36px;
+
float:left;
        padding:30px 0 0 0;
+
width:100%;
 +
height:100%;
 +
margin:0 0 10px 0;
 +
padding:8px 0 8px 0;
 +
background-color: #ffffff;
 +
border-style:solid;
 +
border-color:#ececec;
 +
border-width:1px;
 +
         border-radius:3px;
 +
font-size: 14px;
 +
align-items: stretch
 
}
 
}
.linkButton{
+
 
        display:block;
+
.member h2{
        float:right;
+
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
         position:relative;
+
  font-size:20px;
         bottom:10px;
+
line-height:340px;
 +
font-weight:bold;
 +
padding:0;
 +
margin-top:16px;
 +
         color:#034996;
 +
         text-align:left;
 
}
 
}
#empty{
+
 
        background-color:#F7F7F7;
+
.member h3{
 +
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
font-weight:bold;
 +
line-height:20px;
 +
padding:0;
 +
margin-top:14px;
 +
color:#000000;
 +
        text-align:center;
 
}
 
}
#protocolOverview{
+
.member h4{
float:left;
+
font-family:"Charter Black", sans-serif;
width:1002px;
+
font-size:14px;
 +
color:black;
 +
text-align:justify;
 +
        font-weight:bold;
 +
        margin-bottom: 0 !important;
 +
        padding:0;
 
}
 
}
.pro_sub{
+
 
float:left;
+
.member h5{
width:280px;
+
font-family:"Charter Black", sans-serif;
height:250px;
+
font-size:14px;
margin:12px;
+
         line-height:24px;
padding:15px;
+
padding:10px 0;
        background-color:#e7e7e7;
+
color:black;
        border-radius:10px;
+
       
+
}
+
.pro_sub h4 a{
+
        display:block;
+
      font-family:Verdana, Geneva, sans-serif;
+
font-size:22px;
+
         line-height:26px;
+
        color:#F90;
+
 
text-align:center;
 
text-align:center;
padding:10px;
+
        margin-bottom: 0 !important;
 
}
 
}
.pro_sub ul li a{
+
 
        display:block;
+
.member h6{
font-family:Arial, Helvetica, sans-serif;
+
font-family:"Charter Black", sans-serif;
font-size:16px;
+
font-size:14px;
        font-size:16px;
+
font-weight:bold;
color:#000;
+
line-height:18px;
padding:5px 15px 5px 5px;
+
padding:0;
 +
margin-top:16px;
 +
color:#000000;
 +
        text-align:left;
 
}
 
}
.pro_sub a:hover{
+
 
color:#F90;
+
.member p{
 +
font-size:14px;
 +
text-align:justify;
 
}
 
}
.figure{
+
 
        font-size:14px;
+
.member ul{
        color:#5b686a;
+
font-size: 14px;
        line-height:110%;
+
list-style-type: circle !important;
        padding:0 30px;
+
 
}
 
}
#pic img{
+
 
        vertical-align: top;
+
.member img {
 +
width:100%;
 +
border-radius:4px;
  
 
}
 
}
/*end of the Overview page*/
 
  
.proLP{
 
float:left;
 
width:218px;
 
margin:15px 15px;
 
background-color:transparent;
 
border-right-style:solid;
 
border-width:2px;
 
border-color:#CCC;
 
  
 +
.member hr {
 +
margin-top:10px;
 +
margin-bottom:10px;
 
}
 
}
.proLP h3{
+
 
  font:"Trebuchet MS", Arial, Helvetica, sans-serif;
+
.supervisor {
font-size:24px;
+
background-color: #f1f7f9;
color:#000;
+
padding:10px;
+
text-align:center;
+
 
}
 
}
.proLP h4 a{
+
 
        display:block;
+
.supervisor hr {
font:Geneva, Arial, Helvetica, sans-serif;
+
background-color:#000000;
font-size:18px;
+
color:#000;
+
        text-decoration:underline;
+
}
+
#protocol ul li a{
+
        display:block;
+
font:Geneva, Arial, Helvetica, sans-serif;
+
font-size:15px;
+
color:#f88005;
+
}
+
.proLP ul li{
+
        display:block;
+
padding:5px 25px 5px 0px;
+
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
font-size:16px;
+
line-height:28px;
+
 
}
 
}
  
.proLP ul li a{
+
 
color:#F88005;
+
 
 +
 
 +
 
 +
 
 +
@media (min-width: 768px) {
 +
.row-eq-height {
 +
  display: -webkit-box;
 +
  display: -webkit-flex;
 +
  display: -ms-flexbox;
 +
  display:        flex;
 +
margin-bottom:20px;
 
}
 
}
.proLP ul li ul li{
 
        display:block;
 
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
font-size:14px;
 
        padding-left:20px;
 
line-height:24px;
 
}
 
.proLP ul li ul li a{
 
        color:black;
 
 
}
 
}
  
.proLP ul li ul li ul li{
 
        display:block;
 
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
font-size:13px;
 
line-height:24px;
 
}
 
  
.proRP{
+
 
float:left;
+
 
width:690px;
+
 
margin:15px 0 30px 0;
+
 
padding:30px;
+
 
background-color:transparent;
+
.box{
 +
float:left;
 +
width:100%;
 +
height:100%;
 +
margin:0 0 10px 0;
 +
padding:10px;
 +
background-color: #ffffff;
 
border-style:solid;
 
border-style:solid;
border-color:#CCC;
+
border-color:#ececec;
 
border-width:1px;
 
border-width:1px;
         border-radius:4px;
+
         border-radius:3px;
 +
font-size: 14px;
 +
align-items: stretch
 
}
 
}
.proRP h1{
+
 
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
+
.box h2{
      font-size:30px;
+
      font-weight:bold;
+
      color:#F88005;
+
      line-height:40px;
+
      text-align:left;
+
      padding:10px;
+
}
+
.proRP h2{
+
 
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-size:20px;
+
font-family:"Charter Black", sans-serif;
line-height:36px;
+
font-size:24px;
 +
font-weight:bold;
 +
line-height:48px;
 
padding:0;
 
padding:0;
        color:#039648;
+
margin-top:14px;
         text-align:left;
+
color:#000000;
 +
         text-align:center;
 +
 
 
}
 
}
.proRP h3{
+
 
 +
.box h3{
 
font-family:"Charter Black", sans-serif;
 
font-family:"Charter Black", sans-serif;
 
font-size:18px;
 
font-size:18px;
padding:5px 0;
+
font-weight:bold;
color:#BF2F15;
+
line-height:20px;
         text-align:left;
+
padding:0;
 +
margin-top:14px;
 +
color:#000000;
 +
         text-align:center;
 
}
 
}
.proRP h4{
+
.box h4{
 
font-family:"Charter Black", sans-serif;
 
font-family:"Charter Black", sans-serif;
font-size:18px;
+
font-size:14px;
        line-height:24px;
+
padding:10px 0;
+
 
color:black;
 
color:black;
 
text-align:justify;
 
text-align:justify;
 
         font-weight:bold;
 
         font-weight:bold;
 +
        margin-bottom: 0 !important;
 +
        padding:0;
 
}
 
}
  
.proRP p{
+
.box h5{
font-size:16px;
+
font-family:"Charter Black", sans-serif;
text-align:justify;
+
font-size:14px;
 +
        line-height:24px;
 +
padding:10px 0;
 +
color:black;
 +
text-align:center;
 +
        margin-bottom: 0 !important;
 
}
 
}
#humanPractice img{
+
 
         border-radius:8%;
+
.box h6{
 +
font-family:"Charter Black", sans-serif;
 +
font-size:14px;
 +
font-weight:bold;
 +
line-height:18px;
 +
padding:0;
 +
margin-top:16px;
 +
color:#000000;
 +
         text-align:left;
 
}
 
}
#protocol  ul li:hover{
+
 
         background-color:#DFDFDF;
+
 
         border-radius:4px;
+
 
 +
.box:hover {
 +
         border-color:#000000 !important;
 +
         border: 2px solid;
 +
        padding: 9px;
 +
     
 
}
 
}
  
/*For the achievement part */
+
 
#achv{
+
 
float:left;
+
.box p{
margin:10px 0;
+
font-size:14px;
        padding:40px;
+
text-align:justify;
width:922px;
+
font-weight: normal !important;
         border:solid 1px #CCCCCC;
+
         color: #000000;
        border-radius:5px;
+
 
}
 
}
#achv h1{
+
 
font:30px Helvetica,sans-serif;
+
.box ul{
color:#BF2F15;
+
font-size: 20px;
 +
line-height:48px;
 +
list-style-type: square !important;
 +
font-weight: normal !important;
 +
        color: #000000 !important;
 
}
 
}
#achv h2{
+
 
      font:30px;
+
.box img {
 +
width:100%;
 +
border-radius:4px;
 +
 
 
}
 
}
#achv p{
+
 
        text-align:justify;
+
 
        padding-left:25px;
+
.box hr {
}
+
margin-top:10px;
#achv_img1{
+
margin-bottom:10px;
        float: left;
+
        height:400px;
+
        width:200px;
+
}
+
#achv_p1{
+
        float: left;
+
        width:690px;
+
border-bottom-style:solid;
+
border-bottom-color:#CCC;
+
border-bottom-width:1px;
+
}
+
#achv_img2{
+
        float: right;
+
        height:400px;
+
        width:200px;
+
}
+
#achv_p2{
+
        float: left;
+
        height:360px;
+
        width:690px;
+
border-bottom-style:solid;
+
border-bottom-color:#CCC;
+
border-bottom-width:1px;
+
}
+
#achv_img3{
+
        float: left;
+
        height:400px;
+
        width:200px;
+
}
+
#achv_p3{
+
        float: left;
+
        height:399px;
+
        width:690px;
+
border-bottom-style:solid;
+
border-bottom-color:#CCC;
+
border-bottom-width:1px;
+
}
+
#Achieve a{
+
        color:black;
+
}
+
/*For the gallery*/
+
.gallery_single_part{
+
        float:left;
+
        width:650px;
+
}
+
.gallery li{
+
        display:block;
+
        float:left;
+
        width:120px;
+
        margin:15px;
+
        border:5px solid #eee;
+
 
}
 
}
 +
 +
  
 
/*For each overview part*/
 
/*For each overview part*/
Line 1,068: Line 1,226:
 
         font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
 
         font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
 
         padding:10px 0;
 
         padding:10px 0;
         color:#f88005;
+
         color:#034996;
 
}
 
}
 
.note_three a{
 
.note_three a{
         color:#f88005;
+
         color:#034996;
  
 
}
 
}
Line 1,144: Line 1,302:
 
         font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
 
         font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
 
         padding:10px 0;
 
         padding:10px 0;
         color:#f88005;
+
         color:#034996;
 
}
 
}
 
.note_sthree a{
 
.note_sthree a{
         color:#f88005;
+
         color:#034996;
  
 
}
 
}
Line 1,168: Line 1,326:
 
#Presentation{
 
#Presentation{
 
         float:left;
 
         float:left;
         width:690px;
+
         /*width:690px;*/
 
}
 
}
 
.pres{
 
.pres{
Line 1,195: Line 1,353:
 
.table1 th,  .table1 td{
 
.table1 th,  .table1 td{
 
   font-size:1em;
 
   font-size:1em;
   border:1px solid #98bf21;
+
   border:1px solid #2EBAFF;
 
   padding:3px 7px 2px 7px;
 
   padding:3px 7px 2px 7px;
 
}
 
}
Line 1,203: Line 1,361:
 
           padding-top:5px;
 
           padding-top:5px;
 
           padding-bottom:4px;
 
           padding-bottom:4px;
           background-color:#A7C942;
+
           background-color:#2EBAFF;
 
           color:#ffffff;
 
           color:#ffffff;
 
}
 
}
 
.table1 tr:nth-child(odd){
 
.table1 tr:nth-child(odd){
           background-color:#EAF2D3;
+
           background-color:#DFF5FF;
 
}
 
}
 
.table2{
 
.table2{
Line 1,219: Line 1,377:
  
 
}
 
}
/* social media boxes */
+
 
.fblike iframe {
+
 
    width: 100px ;
+
/*LAYOUT */
}
+
.column  {
/* YouTube player */
+
padding: 10px 0px;
#player {
+
float:left;
    width: 348px;
+
background-color:white;
    height: 240px;
+
}
    overflow: hidden;
+
 
    background: gray;
+
.full_size {
    position: absolute;
+
width:100%;
    border: solid 2px gray;
+
}
 +
 
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 
 +
 
 +
.clear {
 +
clear:both;
 +
}
 +
 
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
.judges-will-not-evaluate {
 +
border: 4px solid #72c9b6;
 +
display: block;
 +
margin: 5px 15px;
 +
width: 95%;
 +
font-weight:bold;
 +
}
 +
 
 +
ul#accordion.accordion {
 +
margin-left:0;
 
}
 
}
 +
  
 
</style>
 
</style>
<div id="globalWrapper">
+
<!-- ***************************************************************************************************************** -->
  
<!-- header box-->
 
<div id="header">
 
<div id="headerPic">
 
        <div id="teamLogo"><a href="https://2014.igem.org/Team:Goettingen"><img src="https://static.igem.org/mediawiki/2014/8/82/THUMBNAIL-Goettingen_team_logo.png" height="160" width="200"/></a></div>
 
                <div id="uniLogo"><a href="http://www.uni-goettingen.de/en/1.html" target="_blank"><img src="https://static.igem.org/mediawiki/2014/f/fd/Goettingen_uni_logo0.png" height="60" /></a></div>
 
                <div id="igemLogo"><a href="https://2014.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/b/ba/Goettingen_official_logo.png" height="50" width="60" /></a></div>
 
                </div>
 
                <!--close the headerPic block-->
 
<div id="headerNavi">
 
        <div id="menuBar">
 
<ul>
 
        <li><a href="/Team:Goettingen">Home</a></li>
 
  
  
<li><font color="white">Team ▾</font></a>
 
                    <div class="wrap">
 
                <ul>
 
<li> <a href=" https://2016.igem.org/Team:Goettingen/Team"> Team  </a> </li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Collaborations">★  Collaborations </a> </li>
 
  
                        </div>
 
  
  
<li><font color="white">Project ▾</font></a>
+
 
                    <div class="wrap">
+
 
                <ul>
+
<!-- *************************************************** HTML PART ************************************************** -->
<li> <a href="https://2016.igem.org/Team:Goettingen/Description"> ★  Description </a></li>
+
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Design"> ★ Design </a></li>
+
 
 +
<head>
 +
 
 +
<!-- important to fit the page on mobile displays -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
 +
 
 +
<!--  Bootstrap CSS-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:Goettingen/bootstrap_css?action=raw&ctype=text/css">
 +
 
 +
<!--  Bootstrap Javascript-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:Goettingen/bootstrap_js?action=raw&ctype=text/javascript"></script>
 +
 
 +
 
 +
<!--  Plyr css-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:Goettingen/plyr_css?action=raw&ctype=text/css">
 +
 
 +
<!--  Fontawesome CSS-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:Goettingen/CSS_fontawesome?action=raw&ctype=text/css">
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div-class="row">
 +
<div class="col-md12">
 +
<a href="https://2016.igem.org/Team:Goettingen"> <img style="width:100%;" src="https://static.igem.org/mediawiki/2016/f/fd/T--Goettingen--Header.png" /> </a>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
<nav class="navbar navbar-inverse">
 +
  <div class="container-fluid">
 +
    <!-- Brand and toggle get grouped for better mobile display -->
 +
    <div class="navbar-header">
 +
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
 +
        <span class="sr-only">Toggle navigation</span>
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>
 +
      </button>
 +
    </div>
 +
 
 +
    <!-- Collect the nav links, forms, and other content for toggling -->
 +
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 +
      <ul class="nav navbar-nav">
 +
 
 +
        <li><a href="https://2016.igem.org/Team:Goettingen">Home</a></li>
 +
       
 +
 
 +
 
 +
 
 +
        <li class="dropdown">
 +
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team <span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
<li> <a href=" https://2016.igem.org/Team:Goettingen/Team"> Team  </a> </li>
 +
<li> <a href="https://2016.igem.org/Team:Goettingen/Collaborations"> Collaborations </a> </li>
 +
          </ul>
 +
        </li>
 +
 
 +
 
 +
        <li class="dropdown">
 +
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
<li> <a href="https://2016.igem.org/Team:Goettingen/Description"> Description </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Experiments"> Experiments </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Experiments"> Experiments </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Proof"> Proof of Concept </a></li>
+
<li> <a href="https://2016.igem.org/Team:Goettingen/Proof"> Proof of Concept </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Demonstrate"> ★ Demonstrate </a></li>
+
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Notebook"> Notebook </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Notebook"> Notebook </a></li>
                        </div>
+
          </ul>
 +
        </li>
  
 +
     
  
<li><font color="white">Parts </font></a>
+
 
                    <div class="wrap">
+
<li class="dropdown">
                <ul>
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Parts <span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Parts">Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Parts">Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Basic_Part"> Basic Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Goettingen/Basic_Part"> Basic Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Composite_Part"> ★ Composite Parts </a></li>
+
          </ul>
<li> <a href="https://2016.igem.org/Team:Goettingen/Part_Collection"> ★ Part Collection </a></li>
+
        </li>
                        </div>
+
 
               
+
 
                <li><a href="https://2016.igem.org/Team:Goettingen/Safety">Safety</a></li>
+
 
             
+
 
<li><a href="https://2016.igem.org/Team:Goettingen/Attributions">Attributions</a></li>
+
 
 +
        <li><a href="https://2016.igem.org/Team:Goettingen/Safety">Safety</a></li>
 +
 
 +
 
 +
        <li><a href="https://2016.igem.org/Team:Goettingen/Attributions">Attributions</a></li>
 +
 +
 
  
<li><font color="white">Human Practices </font></a>
+
        <li class="dropdown">
                    <div class="wrap">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Human Practices <span class="caret"></span></a>
                <ul>
+
          <ul class="dropdown-menu">
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Human_Practices"> Human Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Human_Practices"> Human Practices </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/HP/Silver">★ Silver </a></li>
+
<li> <a href="https://2016.igem.org/Team:Goettingen/HP/Silver"> HP on the Road </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/HP/Gold">★ Gold </a></li>
+
<li> <a href="https://2016.igem.org/Team:Goettingen/HP/Gold"> HP on the Web </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Integrated_Practices"> ★ Integrated Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Goettingen/Engagement"> Engagement </a></li>
<li> <a href="https://2016.igem.org/Team:Goettingen/Engagement">★ Engagement </a></li>
+
          </ul>
                        </div>
+
        </li>
  
<li><font color="white">Awards ▾</font></a>
 
                    <div class="wrap">
 
                <ul>
 
<li><a href="https://2016.igem.org/Team:Goettingen/Entrepreneurship"> ★ Entrepreneurship </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Hardware"> ★ Hardware </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Software">★ Software </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Measurement">★  Measurement </a></li>
 
<li> <a href="https://2016.igem.org/Team:Goettingen/Model">★ Model </a></li>
 
                        </div>
 
  
 +
 +
    </div><!-- /.navbar-collapse -->
 +
  </div><!-- /.container-fluid -->
 +
</nav>
 +
 +
 +
 +
 +
 +
 +
 +
<!--*********** INLINE JAVASCRIPT *********** -->
 +
 +
 +
<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>
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!--************************************* -->
 +
 +
 +
 +
 +
 +
 +
 +
 +
</body>
  
  
  
 
     
 
        </div>
 
 
</html>
 
</html>

Latest revision as of 17:49, 19 October 2016