Difference between revisions of "Template:UNebraska-Lincoln"

 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<script>
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
  
$(document).ready(function() {
 
  
//remove the HQ_page id
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
$("#HQ_page").attr('id','');
+
<!--- THIS IS WHERE THE HTML BEGINS --->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  
//highlight current page on the menu
+
<head>
highlight_current_page_menu();
+
+
//accessing submenus
+
$(".menu_item").click(function(){
+
$(".submenu_control_icon", this).toggleClass("open");
+
$(this).next(".submenu").fadeToggle(400);
+
});
+
+
//mobile menu access
+
$(".igem_2019_team_mobile_bar").click(function(){
+
$(this).next().toggleClass("displaying_menu");
+
});
+
+
});
+
  
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
  
function highlight_current_page_menu() {
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
var page_url="https://2019.igem.org/";
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
page_url = page_url + wgPageName;
+
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
$("a[href$='"+ page_url +"']").children().addClass("current_page");
+
  <!-- Styles -->
+
  <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&amp;subset=latin-ext" rel="stylesheet">
//if the page is in a submenu, open the submenu and make the appropiate changes
+
  <link rel="stylesheet" type="text/css"
if( $( ".current_page" ).hasClass( "submenu_item" )){
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/bootstrap&action=raw&ctype=text/css" />
+
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
$(".current_page").parent().parent().fadeToggle(400);
+
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
$(".current_page").parent().parent().prev().addClass("current_page");
+
  <link rel="stylesheet" type="text/css"
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/footawesome-all&action=raw&ctype=text/css" />
+
  <link rel="stylesheet" type="text/css"  
}
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/magnific-popup&action=raw&ctype=text/css" />
}
+
  <link rel="stylesheet" type="text/css"
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/styles&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" type="text/css"  
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/swiper&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" type="text/css"  
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/ResetWiki&action=raw&ctype=text/css" />
 +
 
  
 +
</head>
  
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
<style>
</script>
+
  #top_title{
 +
        display: none;
 +
        }
 +
        body, p {
 +
color: #626262;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
}
  
 +
.p-large {
 +
font: 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
<style>
+
.p-small {
/**************************************************************************************************************************************************************************************************/
+
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
  
 +
.p-heading {
 +
margin-bottom: 3.875rem;
 +
}
  
 +
.li-space-lg li {
 +
margin-bottom: 0.25rem;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.indent {
/* DEFAULT WIKI SETTINGS */
+
padding-left: 1.25rem;
/**************************************************************************************************************************************************************************************************/
+
}
  
 +
h1 {
 +
color: #393939;
 +
font: 700 3rem/3.5rem "Raleway", sans-serif;
 +
}
  
#home_logo, #sideMenu { display:none; }
+
h2 {
#sideMenu, #top_title, .patrollink  {display:none;}
+
color: #393939;
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
font: 700 2.25rem/2.75rem "Raleway", sans-serif;
body {background-color:white; }
+
}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
+
+
.judges-will-not-evaluate { border: 4px solid #F42534; padding: 2% !important; width: 92%!important;}
+
  
 +
h3 {
 +
color: #393939;
 +
font: 700 1.75rem/2rem "Raleway", sans-serif;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
h4 {
/* MENU */
+
color: #393939;
/**************************************************************************************************************************************************************************************************/
+
font: 700 1.375rem/1.875rem "Raleway", sans-serif;
 +
}
  
/*wrapping for the menu*/
+
h5 {
.igem_2019_team_menu {
+
color: #393939;
background-color:#cecece;  
+
font: 700 1.125rem/1.625rem "Raleway", sans-serif;
border-left: 1px solid #635d5d;
+
}
float:right;
+
height:100vh;
+
max-width: 270px;
+
overflow-y: auto;
+
overflow-x: hidden;
+
padding:0px;
+
position:fixed;
+
right:0%;
+
text-align:left;
+
width: 15%;
+
}
+
  
/*controlling menu visibility*/
+
h6 {
.igem_2019_team_menu.displaying_menu{
+
color: #393939;
display:block;
+
font: 700 1rem/1.5rem "Raleway", sans-serif;
}
+
}
  
/*links in the menu*/
+
a {
.igem_2019_team_menu  a {
+
color: #626262;
color: #484848;
+
text-decoration: underline;
text-decoration:none;
+
}
}
+
  
/*images in the menu*/
+
a:hover {
.igem_2019_team_menu img {
+
color: #626262;
width:100%;
+
text-decoration: underline;
}
+
}
  
/*level 1 menu items*/
+
a.turquoise {
.igem_2019_team_menu .menu_item {
+
color: #00bfd8;
    background-color: #cecece;
+
}
    border-bottom: 1px solid #635d5d;
+
    clear: both;
+
color: #484848;
+
    cursor: pointer;
+
float: left;
+
    font-size: 120%;
+
    font-weight: bold;
+
    padding: 15px 0px 15px 5%;
+
  width: 100%;
+
}
+
  
/*level 1 menu items without submenus*/
+
a.white {
.igem_2019_team_menu .menu_item.direct_link {
+
color: #fff;
color: #484848;
+
}
padding-left: 15%;
+
}
+
+
/*level 1 menu items on hover*/
+
.igem_2019_team_menu .menu_item:hover {
+
background-color: #ecb656 !important;
+
}
+
  
/*icon for expanding and collapsing level 1 menut items*/
+
.testimonial-text {
.igem_2019_team_menu .menu_item .submenu_control_icon {
+
font: italic 400 1rem/1.5rem "Raleway", sans-serif;
color: #484848;
+
}
float: left;
+
width: 10%;
+
}
+
  
/* submenu icon  "-"*/
+
.testimonial-author {
.igem_2019_team_menu .menu_item .submenu_control_icon::before {
+
font: 700 1rem/1.5rem "Raleway", sans-serif;
content: "+";  
+
}
}
+
  
/* submenu icon  "-"*/
+
.turquoise {
.igem_2019_team_menu .menu_item .submenu_control_icon.open::before {
+
color: #00bfd8;
content: "-";  
+
}
}
+
  
+
.btn-solid-reg {
/*level 2 menu (submenu) wrapper*/
+
display: inline-block;
.igem_2019_team_menu .submenu{
+
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
background-color: #ececec;
+
border: 0.125rem solid #00bfd8;
clear:both;
+
border-radius: 2rem;
display:none;
+
background-color: #00bfd8;
float: left;
+
color: #fff;
width:100%;
+
font: 700 0.75rem/0 "Raleway", sans-serif;
}
+
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
/*level 2 menu (submenu) item*/
+
.btn-solid-reg:hover {
.igem_2019_team_menu .submenu .submenu_item {
+
background-color: transparent;
border-bottom: 1px solid #cecece;
+
color: #00bfd8;
  color: #635d5d;
+
text-decoration: none;
    height: 30px;
+
}
  float: left;
+
    font-size: 110%;
+
font-weight: bold;
+
    padding: 12px 0px 0px 15%;
+
    width: 100%;
+
}
+
  
/*level 2 menu (submenu) items on hover*/
+
.btn-solid-lg {
.igem_2019_team_menu .submenu .submenu_item:hover {
+
display: inline-block;
background-color: #ecb656 !important;
+
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
}
+
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
/*color for highlighting current page on the wiki*/
+
.btn-solid-lg:hover {
.igem_2019_team_menu .submenu .submenu_item.current_page,
+
background-color: transparent;
.igem_2019_team_menu .menu_item.current_page,
+
color: #00bfd8;
.igem_2019_team_menu .menu_item.direct_link.current_page {
+
text-decoration: none;
background-color:#a2d3d0;
+
}
}
+
  
 +
.btn-outline-reg {
 +
display: inline-block;
 +
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
/*mobile menu bar styling*/
+
.btn-outline-reg:hover {
/**************************************************************************************************************************************************************************************************/
+
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
  
/*mobile bar that controls the menu*/
+
.btn-outline-lg {
.igem_2019_team_mobile_bar {
+
display: inline-block;
background-color:#ececec;  
+
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
border-bottom: 1px solid #cecece;
+
border: 0.125rem solid #00bfd8;
cursor:pointer;
+
border-radius: 2rem;
display:none;  
+
background-color: transparent;
float:left;
+
color: #00bfd8;
margin-top: 0;
+
font: 700 0.75rem/0 "Raleway", sans-serif;
padding: 5px 0;
+
text-decoration: none;
position:fixed;
+
transition: all 0.2s;
width:100%;  
+
}
}
+
+
/*mobile logo*/
+
.igem_logo_mobile {
+
float:left;
+
padding-left: 5%;
+
width: 30%;  
+
}
+
  
/*image within the mobile logo*/
+
.btn-outline-lg:hover {
.igem_logo_mobile img {
+
background-color: #00bfd8;
width:70px;
+
color: #fff;
}
+
text-decoration: none;
+
}
/*mobile expand collapse button*/
+
.igem_menu_control_mobile {
+
float:right;
+
padding-right:5%;  
+
padding-top:5px;
+
text-align:right;  
+
width: 30%;
+
}
+
  
/*image for mobile expand collapse button*/
+
.btn-outline-sm {
.igem_menu_control_mobile img {
+
display: inline-block;
width:25px;
+
padding: 1rem 1.625rem 0.875rem 1.625rem;
}
+
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.625rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
 +
.btn-outline-sm:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
  
/*add extra padding to the menu to improve mobile scrolling*/
+
.form-group {
.menu_padding{
+
position: relative;
float:left;
+
margin-bottom: 1.25rem;
height:100px;
+
}
}
+
  
 +
.form-group.has-error.has-danger {
 +
margin-bottom: 0.625rem;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.form-group.has-error.has-danger .help-block.with-errors ul {
/* CONTENT OF THE PAGE */
+
margin-top: 0.375rem;
/**************************************************************************************************************************************************************************************************/
+
}
  
/* general wrapper for the content */
+
.label-control {
.igem_2019_team_content {
+
position: absolute;
background-color:white;  
+
top: 0.87rem;
display:block;
+
left: 1.375rem;
width: 87%;
+
color: #626262;
}
+
opacity: 1;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
cursor: text;
 +
transition: all 0.2s ease;
 +
}
  
/* subwrapper to center content */
+
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
.igem_2019_team_content .igem_2019_team_column_wrapper {
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
margin:auto;
+
.label-control {
max-width: 1400px;
+
top: 0.9375rem;
width:90%;
+
 
}
 
}
 +
}
  
 +
.form-control-input:focus + .label-control,
 +
.form-control-input.notEmpty + .label-control,
 +
.form-control-textarea:focus + .label-control,
 +
.form-control-textarea.notEmpty + .label-control {
 +
top: 0.125rem;
 +
opacity: 1;
 +
font-size: 0.75rem;
 +
font-weight: 700;
 +
}
  
 +
.form-control-input,
 +
.form-control-select {
 +
display: block; /* needed for proper display of the label in Firefox, IE, Edge */
 +
width: 100%;
 +
padding-top: 1.0625rem;
 +
padding-bottom: 0.0625rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
 +
}
  
/*general styling*/
+
.form-control-select {
/**************************************************************************************************************************************************************************************************/
+
padding-top: 0.5rem;
        /*size for title h tags*/
+
padding-bottom: 0.5rem;
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
+
height: 3rem;
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper h3 { font-size: 170%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h4 { font-size: 150%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h5 { font-size: 140%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h6 { font-size: 130%;}
+
 
+
  
/*titles h1, h2*/
+
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
border-bottom:0px;  
+
.form-control-input {
color: #635d5d;
+
padding-top: 1.25rem;
font-family: "Arial Black", Gadget, sans-serif;
+
padding-bottom: 0.75rem;
padding: 10px 0px;
+
line-height: 1.75rem;
 
}
 
}
  
/*titles h3, h3, h5, h6 */
+
.form-control-select {
.igem_2019_team_content .igem_2019_team_column_wrapper h3,
+
padding-top: 0.875rem;
.igem_2019_team_content .igem_2019_team_column_wrapper h4,
+
padding-bottom: 0.75rem;
.igem_2019_team_content .igem_2019_team_column_wrapper h5,
+
height: 3.125rem;
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {  
+
line-height: 2.125rem;
border-bottom:0px;  
+
color: #635d5d;
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 5px 0px;
+
 
}
 
}
 +
}
  
/* text p tag*/
+
select {
.igem_2019_team_content .igem_2019_team_column_wrapper p {
+
    /* you should keep these first rules in place to maintain cross-browser behavior */
font-size: 130%;
+
    -webkit-appearance: none;
font-family: Arial, Helvetica, sans-serif;
+
-moz-appearance: none;
padding: 5px 0px;
+
-ms-appearance: none;
text-align: left;
+
    -o-appearance: none;
color: #484848;
+
    appearance: none;
}
+
    background-image: url('../images/down-arrow.png');
        .igem_2019_team_content .igem_2019_team_column_wrapper li {
+
    background-position: 96% 50%;
font-size: 130%;
+
    background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
+
    outline: none;
padding: 5px 0px;
+
}
text-align: left;
+
color: #484848;
+
}
+
  
/* Links a tag*/
+
select::-ms-expand {
.igem_2019_team_content .igem_2019_team_column_wrapper a {
+
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
color: #00a19b;
+
}
font-weight: bold;
+
text-decoration: underline;
+
text-decoration-color:#00a19b;
+
transition: all 0.4s ease;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;  
+
}
+
  
/* hover for the links */
+
.form-control-textarea {
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {
+
display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
color: #085156;
+
width: 100%;
text-decoration:none;
+
height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}
+
padding-top: 1.25rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.75rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
  
 +
.form-control-input:focus,
 +
.form-control-select:focus,
 +
.form-control-textarea:focus {
 +
border: 1px solid #a1a1a1;
 +
outline: none; /* Removes blue border on focus */
 +
}
  
/* Table tag*/
+
.form-control-input:hover,
.igem_2019_team_content .igem_2019_team_column_wrapper table {
+
.form-control-select:hover,
border: 1px solid #635d5d;
+
.form-control-textarea:hover {
border-collapse: collapse;
+
border: 1px solid #a1a1a1;
font-size: 130%;
+
}
width: 100%;
+
}
+
 
+
/* table cells */
+
.igem_2019_team_content .igem_2019_team_column_wrapper td {
+
border: 1px solid #cecece;
+
border-collapse: collapse;
+
font-size: 105%;
+
padding: 10px;
+
vertical-align: text-top;
+
}
+
 
+
/* table headers */
+
.igem_2019_team_content .igem_2019_team_column_wrapper th {
+
background-color:#cecece;
+
border: 1px solid #635d5d;  
+
border-collapse: collapse;
+
font-size: 110%;
+
padding: 10px;
+
vertical-align: text-top;
+
}
+
  
 +
.checkbox {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
  
 +
input[type='checkbox'] {
 +
vertical-align: -15%;
 +
margin-right: 0.375rem;
 +
}
  
/* non numbered lists */
+
/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
.igem_2019_team_content .igem_2019_team_column_wrapper ul, .igem_2019_team_content .igem_2019_team_column_wrapper ol {
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
font-size: 130%;
+
input[type='checkbox'] {
font-family: Arial, Helvetica, sans-serif;
+
vertical-align: -9%;
padding:0px 20px;
+
 
}
 
}
 +
}
  
 +
.form-control-submit-button {
 +
display: inline-block;
 +
width: 100%;
 +
height: 3.125rem;
 +
border: 1px solid #00bfd8;
 +
border-radius: 1.5rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/1.75rem "Raleway", sans-serif;
 +
cursor: pointer;
 +
transition: all 0.2s;
 +
}
  
/*font sizing within list nesting*/
+
.form-control-submit-button:hover {
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,
+
background-color: transparent;
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,
+
color: #00bfd8;
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ul li,
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ol li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
+
  
 +
/* Form Success And Error Message Formatting */
 +
#rmsgSubmit.h3.text-center.tada.animated,
 +
#cmsgSubmit.h3.text-center.tada.animated,
 +
#pmsgSubmit.h3.text-center.tada.animated,
 +
#rmsgSubmit.h3.text-center,
 +
#cmsgSubmit.h3.text-center,
 +
#pmsgSubmit.h3.text-center {
 +
display: block;
 +
margin-bottom: 0;
 +
color: #626262;
 +
font: 400 1.125rem/1rem "Raleway", sans-serif;
 +
}
  
 +
.help-block.with-errors .list-unstyled {
 +
color: #626262;
 +
font-size: 0.75rem;
 +
line-height: 1.125rem;
 +
text-align: left;
 +
}
  
/*layout classes*/
+
.help-block.with-errors ul {
/**************************************************************************************************************************************************************************************************/
+
margin-bottom: 0;
 +
}
 +
/* end of form success and error message formatting */
  
/*main layout class */
+
/* Form Success And Error Message Animation - Animate.css */
.igem_2019_team_content .igem_2019_team_column_wrapper .column  {  
+
@-webkit-keyframes tada {
float:left;
+
from {
margin: 1% 2%;
+
-webkit-transform: scale3d(1, 1, 1);
padding: 0px;
+
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 
}
 
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
/* 100% */
+
@keyframes tada {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size { width:96%; }
+
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
/* 66% */
+
.tada {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
+
-webkit-animation-name: tada;
 +
animation-name: tada;
 +
}
  
/* 33% */
+
.animated {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size { width: 29.3%; }
+
-webkit-animation-duration: 1s;
 +
animation-duration: 1s;
 +
-webkit-animation-fill-mode: both;
 +
animation-fill-mode: both;
 +
}
 +
/* end of form success and error message animation - Animate.css */
  
 +
/* Fade-move Animation For Lightbox - Magnific Popup */
 +
/* at start */
 +
.my-mfp-slide-bottom .zoom-anim-dialog {
 +
opacity: 0;
 +
transition: all 0.2s ease-out;
 +
-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
}
  
 +
/* animate in */
 +
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
 +
opacity: 1;
 +
-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
}
  
 +
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
 +
opacity: 0;
 +
-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
}
  
/*all images*/
+
/* dark overlay, start state */
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,
+
.my-mfp-slide-bottom.mfp-bg {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
+
opacity: 0;
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size img {
+
transition: opacity 0.2s ease-out;
margin-bottom: 15px;
+
}
width: 100%;
+
}
+
  
 +
/* animate in */
 +
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
 +
opacity: 0.8;
 +
}
 +
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
 +
opacity: 0;
 +
}
 +
/* end of fade-move animation for lightbox - magnific popup */
  
/* page break */
+
/* Fade Animation For Image Slider - Magnific Popup */
.igem_2019_team_content .igem_2019_team_column_wrapper .clear {
+
@-webkit-keyframes fadeIn {
clear:both;
+
from {
 +
opacity: 0;
 
}
 
}
/*add extra space to page break with clear class*/
+
to {
.igem_2019_team_content .igem_2019_team_column_wrapper .clear.extra_space {
+
opacity: 1;
height: 30px;
+
 
}
 
}
 +
}
  
/* horizontal line to divide the page*/
+
@keyframes fadeIn {
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
+
from {
    border-top: 1px solid #cecece;
+
opacity: 0;
  margin: auto;
+
  width: 98%;
+
 
}
 
}
 +
to {
 +
opacity: 1;
 +
}
 +
}
  
 +
.fadeIn {
 +
-webkit-animation: fadeIn 0.6s;
 +
animation: fadeIn 0.6s;
 +
}
  
 
+
@-webkit-keyframes fadeOut {
+
from {
/*support classes*/
+
opacity: 1;
/**************************************************************************************************************************************************************************************************/
+
 
+
 
+
/*Button  */
+
/************************************************/
+
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link {
+
font-size: 130%;
+
margin: 30px auto;
+
text-align: center;
+
 
}
 
}
 
+
to {
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
+
opacity: 0;
background-color: #00a19bad !important;
+
color: #000 !important;
+
font-weight: bold;
+
margin: auto;
+
text-decoration: none !important;
+
padding: 10px 15px !important;
+
 
}
 
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
+
@keyframes fadeOut {
background-color: #ffb819 !important;  
+
from {
 +
opacity: 1;
 
}
 
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
+
.fadeOut {
 +
-webkit-animation: fadeOut 0.8s;
 +
animation: fadeOut 0.8s;
 +
}
 +
/* end of fade animation for image slider - magnific popup */
  
/*highlight */
 
/************************************************/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {
 
padding: 15px 20px;
 
}
 
  
 +
/*************************/
 +
/*    02. Preloader    */
 +
/*************************/
 +
.spinner-wrapper {
 +
position: fixed;
 +
z-index: 999999;
 +
top: 0;
 +
right: 0;
 +
bottom: 0;
 +
left: 0;
 +
background: #fff;
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,
+
.spinner {
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h1,
+
position: absolute;
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h2,
+
top: 50%; /* centers the loading animation vertically one the screen */
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h3,
+
left: 50%; /* centers the loading animation horizontally one the screen */
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h4,
+
width: 3.75rem;
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h5,
+
height: 1.25rem;
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h6 {
+
margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
padding: 5px 15px;
+
text-align: center;
}
+
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
+
.spinner > div {
background-color: #ececec;  
+
display: inline-block;
}
+
width: 1rem;
 +
height: 1rem;
 +
border-radius: 100%;
 +
background-color: #00bfd8;
 +
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
+
.spinner .bounce1 {
    border-top: 4px solid #00a19bad;
+
-webkit-animation-delay: -0.32s;
}
+
animation-delay: -0.32s;
 +
}
  
 +
.spinner .bounce2 {
 +
-webkit-animation-delay: -0.16s;
 +
animation-delay: -0.16s;
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
+
@-webkit-keyframes sk-bouncedelay {
    border: 4px solid #00a19bad;
+
0%, 80%, 100% { -webkit-transform: scale(0); }
}
+
40% { -webkit-transform: scale(1.0); }
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
+
@keyframes sk-bouncedelay {
    border-top: 4px solid #ffb819
+
0%, 80%, 100% {  
 +
-webkit-transform: scale(0);
 +
-ms-transform: scale(0);
 +
transform: scale(0);
 +
} 40% {
 +
-webkit-transform: scale(1.0);
 +
-ms-transform: scale(1.0);
 +
transform: scale(1.0);
 
}
 
}
 +
}
  
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
+
/**************************/
    border: 4px solid #ffb819;
+
/*    03. Navigation    */
}
+
/**************************/
 +
.navbar-custom {
 +
background-color: #fff;
 +
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
 +
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
  
 +
.navbar-custom .navbar-brand.logo-image img {
 +
    width: 7.4375rem;
 +
height: 2rem;
 +
}
  
 +
.navbar-custom .navbar-brand.logo-text {
 +
font: 600 2rem/1.5rem "Raleway", sans-serif;
 +
color: #393939;
 +
text-decoration: none;
 +
}
  
 +
.navbar-custom .navbar-nav {
 +
margin-top: 0.75rem;
 +
margin-bottom: 0.5rem;
 +
}
  
/*mobile*/
+
.navbar-custom .nav-item .nav-link {
/**************************************************************************************************************************************************************************************************/
+
padding: 0.625rem 0.75rem 0.625rem 0.75rem;
 +
color: #393939;
 +
text-decoration: none;
 +
transition: all 0.2s ease;
 +
}
  
 +
.navbar-custom .nav-item .nav-link:hover,
 +
.navbar-custom .nav-item .nav-link.active {
 +
color: #00bfd8;
 +
}
  
/* 1800px  */
+
/* Dropdown Menu */
/************************************************/
+
.navbar-custom .dropdown:hover > .dropdown-menu {
@media only screen and (max-width: 1800px) {
+
display: block; /* this makes the dropdown menu stay open while hovering it */
.igem_2019_team_content { width: 85%;}
+
min-width: auto;
.igem_2019_team_menu {display:block;}
+
animation: fadeDropdown 0.2s; /* required for the fade animation */
 
}
 
}
  
/* 1400px  */
+
@keyframes fadeDropdown {
/************************************************/
+
    0% {
@media only screen and (max-width: 1400px) {
+
        opacity: 0;
.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;}
+
}
+
  
 +
    100% {
 +
        opacity: 1;
 +
    }
 +
}
  
/* 1100px  */
+
.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
/************************************************/
+
outline: 0;
@media only screen and (max-width: 1100px) {
+
}
.igem_2019_team_content {width:100%; margin-left:0px;}
+
+
.igem_2019_team_menu {display:none;float:right;margin-top:47px;max-width:100%;position:fixed;width:25%;}
+
+
.igem_2019_team_mobile_bar {display:block;}
+
+
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size, .igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size,.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size {width:96%; }
+
  
}
+
.navbar-custom .dropdown-menu {
 +
margin-top: 0;
 +
border: none;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
}
  
/* 850px  */
+
.navbar-custom .dropdown-item {
/************************************************/
+
color: #393939;
@media only screen and (max-width: 850px) {
+
text-decoration: none;
.igem_2019_team_menu {width:40%;}
+
}
}
+
  
/*500px  */
+
.navbar-custom .dropdown-item:hover {
/************************************************/
+
background-color: #fff;
@media only screen and (max-width: 500px) {
+
}
.igem_2019_team_menu {min-width:100%;width:100%;}
+
}
+
  
 +
.navbar-custom .dropdown-item .item-text {
 +
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.navbar-custom .dropdown-item:hover .item-text {
 +
color: #00bfd8;
 +
}
  
 +
.navbar-custom .dropdown-items-divide-hr {
 +
width: 100%;
 +
height: 1px;
 +
margin: 0.75rem auto 0.725rem auto;
 +
border: none;
 +
background-color: #c4d8dc;
 +
opacity: 0.2;
 +
}
 +
/* end of dropdown menu */
  
 +
.navbar-custom .social-icons {
 +
display: none;
 +
}
  
 +
.navbar-custom .navbar-toggler {
 +
border: none;
 +
color: #393939;
 +
font-size: 2rem;
 +
}
  
 +
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
 +
display: none;
 +
}
  
 +
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: inline-block;
 +
}
 +
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: none;
 +
}
 +
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
 +
display: inline-block;
 +
margin-right: 0.125rem;
 +
}
 +
 +
.navbar-custom {
 +
    padding: 3.125rem 5rem 2.125rem 5rem;
 +
    height: 80px;
 +
    background: white;
 +
}
 
</style>
 
</style>
 +
 +
 +
<body data-spy="scroll" data-target=".fixed-top">
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- Menu --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<div class="igem_2019_global_wrapper">
 +
<header>
 +
<!-- Navigation -->
 +
        <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
 +
            <!-- Text Logo - Use this if you don't have a graphic logo -->
 +
            <!-- <a class="navbar-brand logo-text page-scroll" href="index.html">Evolo</a> -->
 +
   
 +
            <!-- Image Logo -->
 +
            <a class="navbar-brand" href="https://2019.igem.org/Team:UNebraska-Lincoln"><img width="auto" height="55px" src="https://static.igem.org/mediawiki/2019/d/dc/T--UNebraska-Lincoln--SeekAndDestroy.jpeg" alt="alternative"></a>
 +
           
 +
            <!-- Mobile Menu Toggle Button -->
 +
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
 +
                <span class="navbar-toggler-awesome fas fa-bars"></span>
 +
                <span class="navbar-toggler-awesome fas fa-times"></span>
 +
            </button>
 +
            <!-- end of mobile menu toggle button -->
 +
   
 +
            <div class="collapse navbar-collapse" id="navbarsExampleDefault">
 +
                <ul class="navbar-nav ml-auto">
 +
                    <!-- Dropdown Menu -->         
 +
                    <!-- <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle page-scroll" href="#about" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false">About</a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
 +
                            <a class="dropdown-item" href="terms-conditions.html"><span class="item-text">Terms Conditions</span></a>
 +
                            <div class="dropdown-items-divide-hr"></div>
 +
                            <a class="dropdown-item" href="privacy-policy.html"><span class="item-text">Privacy Policy</span></a>
 +
                        </div>
 +
                    </li> -->
 +
                    <!-- end of dropdown menu -->
 +
                    <li class="nav-item">
 +
                        <a class="nav-link page-scroll" style="color: #000000" href="<html>
  
  
Line 544: Line 793:
  
 
<!-- This tells the browser that your page is responsive -->
 
<!-- This tells the browser that your page is responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1">  
+
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
 +
 
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
 +
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
 +
  <!-- Styles -->
 +
  <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&amp;subset=latin-ext" rel="stylesheet">
 +
  <link rel="stylesheet" type="text/css"
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/bootstrap&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
  
 
</head>
 
</head>
  
 +
<style>
 +
  #top_title{
 +
        display: none;
 +
        }
 +
        body, p {
 +
color: #626262;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
}
  
 +
.p-large {
 +
font: 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
.p-small {
<!--- Menu --->
+
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
}
  
 +
.p-heading {
 +
margin-bottom: 3.875rem;
 +
}
  
 +
.li-space-lg li {
 +
margin-bottom: 0.25rem;
 +
}
  
 +
.indent {
 +
padding-left: 1.25rem;
 +
}
  
<div class="igem_2019_team_mobile_bar">
+
h1 {
+
color: #393939;
<div class="igem_logo_mobile">
+
font: 700 3rem/3.5rem "Raleway", sans-serif;
<img src="https://static.igem.org/mediawiki/2019/3/3c/Igem_mobile_menu_logo.svg">
+
}
</div>
+
  
 +
h2 {
 +
color: #393939;
 +
font: 700 2.25rem/2.75rem "Raleway", sans-serif;
 +
}
  
<div class="igem_menu_control_mobile">
+
h3 {
<img id="menu_control_image" src="https://static.igem.org/mediawiki/2019/e/ee/2019_team_menu_icon.svg">
+
color: #393939;
</div>
+
font: 700 1.75rem/2rem "Raleway", sans-serif;
 +
}
  
</div>
+
h4 {
 +
color: #393939;
 +
font: 700 1.375rem/1.875rem "Raleway", sans-serif;
 +
}
  
 +
h5 {
 +
color: #393939;
 +
font: 700 1.125rem/1.625rem "Raleway", sans-serif;
 +
}
  
 +
h6 {
 +
color: #393939;
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
 +
a {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
  
<div class="igem_2019_team_menu">
+
a:hover {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
  
 +
a.turquoise {
 +
color: #00bfd8;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln">
+
a.white {
<img src="https://placehold.it/350x150/ececec/cecece">
+
color: #fff;
</a>
+
}
  
 +
.testimonial-text {
 +
font: italic 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
 +
.testimonial-author {
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln">
+
.turquoise {
<div class="menu_item direct_link">
+
color: #00bfd8;
HOME
+
}
</div>
+
</a>
+
  
<!-- Team -->
+
.btn-solid-reg {
<div class="menu_item">
+
display: inline-block;
<div class="submenu_control_icon"> </div>
+
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
TEAM
+
border: 0.125rem solid #00bfd8;
</div>
+
border-radius: 2rem;
<div class="submenu">
+
background-color: #00bfd8;
+
color: #fff;
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Team">
+
font: 700 0.75rem/0 "Raleway", sans-serif;
<div class="submenu_item">
+
text-decoration: none;
Team Members
+
transition: all 0.2s;
</div>
+
}
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Collaborations">
+
.btn-solid-reg:hover {
<div class="submenu_item">
+
background-color: transparent;
Collaborations
+
color: #00bfd8;
</div>
+
text-decoration: none;
</a>
+
}
</div>
+
  
 +
.btn-solid-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
<!-- Project -->
+
.btn-solid-lg:hover {
<div class="menu_item">
+
background-color: transparent;
<div class="submenu_control_icon"> </div>
+
color: #00bfd8;
PROJECT
+
text-decoration: none;
</div>
+
}
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Description">
+
<div class="submenu_item">
+
Description
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Design">
+
.btn-outline-reg {
<div class="submenu_item">
+
display: inline-block;
Design
+
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
</div>
+
border: 0.125rem solid #00bfd8;
</a>
+
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Experiments">
+
.btn-outline-reg:hover {
<div class="submenu_item">
+
background-color: #00bfd8;
Experiments
+
color: #fff;
</div>
+
text-decoration: none;
</a>
+
}
  
 +
.btn-outline-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Notebook">
+
.btn-outline-lg:hover {
<div class="submenu_item">
+
background-color: #00bfd8;
Notebook
+
color: #fff;
</div>
+
text-decoration: none;
</a>
+
}
+
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Contribution">
+
<div class="submenu_item">
+
Contribution
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Results">
+
.btn-outline-sm {
<div class="submenu_item">
+
display: inline-block;
Results
+
padding: 1rem 1.625rem 0.875rem 1.625rem;
</div>
+
border: 0.125rem solid #00bfd8;
</a>
+
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.625rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
  
 +
.btn-outline-sm:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Demonstrate">
+
.form-group {
<div class="submenu_item">
+
position: relative;
Demonstrate
+
margin-bottom: 1.25rem;
</div>
+
}
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Improve">
+
.form-group.has-error.has-danger {
<div class="submenu_item">
+
margin-bottom: 0.625rem;
Improve
+
}
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Attributions">
+
.form-group.has-error.has-danger .help-block.with-errors ul {
<div class="submenu_item">
+
margin-top: 0.375rem;
Attributions
+
}
</div>
+
</a>
+
  
</div>
+
.label-control {
 +
position: absolute;
 +
top: 0.87rem;
 +
left: 1.375rem;
 +
color: #626262;
 +
opacity: 1;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
cursor: text;
 +
transition: all 0.2s ease;
 +
}
  
 +
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
.label-control {
 +
top: 0.9375rem;
 +
}
 +
}
  
<div class="menu_item">
+
.form-control-input:focus + .label-control,
<div class="submenu_control_icon"> </div>
+
.form-control-input.notEmpty + .label-control,
PARTS
+
.form-control-textarea:focus + .label-control,
</div>
+
.form-control-textarea.notEmpty + .label-control {
<div class="submenu">
+
top: 0.125rem;
+
opacity: 1;
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Parts">
+
font-size: 0.75rem;
<div class="submenu_item">
+
font-weight: 700;
Parts Overview
+
}
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part">
+
.form-control-input,
<div class="submenu_item">
+
.form-control-select {
Basic Parts
+
display: block; /* needed for proper display of the label in Firefox, IE, Edge */
</div>
+
width: 100%;
</a>
+
padding-top: 1.0625rem;
 +
padding-bottom: 0.0625rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Composite_Part">
+
.form-control-select {
<div class="submenu_item">
+
padding-top: 0.5rem;
Composite Parts
+
padding-bottom: 0.5rem;
</div>
+
height: 3rem;
</a>
+
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Part_Collection">
+
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
<div class="submenu_item">
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
Part Collection
+
.form-control-input {
</div>
+
padding-top: 1.25rem;
</a>
+
padding-bottom: 0.75rem;
</div>
+
line-height: 1.75rem;
 +
}
  
+
.form-control-select {
+
padding-top: 0.875rem;
+
padding-bottom: 0.75rem;
+
height: 3.125rem;
 +
line-height: 2.125rem;
 +
}
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Safety">
+
select {
<div class="menu_item direct_link">
+
    /* you should keep these first rules in place to maintain cross-browser behavior */
SAFETY
+
    -webkit-appearance: none;
</div>
+
-moz-appearance: none;
</a>
+
-ms-appearance: none;
 +
    -o-appearance: none;
 +
    appearance: none;
 +
    background-image: url('../images/down-arrow.png');
 +
    background-position: 96% 50%;
 +
    background-repeat: no-repeat;
 +
    outline: none;
 +
}
  
 +
select::-ms-expand {
 +
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
 +
}
  
 +
.form-control-textarea {
 +
display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
 +
width: 100%;
 +
height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
 +
padding-top: 1.25rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.75rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
  
 +
.form-control-input:focus,
 +
.form-control-select:focus,
 +
.form-control-textarea:focus {
 +
border: 1px solid #a1a1a1;
 +
outline: none; /* Removes blue border on focus */
 +
}
  
 +
.form-control-input:hover,
 +
.form-control-select:hover,
 +
.form-control-textarea:hover {
 +
border: 1px solid #a1a1a1;
 +
}
  
 +
.checkbox {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
  
<div class="menu_item">
+
input[type='checkbox'] {
<div class="submenu_control_icon"> </div>
+
vertical-align: -15%;
HUMAN PRACTICES
+
margin-right: 0.375rem;
</div>
+
}
  
<div class="submenu">
+
/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
input[type='checkbox'] {
 +
vertical-align: -9%;
 +
}
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices">
+
.form-control-submit-button {
<div class="submenu_item">
+
display: inline-block;
Human Practices
+
width: 100%;
</div>
+
height: 3.125rem;
</a>
+
border: 1px solid #00bfd8;
 +
border-radius: 1.5rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/1.75rem "Raleway", sans-serif;
 +
cursor: pointer;
 +
transition: all 0.2s;
 +
}
  
 +
.form-control-submit-button:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Public_Engagement">
+
/* Form Success And Error Message Formatting */
<div class="submenu_item">
+
#rmsgSubmit.h3.text-center.tada.animated,
Education & Engagement
+
#cmsgSubmit.h3.text-center.tada.animated,
</div>
+
#pmsgSubmit.h3.text-center.tada.animated,
</a>
+
#rmsgSubmit.h3.text-center,
 +
#cmsgSubmit.h3.text-center,
 +
#pmsgSubmit.h3.text-center {
 +
display: block;
 +
margin-bottom: 0;
 +
color: #626262;
 +
font: 400 1.125rem/1rem "Raleway", sans-serif;
 +
}
  
</div>
+
.help-block.with-errors .list-unstyled {
 +
color: #626262;
 +
font-size: 0.75rem;
 +
line-height: 1.125rem;
 +
text-align: left;
 +
}
  
 +
.help-block.with-errors ul {
 +
margin-bottom: 0;
 +
}
 +
/* end of form success and error message formatting */
  
 +
/* Form Success And Error Message Animation - Animate.css */
 +
@-webkit-keyframes tada {
 +
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
 +
@keyframes tada {
 +
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
 +
.tada {
 +
-webkit-animation-name: tada;
 +
animation-name: tada;
 +
}
  
<div class="menu_item">
+
.animated {
<div class="submenu_control_icon"> </div>
+
-webkit-animation-duration: 1s;
AWARDS
+
animation-duration: 1s;
</div>
+
-webkit-animation-fill-mode: both;
 +
animation-fill-mode: both;
 +
}
 +
/* end of form success and error message animation - Animate.css */
  
<div class="submenu">
+
/* Fade-move Animation For Lightbox - Magnific Popup */
 +
/* at start */
 +
.my-mfp-slide-bottom .zoom-anim-dialog {
 +
opacity: 0;
 +
transition: all 0.2s ease-out;
 +
-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Entrepreneurship">
+
/* animate in */
<div class="submenu_item">
+
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
Entrepreneurship
+
opacity: 1;
</div>
+
-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
</a>
+
-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Hardware">
+
/* animate out */
<div class="submenu_item">
+
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
Hardware
+
opacity: 0;
</div>
+
-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
</a>
+
-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Measurement">
+
/* dark overlay, start state */
<div class="submenu_item">
+
.my-mfp-slide-bottom.mfp-bg {
Measurement
+
opacity: 0;
</div>
+
transition: opacity 0.2s ease-out;
</a>
+
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Model">
+
/* animate in */
<div class="submenu_item">
+
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
Model
+
opacity: 0.8;
</div>
+
}
</a>
+
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
 +
opacity: 0;
 +
}
 +
/* end of fade-move animation for lightbox - magnific popup */
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Plant">
+
/* Fade Animation For Image Slider - Magnific Popup */
<div class="submenu_item">
+
@-webkit-keyframes fadeIn {
Plant
+
from {
</div>
+
opacity: 0;
</a>
+
}
 +
to {
 +
opacity: 1;
 +
}
 +
}
  
 +
@keyframes fadeIn {
 +
from {
 +
opacity: 0;
 +
}
 +
to {
 +
opacity: 1;
 +
}
 +
}
  
<a href="https://2019.igem.org/Team:UNebraska-Lincoln/Software">
+
.fadeIn {
<div class="submenu_item">
+
-webkit-animation: fadeIn 0.6s;
Software
+
animation: fadeIn 0.6s;
</div>
+
}
</a>
+
  
</div>
+
@-webkit-keyframes fadeOut {
 +
from {
 +
opacity: 1;
 +
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
 +
@keyframes fadeOut {
 +
from {
 +
opacity: 1;
 +
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
 +
.fadeOut {
 +
-webkit-animation: fadeOut 0.8s;
 +
animation: fadeOut 0.8s;
 +
}
 +
/* end of fade animation for image slider - magnific popup */
  
<a href="https://igem.org/2019_Judging_Form?team=UNebraska-Lincoln">
 
<div class="menu_item direct_link">
 
JUDGING FORM ⇗
 
</div>
 
</a>
 
  
 +
/*************************/
 +
/*    02. Preloader    */
 +
/*************************/
 +
.spinner-wrapper {
 +
position: fixed;
 +
z-index: 999999;
 +
top: 0;
 +
right: 0;
 +
bottom: 0;
 +
left: 0;
 +
background: #fff;
 +
}
  
+
.spinner {
<div class="menu_padding"></div>
+
position: absolute;
+
top: 50%; /* centers the loading animation vertically one the screen */
 +
left: 50%; /* centers the loading animation horizontally one the screen */
 +
width: 3.75rem;
 +
height: 1.25rem;
 +
margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
 +
text-align: center;
 +
}
  
 +
.spinner > div {
 +
display: inline-block;
 +
width: 1rem;
 +
height: 1rem;
 +
border-radius: 100%;
 +
background-color: #00bfd8;
 +
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
}
  
 +
.spinner .bounce1 {
 +
-webkit-animation-delay: -0.32s;
 +
animation-delay: -0.32s;
 +
}
  
 +
.spinner .bounce2 {
 +
-webkit-animation-delay: -0.16s;
 +
animation-delay: -0.16s;
 +
}
  
</div>
+
@-webkit-keyframes sk-bouncedelay {
 +
0%, 80%, 100% { -webkit-transform: scale(0); }
 +
40% { -webkit-transform: scale(1.0); }
 +
}
  
 +
@keyframes sk-bouncedelay {
 +
0%, 80%, 100% {
 +
-webkit-transform: scale(0);
 +
-ms-transform: scale(0);
 +
transform: scale(0);
 +
} 40% {
 +
-webkit-transform: scale(1.0);
 +
-ms-transform: scale(1.0);
 +
transform: scale(1.0);
 +
}
 +
}
 +
 +
 +
/**************************/
 +
/*    03. Navigation    */
 +
/**************************/
 +
.navbar-custom {
 +
background-color: #fff;
 +
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
 +
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
 +
 +
.navbar-custom .navbar-brand.logo-image img {
 +
    width: 7.4375rem;
 +
height: 2rem;
 +
}
 +
 +
.navbar-custom .navbar-brand.logo-text {
 +
font: 600 2rem/1.5rem "Raleway", sans-serif;
 +
color: #393939;
 +
text-decoration: none;
 +
}
 +
 +
.navbar-custom .navbar-nav {
 +
margin-top: 0.75rem;
 +
margin-bottom: 0.5rem;
 +
}
 +
 +
.navbar-custom .nav-item .nav-link {
 +
padding: 0.625rem 0.75rem 0.625rem 0.75rem;
 +
color: #393939;
 +
text-decoration: none;
 +
transition: all 0.2s ease;
 +
}
 +
 +
.navbar-custom .nav-item .nav-link:hover,
 +
.navbar-custom .nav-item .nav-link.active {
 +
color: #00bfd8;
 +
}
 +
 +
/* Dropdown Menu */
 +
.navbar-custom .dropdown:hover > .dropdown-menu {
 +
display: block; /* this makes the dropdown menu stay open while hovering it */
 +
min-width: auto;
 +
animation: fadeDropdown 0.2s; /* required for the fade animation */
 +
}
 +
 +
@keyframes fadeDropdown {
 +
    0% {
 +
        opacity: 0;
 +
    }
 +
 +
    100% {
 +
        opacity: 1;
 +
    }
 +
}
 +
 +
.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
 +
outline: 0;
 +
}
 +
 +
.navbar-custom .dropdown-menu {
 +
margin-top: 0;
 +
border: none;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
}
 +
 +
.navbar-custom .dropdown-item {
 +
color: #393939;
 +
text-decoration: none;
 +
}
 +
 +
.navbar-custom .dropdown-item:hover {
 +
background-color: #fff;
 +
}
 +
 +
.navbar-custom .dropdown-item .item-text {
 +
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
 +
}
 +
 +
.navbar-custom .dropdown-item:hover .item-text {
 +
color: #00bfd8;
 +
}
 +
 +
.navbar-custom .dropdown-items-divide-hr {
 +
width: 100%;
 +
height: 1px;
 +
margin: 0.75rem auto 0.725rem auto;
 +
border: none;
 +
background-color: #c4d8dc;
 +
opacity: 0.2;
 +
}
 +
/* end of dropdown menu */
 +
 +
.navbar-custom .social-icons {
 +
display: none;
 +
}
 +
 +
.navbar-custom .navbar-toggler {
 +
border: none;
 +
color: #393939;
 +
font-size: 2rem;
 +
}
 +
 +
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
 +
display: none;
 +
}
 +
 +
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: inline-block;
 +
}
 +
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: none;
 +
}
 +
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
 +
display: inline-block;
 +
margin-right: 0.125rem;
 +
}
 +
 +
.navbar-custom {
 +
    padding: 3.125rem 5rem 2.125rem 5rem;
 +
    height: 80px;
 +
    background: white;
 +
}
 +
</style>
 +
 +
 +
<body data-spy="scroll" data-target=".fixed-top">
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<!--- Content of the page  --->
+
<!--- Menu --->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<div class="igem_2019_global_wrapper">
 +
<header>
 +
<!-- Navigation -->
 +
        <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
 +
            <!-- Text Logo - Use this if you don't have a graphic logo -->
 +
            <!-- <a class="navbar-brand logo-text page-scroll" href="index.html">Evolo</a> -->
 +
   
 +
            <!-- Image Logo -->
 +
            <a class="navbar-brand" href="https://2019.igem.org/Team:UNebraska-Lincoln"><img width="auto" height="55px" src="https://static.igem.org/mediawiki/2019/d/dc/T--UNebraska-Lincoln--SeekAndDestroy.jpeg" alt="alternative"></a>
 +
           
 +
            <!-- Mobile Menu Toggle Button -->
 +
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
 +
                <span class="navbar-toggler-awesome fas fa-bars"></span>
 +
                <span class="navbar-toggler-awesome fas fa-times"></span>
 +
            </button>
 +
            <!-- end of mobile menu toggle button -->
 +
   
 +
            <div class="collapse navbar-collapse" id="navbarsExampleDefault">
 +
                <ul class="navbar-nav ml-auto">
 +
                    <!-- Dropdown Menu -->         
 +
                    <!-- <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle page-scroll" href="#about" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false">About</a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
 +
                            <a class="dropdown-item" href="terms-conditions.html"><span class="item-text">Terms Conditions</span></a>
 +
                            <div class="dropdown-items-divide-hr"></div>
 +
                            <a class="dropdown-item" href="privacy-policy.html"><span class="item-text">Privacy Policy</span></a>
 +
                        </div>
 +
                    </li> -->
 +
                    <!-- end of dropdown menu -->
 +
                    <li class="nav-item">
 +
                        <a class="nav-link page-scroll" style="color: #000000" href="https://2019.igem.org/Team:UNebraska-Lincoln">Home <span class="sr-only">(current)</span></a>
 +
                    </li>
 +
                    <!------------------------------------Team-------------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Team</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Team" class="dropdown-item">Team</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Collaborations" class="dropdown-item">Collaborations</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Projects-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Project</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Description" class="dropdown-item">Description</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Design" class="dropdown-item">Design</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Experiments" class="dropdown-item">Experiments</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Notebook" class="dropdown-item">Notebook</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Contribution" class="dropdown-item">Contribution</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Results" class="dropdown-item">Results</a>               
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Improve" class="dropdown-item">Improve</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Attributions" class="dropdown-item">Attributions</a>                   
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Modeling-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Modeling</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Template:UNebraska-Lincoln/Modeling" class="dropdown-item">Modeling</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Parts----------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Parts</a>
 +
                            <div class="dropdown-menu">
 +
               
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part" class="dropdown-item">Basic Parts</a>
 +
                       
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Safety---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://2019.igem.org/Team:UNebraska-Lincoln/Safety">Safety <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                          <!------------------------------------ Human Practices------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Human Practices</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices" class="dropdown-item">Human Practices</a>
 +
   
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Awards---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="#">Awards <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                                               
 +
                          <!------------------------------------ Judging Form---------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://igem.org/2019_Judging_Form?team=UNebraska-Lincoln">Judging Form <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                </ul>
 +
            </div>
 +
        </nav> <!-- end of navbar -->
 +
</header>
 +
<div>
 +
</body>
  
 
+
                    </li>
<div class="igem_2019_team_content">
+
                    <!------------------------------------Team-------------------------------------->
<div class="igem_2019_team_column_wrapper">
+
                          <li class="nav-item dropdown">
<div class="clear extra_space"></div>
+
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Team</a>
<div class="clear extra_space"></div>
+
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Team" class="dropdown-item">Team</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Collaborations" class="dropdown-item">Collaborations</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Projects-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Project</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Description" class="dropdown-item">Description</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Design" class="dropdown-item">Design</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Experiments" class="dropdown-item">Experiments</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Notebook" class="dropdown-item">Notebook</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Contribution" class="dropdown-item">Contribution</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Results" class="dropdown-item">Results</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Demonstrate" class="dropdown-item">Demonstrate</a>                 
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Improve" class="dropdown-item">Improve</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Attributions" class="dropdown-item">Attributions</a>                   
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Modeling-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Modeling</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Template:UNebraska-Lincoln/Modeling" class="dropdown-item">Modeling</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Parts----------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Parts</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part" class="dropdown-item">Basic Parts</a>
 +
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Safety---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://2019.igem.org/Team:UNebraska-Lincoln/Safety">Safety <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                          <!------------------------------------ Human Practices------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Human Practices</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices" class="dropdown-item">Human Practices</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Awards---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="#">Awards <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                                               
 +
                          <!------------------------------------ Judging Form---------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://igem.org/2019_Judging_Form?team=UNebraska-Lincoln">Judging Form <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                </ul>
 +
            </div>
 +
        </nav> <!-- end of navbar -->
 +
</header>
 +
<div>
 +
</body>

Latest revision as of 22:36, 21 October 2019