Difference between revisions of "Template:DTU-Denmark"

 
(69 intermediate revisions by the same user not shown)
Line 50: Line 50:
 
           $('nav').addClass('black');
 
           $('nav').addClass('black');
 
         }else {
 
         }else {
 +
if($(window).width()>1200){
 
           $('nav').removeClass('black');
 
           $('nav').removeClass('black');
 +
}
 
         }
 
         }
 
       })
 
       })
Line 127: Line 129:
  
 
$(document).ready(function() {
 
$(document).ready(function() {
   if ($(window).width()< 800 || isMobileDevice()) {
+
   if ($(window).width()< 850 ) {
 
     //if the window is less than 700 wide then turn on footer as coloumn.
 
     //if the window is less than 700 wide then turn on footer as coloumn.
 
smallscreennavbar();
 
smallscreennavbar();
Line 133: Line 135:
 
   } else {
 
   } else {
 
     largescreennavbar();
 
     largescreennavbar();
 +
}
 +
 +
if ($(window).width() < 1070) {
 +
    //if the window is less than 700 wide then turn on footer as coloumn.
 +
$('nav').addClass('black');
 +
 +
  } else {
 +
    $('nav').removeClass('black');
 
}
 
}
 
});
 
});
  
function isMobileDevice() {
 
    return (typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1);
 
};
 
  
 
$(window).resize(function() {
 
$(window).resize(function() {
 
   windowsize = $(window).width();
 
   windowsize = $(window).width();
   if (windowsize < 800 ) {
+
   if (windowsize < 850 ) {
 
     //if the window is less than 700 wide then turn on footer as coloumn.
 
     //if the window is less than 700 wide then turn on footer as coloumn.
 
smallscreennavbar();
 
smallscreennavbar();
Line 148: Line 155:
 
   } else {
 
   } else {
 
     largescreennavbar();
 
     largescreennavbar();
 +
}
 +
 +
  if (windowsize < 1070) {
 +
    //if the window is less than 700 wide then turn on footer as coloumn.
 +
$('nav').addClass('black');
 +
 +
  } else {
 +
    $('nav').removeClass('black');
 
}
 
}
 
});
 
});
 +
 +
 +
  
 
function smallscreennavbar() {
 
function smallscreennavbar() {
Line 176: Line 194:
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
</script>
 
</script>
 
 
 
<style>
 
<style>
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 190: Line 206:
 
     height: 100%;
 
     height: 100%;
 
}
 
}
 
+
#globalWrapper{padding-bottom: 0px;font-size:127%;}
 
body{
 
body{
 
     display: flex;
 
     display: flex;
Line 202: Line 218:
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
body {background-color:white; }
 
body {background-color:white; }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#bodyContent{}
 +
 
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
 
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
 
 
Line 212: Line 229:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
+
 
  
 
/*mobile menu bar styling*/
 
/*mobile menu bar styling*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
 
/*mobile menu bar styling*/
 
/*mobile menu bar styling*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 
#mobiletopnav{
 
#mobiletopnav{
 
+
z-index:20;
 +
top:15px;
 
}
 
}
  
Line 231: Line 283:
 
z-index:3;
 
z-index:3;
 
}
 
}
 +
 +
p {margin:0px !important;}
  
 
.topsubnav {
 
.topsubnav {
Line 274: Line 328:
  
  
.igem_2018_team_menu.displaying_menu{
+
.igem_2019_team_menu.displaying_menu{
 
display:block;
 
display:block;
 
}
 
}
  
 
 
.igem_2018_team_menu.non_displaying_menu{
+
.igem_2019_team_menu.non_displaying_menu{
 
display:none;
 
display:none;
 
}
 
}
Line 324: Line 378:
  
 
.grey{
 
.grey{
   background-image: linear-gradient(to bottom right, rgba(89, 89, 99, .94), rgba(79, 79, 89, 1)), url(https://static.igem.org/mediawiki/2019/1/1f/T--DTU-Denmark--vectorim.png);
+
   background-image: linear-gradient(to bottom right, rgb(10, 10, 10), rgb(49, 49, 49)), url(https://static.igem.org/mediawiki/2019/1/1f/T--DTU-Denmark--vectorim.png);
 
}
 
}
  
Line 511: Line 565:
 
   margin-top: 25px;
 
   margin-top: 25px;
 
   line-height: none;
 
   line-height: none;
   font-size: 18px;
+
   font-size: 17px;
 
   color: white;
 
   color: white;
 
   padding: 5px 15px;
 
   padding: 5px 15px;
Line 519: Line 573:
 
   text-shadow: 0 0 4px #000;
 
   text-shadow: 0 0 4px #000;
 
}
 
}
 +
 +
 +
@media screen and (max-width: 920px) {
 +
    nav ul li{font-size:13.8px;}
 +
}
 +
 +
 
nav ul li a{
 
nav ul li a{
 
   color: white;
 
   color: white;
Line 595: Line 656:
 
/*size for title h tags
 
/*size for title h tags
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
 
.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 h2 { font-size: 190%;margin-bottom:25px;}
 
.igem_2019_team_content .igem_2019_team_column_wrapper h3 { font-size: 170%;}
 
.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: 160%;}
 
.igem_2019_team_content .igem_2019_team_column_wrapper h4 { font-size: 160%;}
Line 650: Line 711:
 
/* Table tag*/
 
/* Table tag*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
border: 1px solid #635d5d;  
+
border-bottom: 1px solid #635d5d;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 130%;
 
font-size: 130%;
 
width: 100%;  
 
width: 100%;  
 +
margin-bottom: 20px;
 +
    margin-top: 15px;
 
}
 
}
  
 
/* table cells */
 
/* table cells */
 
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
border: 1px solid #cecece;
+
 
border-collapse: collapse;
+
font-size: 105%;
+
 
padding: 10px;
 
padding: 10px;
 
vertical-align: text-top;  
 
vertical-align: text-top;  
Line 667: Line 728:
 
/* table headers */
 
/* table headers */
 
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
background-color:#cecece;
+
border: 1px solid #635d5d;
+
 
border-collapse: collapse;  
 
border-collapse: collapse;  
font-size: 110%;
+
 
padding: 10px;  
 
padding: 10px;  
 
vertical-align: text-top;  
 
vertical-align: text-top;  
Line 822: Line 882:
 
@media only screen and (max-width: 1800px) {
 
@media only screen and (max-width: 1800px) {
 
/*.igem_2019_team_content { width: 85%;}*/
 
/*.igem_2019_team_content { width: 85%;}*/
.igem_2019_team_menu {display:block;}
+
 
}
 
}
  
Line 828: Line 888:
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 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;}
+
 
}
 
}
  
Line 839: Line 897:
 
.igem_2019_team_content {width:100%; margin-left:0px;}
 
.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_mobile_bar {display:block;}
Line 850: Line 908:
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 850px) {
 
@media only screen and (max-width: 850px) {
.igem_2019_team_menu {width:40%;}
+
}
+
  
 
/*500px  */
 
/*500px  */
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 500px) {
 
@media only screen and (max-width: 500px) {
.igem_2019_team_menu {min-width:100%;width:100%;}
+
 
}
 
}
  
Line 862: Line 919:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
#top_menu_under{height:0px;}
+
 
#globalWrapper{padding-bottom: 0px;}
+
 
 
li.clearfix{
 
li.clearfix{
 
list-style-type:none;
 
list-style-type:none;
 +
}
 +
 +
#mw-content-text p {
 +
margin: 0 0 0px !important;
 
}
 
}
  
Line 877: Line 938:
 
<head>  
 
<head>  
  
<!-- This tells the browser that your page is responsive -->
+
<!-- This tells the browser that your page is responsive-->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,700">
+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,700">  
 
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
 
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
 +
<!--<link rel="stylesheet" type="text/css" href="https://2019.igem.org/Template:DTU-Denmark/jquerymin?family=Roboto+Slab:300,400,500,700">-->
  
<meta name="viewport" content="width=device-width, initial-scale=1">  
+
 
 +
<link rel="stylesheet" type="text/css" href="Template:DTU-Denmark/fontCSS?action=raw&ctype=text/css&family">
 +
<script type="text/javascript" src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  
 
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
 
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
 +
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  
  
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+
<meta name="viewport" content="width=device-width, initial-scale=1">  
 +
 
  
  
Line 899: Line 965:
  
 
<body>
 
<body>
 
+
  <nav class="igem_2019_team_menu displaying_menu" style="z-index:20;">
 
+
 
+
 
+
 
+
    <nav class="igem_2019_team_menu displaying_menu">
+
 
       <div class="logo">
 
       <div class="logo">
 
         <a href="https://2019.igem.org/Team:DTU-Denmark"><img src="https://static.igem.org/mediawiki/2019/f/fe/T--DTU-Denmark--happylogotemp.png" alt="logo"></a>
 
         <a href="https://2019.igem.org/Team:DTU-Denmark"><img src="https://static.igem.org/mediawiki/2019/f/fe/T--DTU-Denmark--happylogotemp.png" alt="logo"></a>
Line 912: Line 973:
 
       </div>
 
       </div>
 
       <ul id='menu'>
 
       <ul id='menu'>
          
+
         <li class="dropdown">
        
+
       <a href="https://2019.igem.org/Team:DTU-Denmark/Awards" class="dropbtn"><img src="https://static.igem.org/mediawiki/2019/c/c0/T--DTU-Denmark--medallogo.svg" style="height:30px;" alt="Awards"></a>
 
+
</li>
 
           <li class="dropdown">
 
           <li class="dropdown">
 
               <a href="https://2019.igem.org/Team:DTU-Denmark/Description" class="dropbtn">Project</a>
 
               <a href="https://2019.igem.org/Team:DTU-Denmark/Description" class="dropbtn">Project</a>
Line 920: Line 981:
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Description">Description</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Description">Description</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Design">Design</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Design">Design</a>
 +
<a  style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Promoter">Promoter Design</a>
 +
<a  style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Plasmid">Vector Design</a>
 +
<a  style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Measurement">Measurement Design</a>
 +
 +
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Results">Results</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Results">Results</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Demonstrate">Demonstrate</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Demonstrate">Demonstrate</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Safety">Safety</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Safety">Safety</a>
                <a href="https://2019.igem.org/Team:DTU-Denmark/Collaborations">Collaboration</a>
+
         
                <a href="https://2019.igem.org/Team:DTU-Denmark/Entrepreneurship">Entrepeneurship</a>
+
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution">Characterization</a>
                <a href="https://2019.igem.org/Team:DTU-Denmark/Plant">Plant</a>
+
                <a href="https://2019.igem.org/Team:DTU-Denmark/Measurement">Measurement</a>
+
                <a href="https://2019.igem.org/Team:DTU-Denmark/Improve">Improve</a>
+
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution">Contribution</a>
+
 
               </div>
 
               </div>
 
             </li>
 
             </li>
Line 967: Line 1,029:
 
               <div class="dropdown-content">
 
               <div class="dropdown-content">
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Team">Team Members</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Team">Team Members</a>
 +
      <a href="https://2019.igem.org/Team:DTU-Denmark/Collaborations">Collaboration</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Attributions">Attributions</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Attributions">Attributions</a>
 
            
 
            
Line 974: Line 1,037:
 
          
 
          
 
         <li class="dropdown">
 
         <li class="dropdown">
               <a href="https://2019.igem.org/Team:DTU-Denmark/Human_Practices" class="dropbtn">Human Practices</a>
+
               <a href="https://2019.igem.org/Team:DTU-Denmark/Integrated_Human_Practices" class="dropbtn">Human Practices</a>
 
               <div class="dropdown-content">
 
               <div class="dropdown-content">
 +
<a href="https://2019.igem.org/Team:DTU-Denmark/Integrated_Human_Practices">Integrated Human Practices</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Human_Practices">Human Practices</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Human_Practices">Human Practices</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Public_Engagement">Education and Engagement</a>
 
                 <a href="https://2019.igem.org/Team:DTU-Denmark/Public_Engagement">Education and Engagement</a>
Line 992: Line 1,056:
 
<!-- Top Navigation Menu -->
 
<!-- Top Navigation Menu -->
 
<div id="mobiletopnav" class="topnav">
 
<div id="mobiletopnav" class="topnav">
   <a href="https://2019.igem.org/Team:DTU-Denmark" class="activeMM" >Hyphae Hackers</a>
+
   <a href="https://2019.igem.org/Team:DTU-Denmark" class="activeMM" >LEAP</a>
 
    
 
    
 
   <div id="myLinks">
 
   <div id="myLinks">
Line 1,001: Line 1,065:
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Description">Description</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Description">Description</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Design">Design</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Design">Design</a>
    <a https://2019.igem.org/Team:DTU-Denmark/Results">Results</a>
+
<a style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Promoter">Promoter Design</a>
 +
<a  style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Plasmid">Vector Design</a>
 +
<a  style="padding-left:2em" href="https://2019.igem.org/Team:DTU-Denmark/Design_Measurement">Measurement Design</a>
  
<!-- <a style="padding-left:2em" href="https://2018.igem.org/Team:DTU-Denmark/Results-choosing-organism">Choice of Organism</a>
+
    <a href="https://2019.igem.org/Team:DTU-Denmark/Results">Results</a>
<a  style="padding-left:2em" href="https://2018.igem.org/Team:DTU-Denmark/Results-amilCP">amilCP Expression</a>
+
<a  style="padding-left:2em" href="https://2018.igem.org/Team:DTU-Denmark/Results-melA">melA Expression</a>
+
<a  style="padding-left:2em" href="https://2018.igem.org/Team:DTU-Denmark/Results-NAT-1">nat1 Expression</a>
+
  
<a  style="padding-left:2em" href="https://2018.igem.org/Team:DTU-Denmark/Ganoderma-protoplastation">Ganoderma Protoplastation</a> -->
 
  
  
    <a href="https://2019.igem.org/Team:DTU-Denmark/Demonstrate">Demonstrate</a>
 
    <a href="https://2019.igem.org/Team:DTU-Denmark/Collaborations">Collaborations</a>
 
  
<a href="https://2019.igem.org/Team:DTU-Denmark/Entrepreneurship">Entrepreneurship</a>
+
     <a href="https://2019.igem.org/Team:DTU-Denmark/Demonstrate">Demonstrate</a>
     <a href="https://2019.igem.org/Team:DTU-Denmark/Plant">Plant</a>
+
<a href="https://2019.igem.org/Team:DTU-Denmark/Measurement">Measurement</a>
+
     <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution">Characterization</a>
    <a href="https://2019.igem.org/Team:DTU-Denmark/Improve">Improve</a>
+
     <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution">Contribution</a>
+
 
     </div>
 
     </div>
 
      
 
      
Line 1,051: Line 1,109:
 
   </a><div id="myLinks5" class="topsubnav">
 
   </a><div id="myLinks5" class="topsubnav">
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Team">Team Members</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Team">Team Members</a>
 +
  <a href="https://2019.igem.org/Team:DTU-Denmark/Collaborations">Collaborations</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Attributions">Attributions</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Attributions">Attributions</a>
 
     </div>
 
     </div>
Line 1,059: Line 1,118:
 
     Human Practices
 
     Human Practices
 
   </a><div id="myLinks6" class="topsubnav">
 
   </a><div id="myLinks6" class="topsubnav">
 +
<a href="https://2019.igem.org/Team:DTU-Denmark/Integrated_Human_Practices">Integrated Human Practices</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Human_Practices">Human Practices</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Human_Practices">Human Practices</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Public_Engagement">Education & Engagement</a>
 
     <a href="https://2019.igem.org/Team:DTU-Denmark/Public_Engagement">Education & Engagement</a>
Line 1,072: Line 1,132:
 
   </a>
 
   </a>
 
</div>
 
</div>
 
 
 
 
 
 
 
 
  
  
Line 1,087: Line 1,139:
  
  
<div class="igem_2019_team_content" style="overflow:unset">
+
<div class="igem_2019_team_content" style="overflow:unset; ">
 
<div class="igem_2019_team_column_wrapper" style="overflow:unset">
 
<div class="igem_2019_team_column_wrapper" style="overflow:unset">

Latest revision as of 00:46, 13 December 2019