(35 intermediate revisions by the same user not shown) | |||
Line 50: | Line 50: | ||
$('nav').addClass('black'); | $('nav').addClass('black'); | ||
}else { | }else { | ||
− | if($(window).width()> | + | if($(window).width()>1200){ |
$('nav').removeClass('black'); | $('nav').removeClass('black'); | ||
} | } | ||
Line 129: | Line 129: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | if ($(window).width()< | + | 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 137: | Line 137: | ||
} | } | ||
− | if ($(window).width() < | + | if ($(window).width() < 1070) { |
//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. | ||
$('nav').addClass('black'); | $('nav').addClass('black'); | ||
Line 149: | Line 149: | ||
$(window).resize(function() { | $(window).resize(function() { | ||
windowsize = $(window).width(); | windowsize = $(window).width(); | ||
− | if (windowsize < | + | 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 157: | Line 157: | ||
} | } | ||
− | if (windowsize < | + | if (windowsize < 1070) { |
//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. | ||
$('nav').addClass('black'); | $('nav').addClass('black'); | ||
Line 206: | Line 206: | ||
height: 100%; | height: 100%; | ||
} | } | ||
− | + | #globalWrapper{padding-bottom: 0px;font-size:127%;} | |
body{ | body{ | ||
display: flex; | display: flex; | ||
Line 219: | Line 219: | ||
body {background-color:white; } | body {background-color:white; } | ||
#bodyContent{} | #bodyContent{} | ||
− | + | ||
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;} | #bodyContent a[href ^="https://"], .link-https { padding-right:0px;} | ||
Line 229: | Line 229: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
− | + | ||
/*mobile menu bar styling*/ | /*mobile menu bar styling*/ | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
/*mobile menu bar styling*/ | /*mobile menu bar styling*/ | ||
Line 238: | Line 272: | ||
#mobiletopnav{ | #mobiletopnav{ | ||
z-index:20; | z-index:20; | ||
+ | top:15px; | ||
} | } | ||
Line 601: | Line 636: | ||
− | + | ||
Line 621: | 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 884: | Line 919: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
− | + | ||
− | + | ||
li.clearfix{ | li.clearfix{ | ||
list-style-type:none; | list-style-type:none; | ||
Line 903: | 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">--> | ||
− | + | ||
+ | <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> | ||
− | < | + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
+ | |||
Line 933: | 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 941: | 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/Contribution">Characterization</a> | |
− | <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution"> | + | |
</div> | </div> | ||
</li> | </li> | ||
Line 985: | 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 992: | Line 1,037: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a href="https://2019.igem.org/Team:DTU-Denmark/ | + | <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 1,019: | 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 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/Contribution">Characterization</a> | |
− | <a href="https://2019.igem.org/Team:DTU-Denmark/Contribution"> | + | |
</div> | </div> | ||
Line 1,065: | 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,073: | 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,093: | Line 1,139: | ||
− | <div class="igem_2019_team_content | + | <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